Earnings Call Transcript
GET
https://api.unusualwhales.com/api/companies/{ticker}/transcripts/{quarter}
Request
Security:
Bearer Auth
Authorization: Bearer <token>
Path Parameters
ticker
string
required
quarter
string
required
Year and quarter, e.g. "2024Q1".
pattern: ^[0-9]{4}Q[1-4]$
Responses
200 422 500Response Body 200 OK
quarter
string
statements
array[Transcript Statement]
ticker
string
Try It
GET
Path Parameters
Request Sample
curl -X GET "https://api.unusualwhales.com/api/companies/{ticker}/transcripts/{quarter}" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
Response Example
200
{
"data": {
"quarter": "string",
"statements": [
null
],
"ticker": "string"
}
}