---
title: "List available transcripts"
method: GET
path: "/equity/{symbol}/transcripts"
tags: ["Equities"]
---

# List available transcripts

`GET /equity/{symbol}/transcripts`

Get a list of the periods for which earnings call transcripts are available. Periods are returned ordered from newest available to oldest.

## Path parameters

- `symbol` string, nullable, required

## Response `200`

Successful Response

- ResponseModelListStr
  - `data` string[], nullable
  - `message` string, nullable — A message with the response status.
  - `info` union — Additional information or metadata about the response. Varies by response type.
    - object
    - string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/dataglade/apis/dataglade-api.md) · [All operations](https://skmtc.dev/dataglade/apis/dataglade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dataglade/dataglade-api/revisions/de5c0ca32353/schema)
