API Documentation
⌘K
API Key
Get free key GET
/api/1/calendar/earnings/{date}Earnings Calendar (Weekly)
Returns all earnings reports for the week containing the given date
Parameters
1datestringrequiredAny date in the target week (YYYY-MM-DD)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/calendar/earnings/2026-01-30' \
-H 'Accept: application/json'200 Response
[
{
"symbol": "AAPL",
"name": "Apple",
"isin": "US0378331005",
"date": "2026-03-05T00:00:00.000Z",
"epsEstimate": 0,
"revenueEstimate": 0,
"time": "bmo"
}
]