Zacks Analyst Ratings Snapshot

Zacks Analyst Ratings Snapshot Python 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:
get_security_zacks_analyst_ratings_snapshot()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
identifier = 'AAPL'
date = ''
response = intrinio.SecurityApi().get_security_zacks_analyst_ratings_snapshot(identifier, date=date)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
ApiResponseSecurityZacksAnalystRatingsSnapshot

Properties

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

Properties

NameTypeDescription
typestrThe 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.  
meanfloatThe mean (average) weighing of analyst recommendations, from 1 (strong buy) to 5 (strong sell).  
percentilefloatThe 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_buysintThe number of analysts recommending Strong Buy.  
buysintThe number of analysts recommending Buy.  
holdsintThe number of analysts recommending Hold.  
sellsintThe number of analysts recommending Sell.  
strong_sellsintThe number of analysts recommending Strong Sell.  
totalintThe total number of analysts recommendations.  
object
SecuritySummary

Properties

NameTypeDescription
idstrThe Intrinio ID for Security  
company_idstrThe Intrinio ID for the Company for which the Security is issued  
namestrThe name of the Security  
codestrA 2-3 digit code classifying the Security (reference)  
currencystrThe currency in which the Security is traded on the exchange  
tickerstrThe common/local ticker of the Security  
composite_tickerstrThe country-composite ticker of the Security  
figistrThe OpenFIGI identifier  
composite_figistrThe country-composite OpenFIGI identifier  
share_class_figistrThe global-composite OpenFIGI identifier  
primary_listingboolIf True, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange