---
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.

---

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