Get forward guidance
KPIs
Guidance
Get forward guidance from earnings releases.
GET
Get forward guidance
Documentation Index
Fetch the complete documentation index at: https://docs.financialdatasets.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The KPI Guidance API returns structured forward guidance extracted from earnings releases. Guidance is delivered as ranges (low/high), point estimates, or directional signals. Examples: operating margin guidance of 6-8%, EPS guidance of 1.50, capacity growth of flat YoY, fuel price assumptions, FFO per share outlook.Pro and above — This data is available to Pro and Enterprise customers.
Available Tickers
You can fetch a list of available tickers with aGET request to:
https://api.financialdatasets.ai/kpi/guidance/tickers/
Getting Started
- Add your API key to the header of the request as
X-API-KEY. - Add the required query param
ticker. - Execute the API request.
Filtering the Data
| Parameter | Required | Description |
|---|---|---|
ticker | Yes | Stock ticker symbol (e.g., DAL, PLD) |
metric_name | No | Filter to a specific metric |
period | No | quarterly (default) or annual |
report_period_gte | No | Only return guidance on or after this date (YYYY-MM-DD) |
report_period_lte | No | Only return guidance on or before this date (YYYY-MM-DD) |
limit | No | Number of periods to return (default: 4, max: 50) |
Example
KPI Guidance
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
low | number | Low end of the guidance range |
high | number | High end of the guidance range |
point_estimate | number | Single-point guidance (when no range is given) |
prior_value | number | Prior guidance value (for revisions) |
change_direction | string | Direction of guidance: raised, lowered, maintained, initiated, withdrawn |
raw_text | string | Original guidance text from the filing |
Notes
- Guidance periods are forward-looking (e.g., Q2 2026 guidance reported in a Q1 2026 filing).
- The
source_urllinks directly to the source document with text highlighting when available.
Authorizations
API key for authentication.
Query Parameters
The ticker symbol.
Filter to a specific metric.
Filter by period type: quarterly or annual.
Available options:
quarterly, annual Only return guidance on or after this date (YYYY-MM-DD).
Only return guidance on or before this date (YYYY-MM-DD).
Number of periods to return.
Required range:
x <= 50Response
Guidance response