List Industries

GET /api/v1/industries

Get all 100+ industries, optionally filtered by sector. Includes company and call counts.

Parameters

NameInTypeDescription
sector optional query string Filter by sector

Example request

curl "https://earningscalls.dev/api/v1/industries?sector=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.

← All API endpoints