Metadata-Version: 2.1
Name: mftool
Version: 1.3
Summary: Python library for extracting realtime Mutual funds data from AMFI (India)
Home-page: https://github.com/NayakwadiS/mftool
Author: Sujit Nayakwadi
Author-email: nayakwadi.sujit@gmail.com
License: MIT
Description: 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.
        * Get daily Scheme performance.
        * 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.
        
        Project Page
        =============
        https://github.com/NayakwadiS/mftool
        
        Detailed Documentation with Examples
        ====================================
        http://mftool.readthedocs.io
        
Keywords: amfi,quote,mutual-funds,funds,bse,nse,market,stock,stocks
Platform: UNKNOWN
Description-Content-Type: text/markdown
