analyze_margin_trends
Track gross, operating, and net margin trends across an Indian stock's annual history, showing the percentage-point change from the first to the latest period.
Instructions
Track gross/operating/net margin (as %) across an NSE/BSE-listed Indian equity's available annual history, oldest to newest, plus the first-vs-latest delta in percentage points. Deliberately doesn't label the trend "expanding"/"contracting" -- that interpretation is left to the caller.
: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 |
|---|---|---|---|
| points | Yes | ||
| symbol | Yes | ||
| net_margin_delta_pct | No | ||
| gross_margin_delta_pct | No | Latest gross margin minus earliest, in percentage points | |
| operating_margin_delta_pct | No |