Zacks Analyst Ratings

Zacks Analyst Ratings Javascript API Documentation

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

API Class:
ZacksApi
Instance Method:
getZacksAnalystRatings()

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 zacks = new intrinioSDK.ZacksApi();
var opts = {
'identifier': "AAPL",
'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,
'nextPage': null
};
zacks.getZacksAnalystRatings(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)[optional]  
startDateDateLimit ratings to those on or after this date[optional]  
endDateDateLimit 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]  
nextPageStringGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseZacksAnalystRatings

Properties

NameTypeDescription
analystRatings[ZacksAnalystRating] 
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
ZacksAnalystRating

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.  
securitySecuritySummaryThe Security of the Zacks Analyst Rating  
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