Get Earnings Call Details
GET
/api/v1/earnings/{id}
Get full details of a specific earnings call including company info, transcript metadata, and speaker count.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
id required |
path | integer | Earnings call ID |
Example request
curl "https://earningsapi.io/api/v1/earnings/48291" \ -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.