Get Speaker Segments
GET
/api/v1/speakers/{earningsId}
Get all speaker segments (who said what) for an earnings call. Includes CEO, CFO, analysts, operator. Pro/Enterprise plans only.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
speaker_type optional |
query | string | Filter by speaker role (executive, analyst, operator, attendee, shareholder). |
speaker_name optional |
query | string | Filter by speaker name (partial match) |
page optional |
query | integer | - |
limit optional |
query | integer | - |
earningsId required |
path | integer | Earnings call ID |
Example request
curl "https://earningsapi.io/api/v1/speakers/48291?speaker_type=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.