API Documentation
⌘K
API Key
Get free key GET
/api/1/equity-extended/earnings-calendar/{identifier}Earnings Calendar API
Returns upcoming and historical earnings dates with EPS actual/estimate and surprises
Parameters
1identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/equity-extended/earnings-calendar/US0378331005' \
-H 'Accept: application/json'200 Response
[
{
"date": "2024-01-25T00:00:00.000Z",
"epsActual": 2.18,
"epsEstimate": 2.1,
"revenueActual": 119580000000,
"revenueEstimate": 118260000000,
"quarter": 1,
"year": 2024
}
]