Earnings Call Transcripts
Get Earnings Call Transcript Audio Files
API Documentation
Analyst Insights
Analyst Reports Raw Text
Bars
Bulls Say Bears Say
Calendars
- GETGet consensus ratings
- GETGet Dividends V2.2
- GETGet Dividends V2 & V2.1
- GETGet Removed (v2)
- GETGet Conference Calls
- GETGet Earnings
- GETGet Economics
- GETGet Events
- GETGet FDA
- GETGet Guidance
- GETGet IPOs V2.1
- GETGet IPOs V2
- GETGet Merger and Acquisition
- GETGet OptionActivity V1
- GETGet Offerings
- GETGet Ratings
- GETGet Ratings Analysts
- GETGet Ratings Firms
Delayed Quotes
Earnings Call Transcripts
Fundamentals
- GETGet Alpha Beta V2.1
- GETGet Fundamentals V2
- GETGet Fundamentals V2.1
- GETGet Fundamentals V3
- GETGet Company Data v2.1
- GETGet Company Profile v2.1
- GETGet Share Class V2.1
- GETGet Share Class Profile V2.1
- GETGet Asset Classification V2.1
- GETGet Earnings Reports V2.1
- GETGet Financials V2.1
- GETGet Balance Sheet V3
- GETGet Cash Flow V3
- GETGet Income Statement V3
- GETGet Share Price Ratios V3
Government Trades
Insider Transactions
NewsQuantified
Ratios
Splits
Earnings Call Transcripts
Get Earnings Call Transcript Audio Files
Get Earnings Call Transcript Audio Files
GET
/
api
/
v1
/
earnings-call-transcripts
/
audio
curl --request GET \
--url https://api.benzinga.com/api/v1/earnings-call-transcripts/audio
[
{
"audio_file": {
"file_url": "<string>"
},
"call_id": "<string>",
"created": 123,
"date": "<string>",
"id": "<string>",
"security": {
"cik": "<string>",
"company_name": "<string>",
"exchange": "<string>",
"isin": "<string>",
"ticker": "<string>"
},
"start_time": "<string>",
"updated": 123
}
]
Authorizations
Query Parameters
Tickers
Call ID
Page
Page Size
Was this page helpful?
curl --request GET \
--url https://api.benzinga.com/api/v1/earnings-call-transcripts/audio
[
{
"audio_file": {
"file_url": "<string>"
},
"call_id": "<string>",
"created": 123,
"date": "<string>",
"id": "<string>",
"security": {
"cik": "<string>",
"company_name": "<string>",
"exchange": "<string>",
"isin": "<string>",
"ticker": "<string>"
},
"start_time": "<string>",
"updated": 123
}
]