calculate_fund_returns
Compute real returns for a lump-sum mutual fund investment using live NAV history. Get absolute return, CAGR, and XIRR for informed decisions.
Instructions
Compute REAL returns for a lump-sum mutual fund investment using live NAV history. Finds the NAV on/before the investment date, values the units at the latest NAV, and returns absolute return, CAGR and XIRR (annualized). The schemeCode MUST come from search_mutual_funds output for the exact fund — NEVER guess a code or reuse one from memory, or you will compute returns for the wrong fund.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schemeCode | Yes | AMFI scheme code (from search_mutual_funds) | |
| investedDate | Yes | Date the lump sum was invested (ISO yyyy-mm-dd) | |
| investedAmount | Yes | Lump-sum amount invested in ₹ |