---
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. Earnings call transcripts for international markets are available for Enterprise clients via our partner's feed. <a href="mailto:support@finnhub.io">Contact us</a> to learn more.

## 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/f72eac67e19e/schema)
