v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Earnings Call Transcripts List

List earnings call transcripts' metadata. This endpoint is available for US, UK, European, Australian and Canadian companies.

get/stock/transcripts/list

Query parameters

symbolstring required

Company symbol: AAPL. Leave empty to list the latest transcripts

Response

successful operation

symbolstring

Company symbol.

Example response

{
  "symbol": "symbol",
  "transcripts": [
    {
      "year": 0,
      "id": "id",
      "time": "time",
      "title": "title",
      "quarter": 6
    },
    {
      "year": 0,
      "id": "id",
      "time": "time",
      "title": "title",
      "quarter": 6
    }
  ]
}