v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Earnings Call Transcripts

Get earnings call transcripts, audio and participants' list. Data is available for US, UK, European, Australian and Canadian companies.

15+ years of data is available with 220,000+ audio which add up to 7TB 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.

audiostring

Audio link.

idstring

Transcript's ID.

titlestring

Title.

timestring

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": [
    {
      "speech": [
        "speech",
        "speech"
      ],
      "session": "session",
      "name": "name"
    },
    {
      "speech": [
        "speech",
        "speech"
      ],
      "session": "session",
      "name": "name"
    }
  ],
  "year": 0,
  "audio": "audio",
  "id": "id",
  "time": "time",
  "title": "title",
  "participant": [
    {
      "role": "role",
      "name": "name",
      "description": "description"
    },
    {
      "role": "role",
      "name": "name",
      "description": "description"
    }
  ],
  "quarter": 6
}