Get Company by Name
GET
/api/v1/companies/{name}
Get company details including all available earnings calls for that company.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
name required |
path | string | Company name (URL-encoded) |
Example request
curl "https://earningsapi.io/api/v1/companies/apple" \ -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.