curl --request GET \
--url https://api.benzinga.com/api/v1/earnings-call-transcripts
[
{
"call_id": "<string>",
"created": 123,
"date": "<string>",
"id": "<string>",
"reviewed": true,
"security": {
"cik": "<string>",
"company_name": "<string>",
"exchange": "<string>",
"isin": "<string>",
"ticker": "<string>"
},
"start_time": "<string>",
"summaries": [
{
"summary": "<string>",
"time": 123
}
],
"summary_full": "<string>",
"title": "<string>",
"transcript_full": "<string>",
"transcript_timestamped": [
{
"time": 123,
"transcript": "<string>"
}
],
"updated": 123,
"user_id": 123
}
]
Get Earnings Call Transcripts
curl --request GET \
--url https://api.benzinga.com/api/v1/earnings-call-transcripts
[
{
"call_id": "<string>",
"created": 123,
"date": "<string>",
"id": "<string>",
"reviewed": true,
"security": {
"cik": "<string>",
"company_name": "<string>",
"exchange": "<string>",
"isin": "<string>",
"ticker": "<string>"
},
"start_time": "<string>",
"summaries": [
{
"summary": "<string>",
"time": 123
}
],
"summary_full": "<string>",
"title": "<string>",
"transcript_full": "<string>",
"transcript_timestamped": [
{
"time": 123,
"transcript": "<string>"
}
],
"updated": 123,
"user_id": 123
}
]
Tickers
Call ID
Page
Page Size
Date to query from point in time.
Date to query from point in time.
OK
The response is of type object[]
.
Was this page helpful?