API Documentation
⌘K
API Key
Get free key GET
/api/1/analytics/earnings-calendarEarnings Calendar
Returns upcoming and recent earnings release dates with estimated and actual EPS where available.
Parameters
4start_datestringStart date (YYYY-MM-DD). Default: 7 days ago
end_datestringEnd date (YYYY-MM-DD). Default: 30 days from now
tickerstringFilter by ticker symbol
limitnumberMax results (default 200, max 1000)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/analytics/earnings-calendar?start_date=2025-01-01&end_date=2025-12-31&ticker=AAPL&limit=200' \
-H 'Accept: application/json'200 Response
[
{}
]