GET
/
analyst
/
reports
/
raw-text
curl --request GET \
  --url https://api.benzinga.com/analyst/reports/raw-text
[
  {
    "date": "<string>",
    "exchange": "<string>",
    "extracted_paragraphs": [
      "<string>"
    ],
    "firm_id": "<string>",
    "id": "<string>",
    "ticker": "<string>"
  }
]

Authorizations

token
string
query
required

Query Parameters

page
integer

Page number

pagesize
integer

Page size

Response

200
application/json
OK
date
string
exchange
string
extracted_paragraphs
string[]
firm_id
string
id
string
ticker
string

Was this page helpful?