calculate_growth_metrics
Calculate revenue, net income, EPS, and free cash flow CAGR for NSE/BSE-listed Indian stocks using annual history, reporting the actual years used.
Instructions
Calculate revenue, net income, EPS, and free-cash-flow CAGR for an
NSE/BSE-listed Indian equity over its available annual history (Yahoo
provides ~5 years, so this is at most a 4-year CAGR -- years_used
reports the actual span, never implies a longer history than exists).
:param symbol: ticker symbol, e.g. "RELIANCE", "TCS.NS", or "TCS.BO"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| years_used | Yes | How many year-over-year gaps the CAGR is computed across | |
| eps_cagr_pct | No | ||
| fcf_cagr_pct | No | ||
| revenue_cagr_pct | No | ||
| net_income_cagr_pct | No |