Default
Earnings Call Transcripts List
List earnings call transcripts' metadata. This endpoint is available for US, UK, European, Australian and Canadian companies.
get/stock/transcripts/list
Query parameters
symbolstring required
Company symbol: AAPL. Leave empty to list the latest transcripts
Response
successful operation
Example response
{
"symbol": "symbol",
"transcripts": [
{
"year": 0,
"id": "id",
"time": "time",
"title": "title",
"quarter": 6
},
{
"year": 0,
"id": "id",
"time": "time",
"title": "title",
"quarter": 6
}
]
}