UnifyAPI
← Back to catalog

mfapi.nav_latest

mock data$0.001 / call

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

Financeprovider: Mfapi#mfapi#finance

Input schema

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_latest \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"scheme_code":0}'

Try it

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