Zacks Analyst Ratings Snapshot

Zacks Analyst Ratings Snapshot R API Documentation

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

API Class:
IntrinioSDK::SecurityApi
Instance Method:
get_security_zacks_analyst_ratings_snapshot()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
SecurityApi <- IntrinioSDK::SecurityApi$new(client)
# Required params
identifier <- "AAPL"
# Optional params
opts <- list(
date = NULL
)
response <- SecurityApi$get_security_zacks_analyst_ratings_snapshot(identifier, opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) 
dateCharacterLookup a historical snapshot on the given date[optional]  


Return Type

object
IntrinioSDK::ApiResponseSecurityZacksAnalystRatingsSnapshot

Properties

NameTypeDescription
snapshotsList of ZacksAnalystRatingSnapshot 
snapshots_data_frameData FrameData frame representation of snapshots
securitySecuritySummaryThe Security resolved from the given identifier  
object
IntrinioSDK::ZacksAnalystRatingSnapshot

Properties

NameTypeDescription
typeCharacterThe snapshot type, signifying the age of the ratings data from the snapshot date.  
snapshot_dateDateThe date of the snapshot, when data was recorded.  
rating_dateDateThe date of the latest rating for the snapshot timeframe. This is the effective date of the ratings data.  
meanNumericThe mean (average) weighing of analyst recommendations, from 1 (strong buy) to 5 (strong sell).  
percentileNumericThe 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).  
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 analysts recommendations.  
object
IntrinioSDK::SecuritySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID for Security  
company_idCharacterThe Intrinio ID for the Company for which the Security is issued  
nameCharacterThe name of the Security  
codeCharacterA 2-3 digit code classifying the Security (reference)  
currencyCharacterThe currency in which the Security is traded on the exchange  
tickerCharacterThe common/local ticker of the Security  
composite_tickerCharacterThe country-composite ticker of the Security  
figiCharacterThe OpenFIGI identifier  
composite_figiCharacterThe country-composite OpenFIGI identifier  
share_class_figiCharacterThe global-composite OpenFIGI identifier  
primary_listingLogicalIf TRUE, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange