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

Create a free account to run these investor-grade stock endpoints with your own key. Create a free account to run the full workflow.

Send a request to view the response.

Query Parameters

  • ticker: optional ticker filter
  • cik: optional SEC CIK filter

Response

Typical fields include:

  • cik
  • ticker
  • earning_date
  • earning_time
  • eps_forecast
  • eps_actual
  • eps_surprise
  • no_of_estimates

Example Request

curl -H "Authorization: Bearer $your_api_key" \
  "https://api.apifinance.ai/calendar/earnings?ticker=AAPL"

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.