GET
/
api
/
v1
/
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
  }
]

Authorizations

token
string
query
required

Query Parameters

tickers
string[]

Tickers

call_id
string[]

Call ID

page
integer

Page

pagesize
integer

Page Size

date_from
integer

Date to query from point in time.

date_to
integer

Date to query from point in time.

Response

200
application/json

OK

The response is of type object[].