Skip to main content
GET
Query Estimates or Guidance

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

symbol
string
required

Stock symbol (e.g., AAPL)

metrics
string
required

Metrics (comma-separated). Supported: EPS, SALES, DPS, CFPS, EBITDA, EBIT, BPS, ASSETS

type
enum<string>
required

Data type

Available options:
estimate,
guidance
period_type
enum<string>

Period type (default: annual)

Available options:
annual,
quarterly,
semi-annual
start_time
integer

Start time for observed_at filter (Unix timestamp in seconds)

end_time
integer

End time for observed_at filter (Unix timestamp in seconds)

fiscal_year
integer

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
enum<string>

Fiscal quarter

Available options:
Q1,
Q2,
Q3,
Q4
limit
integer

Page size (default: 10, max: 1000)

offset
integer

Rows to skip before the page (default: 0)

Response

When type=guidance

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean