Mfcentral: Explore Mutual Funds
Mfcentral via Parse · Finance
List or filter mutual fund schemes with basic info such as NAV, returns, and category. Supports filtering by AMC code, category, and plan type. Paginated via limit/offset. Due to upstream response size, approximately 6000+ schemes are available for filtering. Public API for MFCentral providing access to mutual fund AMC information, fund categories, scheme exploration, search, detailed scheme data, and FAQs. Fulfilled by Parse from mfcentral.com.
- finance
- government-public
- mfcentral
- mfcentral-com
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d7d61a3f-7a4f-4d04-8bd1-08e2d5ea4787/explore_mutual_funds
- Interface artifact
- sha256:576a1d6ecf24e1bf143714569e588521d74d5b5547679167cf498bc583b99cc7
- Manifest digest
- sha256:ee13f1aa61995213a94b18f5bd8a371cd8a1b5161385fca437a270b3a832bcc9
Request fields
- plan (string): Filter by plan type: 'Direct' or 'Regular'.: Allowed values: Direct, Regular
- limit (integer): Maximum number of results to return.
- offset (integer): Number of results to skip for pagination.
- amc_code (string): Filter by AMC code (e.g., '327' for Mirae Asset, '25' for SBI). AMC codes can be found via get_fund_categories endpoint's amcDetails array.
- category (string): Filter by category name: 'Equity', 'Debt', 'Hybrid', 'Other'.: Allowed values: Equity, Debt, Hybrid, Other
Example queries
- {"plan":"Direct","limit":"10","offset":"0","amc_code":"327","category":"Equity"}