Earnings
Retrieve the latest known earnings release and upcoming earnings schedule signals for a symbol.
Use this endpoint when you need a lightweight earnings schedule layer without rebuilding company-specific calendar logic.
Endpoint
GET /stocks/{symbol}/earnings
Test request
/stocks/AAPL/earnings
Send a request to view the response.
Authentication
Required.
Authorization: Bearer <your_api_key>
Path Parameters
symbol: ticker or symbol to resolve
Response Notes
- V1 is a schedule and latest-release snapshot, not a full consensus-surprise history endpoint.
- Current source coverage includes:
latest_earnings_release_datepast_earnings_datenext_earnings_dateeps_latest_q
- Estimate and surprise fields are reserved in the response shape and may be null until richer source coverage is added.
Example Request
curl -H "Authorization: Bearer $your_api_key" \
"https://api.apifinance.ai/stocks/AAPL/earnings"
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.