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

# Earnings Call Transcripts

`GET /stock/transcripts`

Get earnings call transcripts, audio and participants' list. Data is available for US, UK, European, Australian and Canadian companies.

15+ years of data is available with 220,000+ audio which add up to 7TB in size.

## Query parameters

- `id` string, required

## Response `200`

successful operation

- EarningsCallTranscripts
  - `symbol` string — Company symbol.
  - `transcript` TranscriptContent[] — Transcript content.
    - `name` string — Speaker's name
    - `speech` string[] — Speaker's speech
    - `session` string — Earnings calls section (management discussion or Q&A)
  - `participant` TranscriptParticipant[] — Participant list
    - `name` string — Participant's name
    - `description` string — Participant's description
    - `role` string — Whether the speak is a company's executive or an analyst
  - `audio` string — Audio link.
  - `id` string — Transcript's ID.
  - `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

> 35 revisions in range; 1 could not be searched.

- **2021-07-26** `0f755a71e903` — 1 breaking, 7 info
  - the `time` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - api operation id `earnings-call-transcripts-api` removed and replaced with `transcripts`
  - added the optional property `participant/items/description` to the response with the `200` status
  - added the optional property `participant/items/name` to the response with the `200` status
  - …4 more
- **2021-07-23** `a148c0b2d583` — 2 info
  - api operation id `transcripts` removed and replaced with `earnings-call-transcripts-api`
  - api tag `Default` added
- **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/415b27331384/schema)
