Skip to main content
GET
Fetch Earnings Transcripts

Overview

Fetch earnings call transcripts for a public company. Supports year-range filtering.

Endpoint Details

  • Method: GET
  • Endpoint: /api/enterprise/company/earnings-calls/

Authentication requirements

  • Include a valid JWT token in your request header
  • If you don’t have a token yet, you can get one from the /auth/token/ endpoint first.

Request

Request Parameters

Header Parameters

Authorization
string
required
JWT token obtained from the Authentication request

URL Parameters

company
string
required
Permalink or URL of the company. E.g. "salesforce"
from_year
integer
Start year of the date range.
to_year
integer
End year of the date range.

Response

Successful response will have status as “success”. Results are returned in the response.

Authorizations

Authorization
string
header
required

JWT token obtained from the /auth/token/ endpoint.

Query Parameters

company
string
required

Permalink or URL of the company.

from_year
integer

Start year of the date range.

to_year
integer

End year of the date range.

Response

Earnings transcripts returned successfully.

status
string
Example:

"success"

data
object[]

List of earnings call transcript objects.