API Documentation
⌘K
API Key
Get free key GET
/api/1/calendar/earnings-surprises/{symbol}Earnings Surprises
Returns historical earnings surprises (actual vs estimate) for a company
Parameters
1symbolstringrequiredTicker symbol (e.g. AAPL)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/calendar/earnings-surprises/AAPL' \
-H 'Accept: application/json'200 Response
[
{
"symbol": "AAPL",
"date": "2026-01-30T00:00:00.000Z",
"epsEstimate": 2.1,
"epsActual": 2.18,
"epsDifference": 0.08,
"surprisePercent": 3.81
}
]