Search Schemes
search_schemesFind Indian mutual-fund scheme codes by fund name. Fetches the full MFAPI scheme list (~16,000 schemes) and filters client-side by case-insensitive token match (every word in the query must appear in the scheme name, any order — so "SBI Bluechip" matches "SBI Blue Chip Fund"). This is the way to obtain a scheme_code for get_nav_history and latest_nav. Note: this call downloads the full list (~1-2MB). Keyless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max schemes to return (default 15, max 30). | |
| query | Yes | Fund-name fragment, e.g. "SBI Bluechip", "Parag Parikh", "index fund". Matched case-insensitively against scheme names. |