GET
/
analyst
/
insights

Authorizations

token
string
queryrequired

Query Parameters

ticker
string
required

Stock ticker symbol to query for analyst insights.

page
integer
default: 1

Page number for pagination.

pageSize
integer
default: 10

Number of items per page.

symbols
string

One or more security identifiers separated by a comma.

analyst
string

One or more analyst ids separated by a comma.

rating_id
string

One or more rating ids separated by a comma.

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.