mutual_fund_nav
Retrieve the latest NAV and details for any Indian mutual fund using fund name or scheme code. Searches the AMFI database without requiring an API key.
Instructions
Get the latest NAV and details for any Indian mutual fund.
Searches the AMFI database — no API key required.
Args: query: Fund name (e.g. "SBI Bluechip", "HDFC Flexi Cap") or numeric scheme code (e.g. "119598")
Examples: mutual_fund_nav("SBI Bluechip") → NAV, change, 7-day history mutual_fund_nav("Axis Long Term") → ELSS fund NAV mutual_fund_nav("119598") → Fetch by scheme code directly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |