This database offers consensus analyst recommendations for over 5,000 US and Canadian listed companies.
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
start_date | Character | Limit ratings to those on or after this date | [optional] |
end_date | Character | Limit ratings to those on or before this date | [optional] |
mean_greater | Numeric | Return only records with a mean (average) higher than this value | [optional] |
mean_less | Numeric | Return only records with a mean (average) lower than this value | [optional] |
strong_buys_greater | Integer | Return only records with more than this many Strong Buy recommendations | [optional] |
strong_buys_less | Integer | Return only records with fewer than this many Strong Buy recommendations | [optional] |
buys_greater | Integer | Return only records with more than this many Buy recommendations | [optional] |
buys_less | Integer | Return only records with fewer than this many Buy recommendations | [optional] |
holds_greater | Integer | Return only records with more than this many Hold recommendations | [optional] |
holds_less | Integer | Return only records with fewer than this many Hold recommendations | [optional] |
sells_greater | Integer | Return only records with more than this many Sell recommendations | [optional] |
sells_less | Integer | Return only records with fewer than this many Sell recommendations | [optional] |
strong_sells_greater | Integer | Return only records with more than this many Strong Sell recommendations | [optional] |
strong_sells_less | Integer | Return only records with fewer than this many Strong Sell recommendations | [optional] |
total_greater | Integer | Return only records with more than this many recommendations, regardless of type | [optional] |
total_less | Integer | Return only records with fewer than this many recommendations, regardless of type | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
Name | Type | Description |
---|---|---|
analyst_ratings | List of ZacksAnalystRatingSummary | |
analyst_ratings_data_frame | Data Frame | Data frame representation of analyst_ratings |
security | SecuritySummary | The Security resolved from the given identifier |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |