fact_history
Retrieve every recorded value for a ticker and metric, ordered by event time, including superseded versions, to see how a metric evolved over time.
Instructions
Return every recorded version of a structured fact ordered by event_time. Query by ticker + metric — ideal for time-series views like 'show me how AAPL EPS evolved over the last four quarters'. Superseded versions are included so you can see the full revision history. Entity normalization: 'Apple Inc.', ISIN 'US0378331005', and 'AAPL' all resolve to the same fact series automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| metric | Yes | Metric name (e.g. eps, price_target, guidance). | |
| ticker | Yes | Ticker symbol, ISIN, CUSIP, or company name. |