GET
/
analyst
/
insights
curl --request GET \
  --url https://api.benzinga.com/api/v1/analyst/insights
{
  "analyst-insights": [
    {}
  ]
}

Authorizations

token
string
query
required

Query Parameters

page
integer

Page number

pageSize
integer

Page size

date
string

Date in YYYY-MM-DD format

date_from
string

Start date in YYYY-MM-DD format

date_to
string

End date in YYYY-MM-DD format

symbols
string

Symbols

analyst
string

Analyst

rating_id
string

Rating ID

search_keys_type
enum<string>

Firm

Available options:
"firm_id",
"firm",
"analyst_id",
"analyst_name"
search_keys
string

Firm name

Response

200
application/json
Analyst Insights
analyst-insights
object[]

Was this page helpful?