Skip to main content
GET
Get Transcript by ID

Query parameters

Response

Success returns 200 OK with a JSON object containing the transcript (title, participant, transcript segments with speech, audio URL). Errors: 400 when id is missing, 401 unauthorized, 404 when transcript not found, 500 server error.

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

id
string
required

Unique identifier for an earnings-call transcript. Obtain it from /v1/stock/transcripts/list for the symbol you want.

Response

Transcript content.

audio
string
id
string
participant
object[]
quarter
integer
symbol
string
time
string
title
string
transcript
object[]
year
integer