UnifyAPI
← Back to catalog

mfapi.scheme_search

mock data$0.002 / call

India Mutual Fund Scheme Search

Search across 37,000+ AMFI-registered India mutual fund schemes by name keyword. Returns matching scheme codes, names, and ISIN identifiers. Use the returned scheme_code to fetch current or historical NAV data. Supports partial matches — searching "HDFC" returns all HDFC schemes; "mid cap" returns all mid-cap funds. Data source: MFAPI (api.mfapi.in), MIT license, no authentication required.

Financeprovider: Mfapi#mfapi#finance

Input schema

limit

Maximum number of results to return (1–100, default 20)

integer
queryrequired

Keyword to filter scheme names (e.g. "HDFC", "SBI Bluechip", "mid cap")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/mfapi.scheme_search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":0,"query":"<query>"}'

Try it

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