Get Latest Earnings Calls
GET
/api/v1/earnings/latest
Get the most recent earnings calls. Quick access to newest transcripts without pagination.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
limit optional |
query | integer | Number of results (max 50) |
sector optional |
query | string | Filter by sector |
Example request
curl "https://earningsapi.io/api/v1/earnings/latest?limit=value" \ -H "X-API-Key: YOUR_API_KEY"
Authenticate with your API key in the X-API-Key header (or api_key query parameter). Get a key on the pricing page. Try any endpoint interactively in the Swagger console, and see the full OpenAPI spec.