v1

latestOpenAPI 3.0.02026-07-266091181.5 KB
Analyst Insights

Analyst Insights V1

Returns analyst insights and research perspectives on securities, including detailed analysis and recommendations from financial analysts

get/api/v1/analyst/insights

Query parameters

pageinteger

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

pageSizeinteger

Number of results returned. Limit 1000

datestring date

Date to query for calendar data. Shorthand for date_from and date_to if they are the same. Defaults for latest

date_fromstring date

Start date in YYYY-MM-DD format

date_tostring date

End date in YYYY-MM-DD format

symbolsstring csv

One or more ticker symbols separated by a comma. Maximum 50 tickers

analyststring

Analyst

rating_idstring

Rating ID

search_keys_type'firm_id' | 'firm' | 'analyst_id' | 'analyst_name'

Search keys type

search_keysstring

Search keys

sort'date'

Field to sort by, format: field:order (e.g., date:asc). Defaults to desc.

parameters[updated]integer

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
    }
  ]
}