Zacks Analyst Ratings for Security

Zacks Analyst Ratings for Security Ruby API Documentation

This database offers consensus analyst recommendations for over 5,000 US and Canadian listed companies.

API Class:
Intrinio::SecurityApi
Instance Method:
get_security_zacks_analyst_ratings()

Stock Price Code Example

Use my API Key
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) 
start_dateStringLimit ratings to those on or after this date[optional]  
end_dateStringLimit ratings to those on or before this date[optional]  
mean_greaterFloatReturn only records with a mean (average) higher than this value[optional]  
mean_lessFloatReturn only records with a mean (average) lower than this value[optional]  
strong_buys_greaterIntegerReturn only records with more than this many Strong Buy recommendations[optional]  
strong_buys_lessIntegerReturn only records with fewer than this many Strong Buy recommendations[optional]  
buys_greaterIntegerReturn only records with more than this many Buy recommendations[optional]  
buys_lessIntegerReturn only records with fewer than this many Buy recommendations[optional]  
holds_greaterIntegerReturn only records with more than this many Hold recommendations[optional]  
holds_lessIntegerReturn only records with fewer than this many Hold recommendations[optional]  
sells_greaterIntegerReturn only records with more than this many Sell recommendations[optional]  
sells_lessIntegerReturn only records with fewer than this many Sell recommendations[optional]  
strong_sells_greaterIntegerReturn only records with more than this many Strong Sell recommendations[optional]  
strong_sells_lessIntegerReturn only records with fewer than this many Strong Sell recommendations[optional]  
total_greaterIntegerReturn only records with more than this many recommendations, regardless of type[optional]  
total_lessIntegerReturn only records with fewer than this many recommendations, regardless of type[optional]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  

Return Type

object
Intrinio::ApiResponseSecurityZacksAnalystRatings

Properties

NameTypeDescription
analyst_ratingsArray<ZacksAnalystRatingSummary> 
securitySecuritySummaryThe Security resolved from the given identifier  
next_pageStringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio::ZacksAnalystRatingSummary

Properties

NameTypeDescription
idStringThe Intrinio ID for the record  
dateDateThe date of the Zacks Analyst Rating.  
meanFloatThe mean (average) weighing of analyst recommendations, from 1 (strong buy) to 5 (strong sell).  
strong_buysIntegerThe number of analysts recommending Strong Buy.  
buysIntegerThe number of analysts recommending Buy.  
holdsIntegerThe number of analysts recommending Hold.  
sellsIntegerThe number of analysts recommending Sell.  
strong_sellsIntegerThe number of analysts recommending Strong Sell.  
totalIntegerThe total number of analyst recommendations.  
object
Intrinio::SecuritySummary

Properties

NameTypeDescription
idStringThe Intrinio ID for Security  
company_idStringThe Intrinio ID for the Company for which the Security is issued  
exchangeStringThe exchange’s MIC  
exchange_micStringThe security’s exchange MIC  
stock_exchange_idStringThe exchange’s Intrinio ID  
nameStringThe name of the Security  
codeStringA 2-3 digit code classifying the Security (<a href=&quot;https://docs.intrinio.com/documentation/security_codes&quot; target=&quot;_blank&quot;>reference</a>)  
currencyStringThe currency in which the Security is traded on the exchange  
tickerStringThe common/local ticker of the Security  
composite_tickerStringThe country-composite ticker of the Security  
figiStringThe OpenFIGI identifier  
composite_figiStringThe country-composite OpenFIGI identifier  
share_class_figiStringThe global-composite OpenFIGI identifier  
primary_listingBOOLEANIf true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange