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

---

[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)
