latestOpenAPI 3.0.02026-08-2010141507.9 KB

3d5897270d8a

Earnings

Earnings date

Starter Stock Pro

Next earnings date for a single stock, with expected report time and consensus EPS estimate. Delisted companies (no active listing on any exchange) have no upcoming earnings and return null for both earningsDate and filingDate.

get/api/earnings/date

Query parameters

symbolstring

Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.

cikinteger

SEC Central Index Key (CIK).

cusipstring

CUSIP identifier (9 characters).

composite_figistring

Composite OpenFIGI identifier.

share_class_figistring

Share-class OpenFIGI identifier.

Response

Earnings date for the symbol

symbolstring
earningsDatestring nullable

Next earnings date (YYYY-MM-DD), or null if unknown

filingDatestring nullable

Projected date the SEC filing (10-Q/10-K) becomes available (YYYY-MM-DD), or null if unknown

epsEstimatenumber

Analyst consensus EPS estimate for the upcoming report. Absent when unavailable.

numEstimatesinteger

Number of analyst estimates behind epsEstimate. Absent unless epsEstimate is present.

reportTime'pre_market' | 'after_hours'

Expected time of day for the report. Absent when not supplied.

Example response

{
  "symbol": "AAPL",
  "earningsDate": "2026-04-24",
  "filingDate": "2026-05-01",
  "epsEstimate": 1.88,
  "numEstimates": 11,
  "reportTime": "after_hours"
}