get_financial_history
Pull a financial line item's historical values, oldest to newest, with fiscal year and source filing per point. Ideal for growth rates and trend analysis.
Instructions
Historical series for one line item, oldest to newest.
Use this for growth rates and trends. Each point states its own fiscal
year and source filing, so a restated figure is visible as such.
Args:
ticker: Stock symbol, e.g. "NVDA".
line_item: One of the supported keys, e.g. "revenue", "net_income".
period: "annual" or "quarterly".
limit: Maximum number of periods to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| period | No | annual | |
| ticker | Yes | ||
| line_item | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||