Metadata-Version: 2.1
Name: mftool
Version: 1.0.8
Summary: Python library for extracting realtime Mutual funds data from AMFI (India)
Home-page: http://mftool.readthedocs.io
Author: Sujit Nayakwadi
Author-email: nayakwadi.sujit@gmail.com
License: MIT
Description: Project Page
        =============
        http://mftool.readthedocs.io
        
        mftool
        ========
        
        Python library for extracting realtime Mutual Funds data from AMFI (India)
        
        Introduction.
        ============
        
        mftool is a library for collecting real time data from Association of Mutual Funds in India. It can be used in various types of projects which requires getting live quotes for a given scheme or build large data sets for further data analytics. The accuracy of data is only as correct as provided on www.amfiindia.com
        
        Main Features:
        =============
        
        * Getting last updated quotes for Mutual Fund scheme using scheme codes.
        * Return data in both json and python dict formats.
        * Getting quotes for all the Schemes available in AMFI, e.g Axis, DSP, SBI mutual funds
        * Helper APIs to check whether a given Scheme code is correct.
        * Getting all Historical nav's for a scheme using scheme code.
        * Getting list of all Schemes with there Scheme codes.
        * Cent percent unittest coverage.
        
        Dependencies
        =============
        To keep it simple and supported on most of the platforms, it uses only core python libraries, hence there are no external dependencies.
        
        Detailed Documentation
        =====================
        
        For complete documentation, please refer http://mftool.readthedocs.io
        
Keywords: amfi,quote,mutual-funds,funds
Platform: UNKNOWN
Description-Content-Type: text/markdown
