Metadata-Version: 2.4
Name: mftool
Version: 3.3
Summary: Library for getting real time Mutual funds info
Home-page: https://github.com/NayakwadiS/mftool
Author: SujitN
Author-email: nayakwadi_sujit@rediffmail.com
License: MIT
Keywords: amfi,quote,mutual-funds,funds,bse,nse,market,stock,stocks
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: httpx
Requires-Dist: pandas
Requires-Dist: yfinance
Requires-Dist: matplotlib
Requires-Dist: deprecated
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

mftool is a library getting publicly available Mutual Funds data in India. It can be used in various types of projects which requires getting live quotes for a given mutual fund scheme or build large data sets for further data analytics.

Features
=============

* Getting last updated quotes for Mutual fund scheme using scheme codes.
* Return data in Dataframe, JSON and dictionary formats.
* Getting quotes for all the schemes available with AMFI
* Helper APIs to check whether a given Scheme code is correct.
* Getting all historical NAVs for a schemes.
* Getting list of all schemes with there Scheme codes.
* Get daily scheme performance.


Project Page
=============
https://github.com/NayakwadiS/mftool

