Zacks Analyst Ratings for Security

Zacks Analyst Ratings for Security Javascript API Documentation

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

API Class:
SecurityApi
Instance Method:
getSecurityZacksAnalystRatings()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var security = new intrinioSDK.SecurityApi();
var identifier = "AAPL";
var opts = {
'startDate': null,
'endDate': null,
'meanGreater': null,
'meanLess': null,
'strongBuysGreater': null,
'strongBuysLess': null,
'buysGreater': null,
'buysLess': null,
'holdsGreater': null,
'holdsLess': null,
'sellsGreater': null,
'sellsLess': null,
'strongSellsGreater': null,
'strongSellsLess': null,
'totalGreater': null,
'totalLess': null,
'pageSize': 100
};
security.getSecurityZacksAnalystRatings(identifier, opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) 
startDateStringLimit ratings to those on or after this date[optional]  
endDateStringLimit ratings to those on or before this date[optional]  
meanGreaterNumberReturn only records with a mean (average) higher than this value[optional]  
meanLessNumberReturn only records with a mean (average) lower than this value[optional]  
strongBuysGreaterNumberReturn only records with more than this many Strong Buy recommendations[optional]  
strongBuysLessNumberReturn only records with fewer than this many Strong Buy recommendations[optional]  
buysGreaterNumberReturn only records with more than this many Buy recommendations[optional]  
buysLessNumberReturn only records with fewer than this many Buy recommendations[optional]  
holdsGreaterNumberReturn only records with more than this many Hold recommendations[optional]  
holdsLessNumberReturn only records with fewer than this many Hold recommendations[optional]  
sellsGreaterNumberReturn only records with more than this many Sell recommendations[optional]  
sellsLessNumberReturn only records with fewer than this many Sell recommendations[optional]  
strongSellsGreaterNumberReturn only records with more than this many Strong Sell recommendations[optional]  
strongSellsLessNumberReturn only records with fewer than this many Strong Sell recommendations[optional]  
totalGreaterNumberReturn only records with more than this many recommendations, regardless of type[optional]  
totalLessNumberReturn only records with fewer than this many recommendations, regardless of type[optional]  
pageSizeNumberThe number of results to return[optional] [default to 100]  


Return Type

object
ApiResponseSecurityZacksAnalystRatings

Properties

NameTypeDescription
analystRatings[ZacksAnalystRatingSummary] 
securitySecuritySummaryThe Security resolved from the given identifier  
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
ZacksAnalystRatingSummary

Properties

NameTypeDescription
idStringThe Intrinio ID for the record  
dateDateThe date of the Zacks Analyst Rating.  
meanNumberThe mean (average) weighing of analyst recommendations, from 1 (strong buy) to 5 (strong sell).  
strongBuysNumberThe number of analysts recommending Strong Buy.  
buysNumberThe number of analysts recommending Buy.  
holdsNumberThe number of analysts recommending Hold.  
sellsNumberThe number of analysts recommending Sell.  
strongSellsNumberThe number of analysts recommending Strong Sell.  
totalNumberThe total number of analyst recommendations.  
object
SecuritySummary

Properties

NameTypeDescription
idStringThe Intrinio ID for Security  
companyIdStringThe Intrinio ID for the Company for which the Security is issued  
exchangeStringThe exchange's MIC  
exchangeMicStringThe security's exchange MIC  
stockExchangeIdStringThe exchange's Intrinio ID  
nameStringThe name of the Security  
codeStringA 2-3 digit code classifying the Security (reference)  
currencyStringThe currency in which the Security is traded on the exchange  
tickerStringThe common/local ticker of the Security  
compositeTickerStringThe country-composite ticker of the Security  
figiStringThe OpenFIGI identifier  
compositeFigiStringThe country-composite OpenFIGI identifier  
shareClassFigiStringThe global-composite OpenFIGI identifier  
primaryListingBooleanIf true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange