List Companies
GET
/api/v1/companies/
List all companies with earnings calls. Returns company metadata, call counts, and date range of available calls.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
page optional |
query | integer | - |
limit optional |
query | integer | - |
search optional |
query | string | Search by company name |
sector optional |
query | string | Filter by sector |
industry optional |
query | string | Filter by industry |
exchange optional |
query | string | Filter by exchange |
sort optional |
query | string | - |
Example request
curl "https://earningsapi.io/api/v1/companies/?page=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.