---
title: "Earnings Call Transcripts"
method: GET
path: "/stock/transcripts"
---

# Earnings Call Transcripts

`GET /stock/transcripts`

Get earnings call transcripts, audio and participants' list. This endpoint is only available for US companies.

17+ years of data is available with 170,000+ audio which add up to 6TB in size.

## Query parameters

- `id` string, required

## Response `200`

successful operation

- EarningsCallTranscripts
  - `symbol` string — Company symbol.
  - `transcript` object[] — Transcript content.
  - `participant` object[] — Participant list
  - `audio` string — Audio link.
  - `id` string — Transcript's ID.
  - `title` string — Title.
  - `time` string, date-time — 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

- **2020-05-26** `c5b8e420b78c` — 6 warning, 1 info
  - removed the optional property `participant/items/description` from the response with the `200` status
  - removed the optional property `participant/items/name` from the response with the `200` status
  - removed the optional property `participant/items/role` from the response with the `200` status
  - removed the optional property `transcript/items/name` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/stock/transcripts/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/718b3bbfff65/schema)
