---
title: "Get Earnings Call Transcripts"
method: GET
path: "/earnings/transcripts/{symbol}"
tags: ["Earnings"]
---

# Get Earnings Call Transcripts

`GET /earnings/transcripts/{symbol}`

Fetches the earnings call transcripts for a given company stock symbol, optionally filtered by year or quarter.

## Path parameters

- `symbol` string, required

## Query parameters

- `year` integer
- `quarter` 1 | 2 | 3 | 4

## Response `200`

Successful response with an array of earnings call transcripts.

- object[]
  - `symbol` string
  - `quarter` integer
  - `year` integer
  - `date` string, date-time
  - `content` string — The full content of the earnings call transcript.

## Other responses

- `400` — Bad Request - Symbol parameter missing, invalid year/quarter, or quarter specified without year.
- `404` — Not Found - No transcripts found for the requested symbol/period.
- `500` — Internal Server Error - Failed to fetch data or other server error.

---

[API](https://skmtc.net/laksmono---company/apis/finbud-api.md) · [All operations](https://skmtc.net/laksmono---company/apis/finbud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laksmono---company/finbud-api/revisions/742d2654c09a/schema)
