Get Transcripts List
Stock Alternative
Transcripts List
Retrieve earnings call transcripts list metadata for a symbol. Use this to get available transcript IDs and metadata before fetching a single transcript.
Use Case: Display a list of past earnings call transcripts for a company with links to audio.
GET
Get Transcripts List
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Stock ticker symbol (e.g. AAPL). |
Response
Success returns200 OK with a JSON object containing symbol and a transcripts array. Each transcript entry includes id, quarter, time, title, and year.
Errors: 400 when symbol is missing, 401 unauthorized, 404 when no data found, 500 server error.Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Stock ticker to query. Send the plain uppercase symbol exactly as you'd type it on a brokerage screen, e.g. AAPL, MSFT.
Example:
"AAPL"