UnifyAPI
← Back to catalog

mfapi.nav_history

mock data$0.002 / call

India 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.

Financeprovider: Mfapi#mfapi#finance

Input schema

limit

Maximum number of historical NAV records to return, most recent first (1–1000, default 100)

integer
scheme_coderequired

AMFI scheme code (integer). Use mfapi.scheme_search to find the code for a fund.

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.