Zacks Analyst Ratings Snapshot

Zacks Analyst Ratings Snapshot Javascript API Documentation

This database offers current and historical consensus analyst recommendation snapshots for over 5,000 US and Canadian listed companies.

API Class:
SecurityApi
Instance Method:
getSecurityZacksAnalystRatingsSnapshot()

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 = {
'date': null
};
security.getSecurityZacksAnalystRatingsSnapshot(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) 
dateStringLookup a historical snapshot on the given date[optional]  


Return Type

object
ApiResponseSecurityZacksAnalystRatingsSnapshot

Properties

NameTypeDescription
snapshots[ZacksAnalystRatingSnapshot] 
securitySecuritySummaryThe Security resolved from the given identifier  
object
ZacksAnalystRatingSnapshot

Properties

NameTypeDescription
typeStringThe snapshot type, signifying the age of the ratings data from the snapshot date.  
snapshotDateDateThe date of the snapshot, when data was recorded.  
ratingDateDateThe date of the latest rating for the snapshot timeframe. This is the effective date of the ratings data.  
meanNumberThe mean (average) weighing of analyst recommendations, from 1 (strong buy) to 5 (strong sell).  
percentileNumberThe percentile of the mean, derived by comparing to all securities rated by analysts as of the rating date, ranging 0.0 (strong buy) to 1.0 (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 analysts recommendations.  
object
SecuritySummary

Properties

NameTypeDescription
idStringThe Intrinio ID for Security  
companyIdStringThe Intrinio ID for the Company for which the Security is issued  
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