← Back to catalog
mfapi.nav_latest
mock data$0.001 / callIndia Mutual Fund Latest NAV
Get the most recent Net Asset Value (NAV) for an India mutual fund scheme by its AMFI scheme code. Returns the NAV in Indian Rupees (INR), the date of the NAV, and full scheme metadata including fund house, scheme type (Open/Close Ended), scheme category (Equity/Debt/Hybrid), and ISIN. NAVs are published by AMFI daily on business days; the returned date reflects the last published value. 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
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_latest \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"scheme_code":0}'