latestOpenAPI 3.0.02026-08-2010141507.9 KB
3d5897270d8a
Earnings
Earnings date
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
Example response
{
"symbol": "AAPL",
"earningsDate": "2026-04-24",
"filingDate": "2026-05-01",
"epsEstimate": 1.88,
"numEstimates": 11,
"reportTime": "after_hours"
}