Earnings Calendar
Retrieve earnings-calendar rows, optionally filtered by ticker or CIK.
Use this endpoint when you need the earnings calendar rather than historical statement rows.
Endpoint
GET /calendar/earnings
Test request
/calendar/earnings?ticker=AAPL
Send a request to view the response.
Query Parameters
ticker: optional ticker filtercik: optional SEC CIK filter
Response
Typical fields include:
ciktickerearning_dateearning_timeeps_forecasteps_actualeps_surpriseno_of_estimates
Example Request
curl -H "Authorization: Bearer $your_api_key" \
"https://api.apifinance.ai/calendar/earnings?ticker=AAPL"
Related Endpoints
Next step
Run this endpoint with your own API key
Use the playground to inspect the response first, then create a key and move into implementation once the payload fits your product.