GET
/
analyst
/
insights

Authorizations

token
string
queryrequired

Query Parameters

page
integer
default: 1

Page number for pagination.

pageSize
integer
default: 10

Number of items per page.

symbols
string

Stock ticker symbols separated by commas to query for analyst insights.

analyst
string

One or more analyst ids separated by a comma.

rating_id
string

One or more rating ids separated by a comma.

search_keys_type
enum<string>

If you wanna query by firm Id or firm name, use this parameter and pass the key. Currently supported are [firm_id, firm]

Available options:
firm_id,
firm
search_keys
string

If you have selected search_keys_type, pass the appropriate identifier here.

Response

200 - application/json
action
string

Analyst's action on the stock (e.g., Maintains, Upgrades).

analyst_insights
string

Detailed insights from the analyst.

date
string

Date of the analyst insight.

firm
string

Name of the firm providing the insight.

firm_id
string

Unique identifier for the firm.

id
string

Unique identifier for the analyst insight.

pt
string

Price target given by the analyst.

rating
string

Rating provided by the analyst.

rating_id
string

Unique identifier for the rating.

security
object

Security details for which the insight is provided.

updated
integer

Timestamp of when the insight was last updated.