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. <a href="mailto:support@finnhub.io">Contact us</a> to learn more.

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