Skip to content

NiveshPy

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.

For more information, check out our Getting Started page.

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.

Quick Start

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(...)

Work in progress

This project is a work in progress. The public API is still in development and unstable.

License

This project is licensed under the MIT License. See the LICENSE file for more details.