---
title: "Earnings Call Transcripts List"
method: GET
path: "/stock/transcripts/list"
tags: ["Default"]
---

# Earnings Call Transcripts List

`GET /stock/transcripts/list`

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

## Query parameters

- `symbol` string, required

## Response `200`

successful operation

- EarningsCallTranscriptsList
  - `symbol` string — Company symbol.
  - `transcripts` StockTranscripts[] — Array of transcripts' metadata
    - `id` string — Transcript's ID used to get the <a href="#transcripts">full transcript</a>.
    - `title` string — Title.
    - `time` string — Time of the event.
    - `year` integer — Year of earnings result in the case of earnings call transcript.
    - `quarter` integer — Quarter of earnings result in the case of earnings call transcript.

## Changes

- **2021-07-26** `0f755a71e903` — 5 info
  - added the optional property `transcripts/items/id` to the response with the `200` status
  - added the optional property `transcripts/items/quarter` to the response with the `200` status
  - added the optional property `transcripts/items/time` to the response with the `200` status
  - added the optional property `transcripts/items/title` to the response with the `200` status
  - …1 more
- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-05-26** `c5b8e420b78c` — 5 warning, 1 info
  - removed the optional property `transcripts/items/id` from the response with the `200` status
  - removed the optional property `transcripts/items/quarter` from the response with the `200` status
  - removed the optional property `transcripts/items/time` from the response with the `200` status
  - removed the optional property `transcripts/items/title` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/stock/transcripts/list/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
