v1
latestOpenAPI 3.0.02026-07-266091181.5 KBAnalyst Insights V1
Returns analyst insights and research perspectives on securities, including detailed analysis and recommendations from financial analysts
Query parameters
Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date. Default is 0
Number of results returned. Limit 1000
Date to query for calendar data. Shorthand for date_from and date_to if they are the same. Defaults for latest
Start date in YYYY-MM-DD format
End date in YYYY-MM-DD format
One or more ticker symbols separated by a comma. Maximum 50 tickers
Analyst
Rating ID
Search keys type
Search keys
Field to sort by, format: field:order (e.g., date:asc). Defaults to desc.
Records last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated
Response
Analyst Insights
Example response
{
"analyst-insights": [
{
"action": "Maintains",
"analyst_id": "60a7f5e8e4b0f5a3c8e9f5b8",
"analyst_insights": "Strong fundamentals support higher valuation",
"date": "2024-01-09",
"firm": "Goldman Sachs",
"firm_id": "60a7f5e8e4b0f5a3c8e9f5b7",
"id": "60a7f5e8e4b0f5a3c8e9f5b6",
"pt": "200.00",
"rating": "Buy",
"rating_id": "60a7f5e8e4b0f5a3c8e9f5b9",
"security": {
"cik": "320193",
"exchange": "NASDAQ",
"isin": "US0378331005",
"name": "Apple Inc.",
"symbol": "AAPL"
},
"updated": 1704819600
}
]
}