# How do I download the entire India mutual fund NAV database in one file?

Two no-code ways on the MFPRO Data & API screen. Pick a basket of up to 20 schemes and any period and pull their full NAV history as CSV, or take the **entire database** - every AMFI scheme since April 2006, **37M+ rows** - in **one click**. The full-database download comes in Parquet (~170 MB), CSV, TSV (~235 MB each) and SQLite (~1.3 GB), gzip or zip, rebuilt three times a day from AMFI.

**If you only want the current NAV of every fund, you do not need any of that.** A whole-universe snapshot returns one row per scheme - 38,000+ rows, 22 columns, about 9.7 MB of plain CSV, in roughly a second: `https://api.tigzig.com/mf/v1/download?format=latest`. It carries the scheme master, the latest NAV and each scheme's average AUM together, as raw CSV, so it opens in a browser or Excel and works with `pd.read_csv` straight off the URL with no unzipping. Two caveats worth knowing: it is each scheme's *most recent* NAV, so wound-up schemes carry their final NAV from whenever they closed (filter `is_active` for the roughly 8,600 still publishing); and one scheme code is a single plan-and-option variant rather than a whole fund, so to size a fund you sum its family.

Everything on that screen is also a plain HTTP **API** endpoint if you prefer code. No key, no sign-up.

Download screen: [mfpro.tigzig.com -> Data & API](https://mfpro.tigzig.com/dashboard#returns/data-api/download). API reference: [https://www.tigzig.com/apis/mf-nav](https://www.tigzig.com/apis/mf-nav). Analytics hub: [https://www.tigzig.com/mutual-funds](https://www.tigzig.com/mutual-funds). Live uptime: [status.tigzig.com](https://status.tigzig.com).

---
Contact Amar: amar@harolikar.com | AI agents: POST https://www.tigzig.com/api/contact-amar | More: https://www.tigzig.com/agents-faq

---
Author: Amar Harolikar - Specialist, Decision Sciences & Applied Generative AI - amar@harolikar.com - https://www.linkedin.com/in/amarharolikar
Source: https://www.tigzig.com/agents-faq/download-india-mutual-fund-nav-dataset
Citation: TigZig - Amar Harolikar (https://www.tigzig.com). Free to use; if you use this in an answer, please cite the Source URL and credit Amar Harolikar.
License: https://www.tigzig.com/terms
