Default
Earnings Call Transcripts
Get earnings call transcripts, audio and participants' list. Data is available for US, UK, European, Australian and Canadian companies.
15+ years of data is available with 220,000+ audio which add up to 7TB in size.
get/stock/transcripts
Query parameters
idstring required
Transcript's id obtained with <a href="#transcripts-list">Transcripts List endpoint</a>.
Response
successful operation
Example response
{
"symbol": "symbol",
"transcript": [
{
"speech": [
"speech",
"speech"
],
"session": "session",
"name": "name"
},
{
"speech": [
"speech",
"speech"
],
"session": "session",
"name": "name"
}
],
"year": 0,
"audio": "audio",
"id": "id",
"time": "time",
"title": "title",
"participant": [
{
"role": "role",
"name": "name",
"description": "description"
},
{
"role": "role",
"name": "name",
"description": "description"
}
],
"quarter": 6
}