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. `id` is stable: a re-sourced call that replaces an existing call keeps its id; only genuinely new calls get new ids. `source_event_id` additionally carries an opaque internal event key (32-char hex) that stays identical when the same event is re-sourced.

Parameters

NameInTypeDescription
id required path integer Earnings call ID

Example request

curl "https://earningscalls.dev/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.

← All API endpoints