Query Estimates or Guidance
OpenAPI JSON Spec Retrieve consensus estimates or company guidance data.
Supported Metrics: EPS, SALES, DPS, CFPS, EBITDA, EBIT, BPS, ASSETS
Period Type: annual, quarterly, semi-annual
Type:
estimate: Returns array of EstimateRow (analyst consensus data)guidance: Returns array of GuidanceRow (company-reported guidance)
Pagination: results are a two-dimensional panel — one row per
observation date per forecast fiscal period per metric — so a
single symbol/metric easily exceeds a thousand rows. Page with limit
offset; the response echoes both underpagination. A page shorter thanlimitis the last page. Rows are ordered by observation date descending, then fiscal period end descending, then metric.
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Stock symbol (e.g., AAPL)
Metrics (comma-separated). Supported: EPS, SALES, DPS, CFPS, EBITDA, EBIT, BPS, ASSETS
Data type
estimate, guidance Period type (default: annual)
annual, quarterly, semi-annual Start time for observed_at filter (Unix timestamp in seconds)
End time for observed_at filter (Unix timestamp in seconds)
Issuer fiscal year filter (e.g., 2026). This is the company's own fiscal year label, not the calendar year of fiscal_end_date -- for a filer whose fiscal year ends in January, the quarter ending 2026-04-30 is fiscal year 2027. Matches the fiscal_year on the 3-statement endpoints.
Fiscal quarter
Q1, Q2, Q3, Q4 Page size (default: 10, max: 1000)
Rows to skip before the page (default: 0)

