← Back to catalog
mfapi.scheme_search
mock data$0.002 / callIndia 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.
Input schema
limit
integerMaximum number of results to return (1–100, default 20)
queryrequired
stringKeyword to filter scheme names (e.g. "HDFC", "SBI Bluechip", "mid cap")
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>"}'