Zacks Long Term Growth Rates

Zacks Long Term Growth Rates Python API Documentation

This database offers consensus long term growth rate estimates, including insight into changes in estimates and revisions over time.

API Class:
ZacksApi
Instance Method:
get_zacks_long_term_growth_rates()

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'
page_size = 100
next_page = ''
response = intrinio.ZacksApi().get_zacks_long_term_growth_rates(identifier=identifier, page_size=page_size, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)[optional]  
page_sizeintThe number of results to return[optional] [default to 100]  
next_pagestrGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseZacksLongTermGrowthRates

Properties

NameTypeDescription
long_term_growth_estimateslist[ZacksLongTermGrowthRate]Zacks latest long term growth rates  
next_pagestrThe token required to request the next page of the data. If null, no further results are available.  
object
ZacksLongTermGrowthRate

Properties

NameTypeDescription
meanfloatThe mean long term growth estimate  
medianfloatThe median long term growth estimate  
countintThe number of long term growth estimates  
highfloatThe high long term growth estimate  
lowfloatThe low long term growth estimate  
std_devstrThe standard deviation long term growth estimate  
revisions_upwardintThe number of long term growth estimate revisions upward  
revisions_downwardintThe number of long term growth estimate revisions downward  
mean_7_days_agostrThe mean long term growth estimate 7 days ago  
mean_30_days_agostrThe mean long term growth estimate 30 days ago  
mean_60_days_agostrThe mean long term growth estimate 60 days ago  
mean_90_days_agostrThe mean long term growth estimate 90 days ago  
revisions_upward_last_7_daysstrThe number of long term growth estimate revisions upward in the last 7 days  
revisions_downward_last_7_daysstrThe number of long term growth estimate revisions downward in the last 7 days  
revisions_upward_last_30_daysstrThe number of long term growth estimate revisions upward in the last 30 days  
revisions_downward_last_30_daysstrThe number of long term growth estimate revisions downward in the last 30 days  
revisions_upward_last_60_daysstrThe number of long term growth estimate revisions upward in the last 60 days  
revisions_downward_last_60_daysstrThe number of long term growth estimate revisions downward in the last 60 days  
revisions_upward_last_90_daysstrThe number of long term growth estimate revisions upward in the last 90 days  
revisions_downward_last_90_daysstrThe number of long term growth estimate revisions downward in the last 90 days  
revisions_upward_last_120_daysstrThe number of long term growth estimate revisions upward in the last 120 days  
revisions_downward_last_120_daysstrThe number of long term growth estimate revisions downward in the last 120 days  
revisions_upward_last_150_daysstrThe number of long term growth estimate revisions upward in the last 150 days  
revisions_downward_last_150_daysstrThe number of long term growth estimate revisions downward in the last 150 days  
securitySecuritySummaryThe Security of the Zacks long term growth estimate  
object
SecuritySummary

Properties

NameTypeDescription
idstrThe Intrinio ID for Security  
company_idstrThe Intrinio ID for the Company for which the Security is issued  
exchangestrThe exchange's MIC  
exchange_micstrThe security's exchange MIC  
stock_exchange_idstrThe exchange's Intrinio ID  
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