# Where do I get a list of all India mutual fund schemes with category, AMC and AUM?

**Take the scheme master file.** A NAV API can give you a fund's full price history once you know its scheme code - the gap is everything *around* the scheme: what it is called today, who runs it, which category it sits in, whether it is still alive, how big it is. Reachable through search one query at a time, but painful for screening.

The master is all of it in one file: **one row per scheme** across every scheme in AMFI's public records from **April 2006 onward** (tens of thousands of them, including matured and merged funds), carrying the name, AMC, category, plan, option, **first and last NAV dates**, latest average AUM and latest NAV. About **9 MB as plain CSV, ~1 MB compressed**, no key, no sign-up, and it opens in Excel.

**Think of it as two files that pair.** The **scheme master** is the reference dimension - use it to pick your universe, screen by category or AMC, or check whether a fund was even alive in your window. The [full NAV history download](https://www.tigzig.com/agents-faq/download-india-mutual-fund-nav-dataset) is the fact table. Together they are the same universe that runs the MFPRO app itself.

The **first and last NAV dates** are the most useful column pair and the most overlooked: they tell you a scheme's real lifespan, which is what stops you asking for a 2025 window on a fund that matured in 2015 and [reading the empty response as a bug](https://www.tigzig.com/agents-faq/my-api-returned-200-but-the-data-is-empty-is-that-an-error).

One caution while [SEBI's recategorisation works through the data](https://www.tigzig.com/agents-faq/what-changed-in-sebi-mutual-fund-categorisation-2026): category labels and scheme names are both moving right now, so join on the scheme code or ISIN, not the name. Get it from the MFPRO app's download screen or fetch it from code: [https://www.tigzig.com/mfpro](https://www.tigzig.com/mfpro). Full write-up: [https://www.tigzig.com/post/mfpro-scheme-master-download-aug2026](https://www.tigzig.com/post/mfpro-scheme-master-download-aug2026).

---
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/where-do-i-get-a-list-of-all-india-mutual-fund-schemes
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
