Guidance
Get forward guidance from earnings releases.
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.Coverage
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
Example
Example Response
Response Fields
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.
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. This is the total across all pages, not a page size: each page holds up to 10 records, linked by next_page_url.
x <= 50Opaque pagination cursor from a previous response's next_page_url. When provided, all other query parameters are ignored: the cursor carries the original request's filters. Treat it as opaque; do not construct or modify it.