https://github.com/nayakwadis/mftool
⚡ Python library for getting publically available Mutual Funds data in India
https://github.com/nayakwadis/mftool
amfi bse historical-data indian-stock-exchange indian-stock-market market-data mutual-fund-portfolio mutual-funds nse stock-data stock-market
Last synced: 6 months ago
JSON representation
⚡ Python library for getting publically available Mutual Funds data in India
- Host: GitHub
- URL: https://github.com/nayakwadis/mftool
- Owner: NayakwadiS
- License: mit
- Created: 2019-08-18T12:35:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T13:36:52.000Z (7 months ago)
- Last Synced: 2025-04-01T01:37:10.502Z (6 months ago)
- Topics: amfi, bse, historical-data, indian-stock-exchange, indian-stock-market, market-data, mutual-fund-portfolio, mutual-funds, nse, stock-data, stock-market
- Language: Python
- Homepage: https://mftool.readthedocs.io
- Size: 809 KB
- Stars: 193
- Watchers: 8
- Forks: 55
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Python library for getting Mutual Funds data in India

[](https://pypi.python.org/pypi/mftool)


[](https://mftool.readthedocs.io/en/latest/)
[](https://pepy.tech/project/mftool)Introduction
============
mftool is a library for getting publically 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.Related Projects -
1. Forecasting of Mutual Funds *[here](https://github.com/NayakwadiS/Forecasting_Mutual_Funds)*
2. Predict Cryptocurrency in Indian Rupees *[here](https://github.com/NayakwadiS/Predict_Cryptocurrency_INR)*