mf.captnemo.in icon indicating copy to clipboard operation
mf.captnemo.in copied to clipboard

Get information about Indian Mutual Funds from their ISIN numbers.

trafficstars

GitHub last commit (branch) GitHub code size in bytes GitHub GitHub Sponsors Daily Deploy

Get information about Indian Mutual Funds from their ISIN numbers, along with complete Historical NAV.

To call this API, you will need an ISIN of a valid Mutual Fund in India.

You can get ISIN data from various sources, including your CDSL Consolidated Account Statement (CAS).

API documentation is available at https://mf.captnemo.in.

cors

All endpoints have CORS enabled, so you can call them directly in your website frontend.

credits

This service uses data from 2 sources:

how

  • A mapping between Kuvera Mutual Fund IDs and ISIN data is fetched from kuvera-mutual-funds-lookup as an automatically updating submodule.
  • NAV data from AMFI is updated daily and published as a SQLite Database by https://github.com/captn3m0/historical-mf-data.
  • This website takes the above, and publishes it via Netlify.

update

Updates to the dataset are published daily around 2330 IST, and the site is deployed again around 0230 IST.

license

Licensed under the MIT License. See LICENSE file for details.