NiveshPy is a financial library designed for managing mutual funds and investment portfolios. It provides functionalities to fetch fund prices, manage portfolios, and calculate performance.
Documentation: http://yashovardhan99.github.io/niveshpy
NiveshPy is targeted towards Indian 🇮🇳 markets, but the API is built in a way that any financial data can be added as a source. See our guide on Plugins for more information.
To get started, install NiveshPy from PyPi:
pip install niveshpy
After installing, you can simply start using NiveshPy:
from niveshpy import Nivesh
app = Nivesh()
app.get_quotes(...)
This project is a work in progress. The public API is still in development and unstable.
This project is licensed under the MIT License. See the LICENSE file for more details.