get_scheme_historical_nav
Retrieves the full historical NAV data for any Indian mutual fund scheme by its AMFI scheme code, returning a sorted list of date-value entries.
Instructions
Get the full historical NAV data for a mutual fund scheme (all available dates).
Args: scheme_code: AMFI numeric scheme code (e.g., '119597').
Returns: Dictionary with fund metadata and a 'data' list of {date, nav} entries, sorted latest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheme_code | Yes |