← Back to catalog
mfapi.nav_history
mock data$0.002 / callIndia Mutual Fund NAV History
Get historical Net Asset Value (NAV) records for an India mutual fund scheme, most recent first. Returns daily NAV values in Indian Rupees (INR) with dates. Some schemes have 20+ years of history. Useful for performance analysis, CAGR calculations, SIP return modelling, and trend visualization. Limit parameter controls how many records are returned (default 100, max 1000). Use mfapi.schemes.search to find the scheme_code for a fund by name. Data source: MFAPI (api.mfapi.in), MIT license, no authentication required.
Input schema
limit
integerMaximum number of historical NAV records to return, most recent first (1–1000, default 100)
scheme_coderequired
integerAMFI scheme code (integer). Use mfapi.scheme_search to find the code for a fund.
Call via REST
curl -X POST https://unifyapi.pro/api/call/mfapi.nav_history \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"scheme_code":0}'