UnifyAPI
← Back to catalog

mfapi.scheme_list

mock data$0.002 / call

India Mutual Fund Scheme List

Paginated list of all 37,000+ AMFI-registered India mutual fund schemes. Returns scheme codes, names, and ISIN identifiers for each page. Useful for bulk enumeration or building fund directories. Use mfapi.schemes.search for keyword-based lookup instead of iterating all pages. Data source: MFAPI (api.mfapi.in), MIT license, no authentication required.

Financeprovider: Mfapi#mfapi#finance

Input schema

page

Page number for pagination (default 1)

integer
per_page

Number of schemes per page (1–200, default 50)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/mfapi.scheme_list \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"page":0,"per_page":0}'

Try it

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