Earnings Call Transcripts

Get earnings call transcripts, audio and participants' list. This endpoint is only available for US companies. Earnings call transcripts for international markets are available for Enterprise clients via our partner's feed. Contact us to learn more.

17+ years of data is available with 170,000+ audio which add up to 6TB in size.

get/stock/transcripts

Query parameters

idstring required

Transcript's id obtained with <a href="#transcripts-list">Transcripts List endpoint</a>.

Response

successful operation

symbolstring

Company symbol.

transcriptobject[]

Transcript content.

participantobject[]

Participant list

audiostring

Audio link.

idstring

Transcript's ID.

titlestring

Title.

timestring date-time

Time of the event.

yearinteger

Year of earnings result in the case of earnings call transcript.

quarterinteger

Quarter of earnings result in the case of earnings call transcript.

Example response

{
  "symbol": "symbol",
  "transcript": [
    "{}",
    "{}"
  ],
  "year": 0,
  "audio": "audio",
  "id": "id",
  "time": "2000-01-23T04:56:07.000+00:00",
  "title": "title",
  "participant": [
    "{}",
    "{}"
  ],
  "quarter": 6
}

Changes