Zacks Long Term Growth Rates

Zacks Long Term Growth Rates R API Documentation

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

API Class:
IntrinioSDK::ZacksApi
Instance Method:
get_zacks_long_term_growth_rates()

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
ZacksApi <- IntrinioSDK::ZacksApi$new(client)
# Optional params
opts <- list(
identifier = "AAPL",
page_size = 100,
next_page = NULL
)
response <- ZacksApi$get_zacks_long_term_growth_rates(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
IntrinioSDK::ApiResponseZacksLongTermGrowthRates

Properties

NameTypeDescription
long_term_growth_estimatesList of ZacksLongTermGrowthRateZacks latest long term growth rates  
long_term_growth_estimates_data_frameData FrameData frame representation of long_term_growth_estimates
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::ZacksLongTermGrowthRate

Properties

NameTypeDescription
meanNumericThe mean long term growth estimate  
medianNumericThe median long term growth estimate  
countIntegerThe number of long term growth estimates  
highNumericThe high long term growth estimate  
lowNumericThe low long term growth estimate  
std_devCharacterThe standard deviation long term growth estimate  
revisions_upwardIntegerThe number of long term growth estimate revisions upward  
revisions_downwardIntegerThe number of long term growth estimate revisions downward  
mean_7_days_agoCharacterThe mean long term growth estimate 7 days ago  
mean_30_days_agoCharacterThe mean long term growth estimate 30 days ago  
mean_60_days_agoCharacterThe mean long term growth estimate 60 days ago  
mean_90_days_agoCharacterThe mean long term growth estimate 90 days ago  
revisions_upward_last_7_daysCharacterThe number of long term growth estimate revisions upward in the last 7 days  
revisions_downward_last_7_daysCharacterThe number of long term growth estimate revisions downward in the last 7 days  
revisions_upward_last_30_daysCharacterThe number of long term growth estimate revisions upward in the last 30 days  
revisions_downward_last_30_daysCharacterThe number of long term growth estimate revisions downward in the last 30 days  
revisions_upward_last_60_daysCharacterThe number of long term growth estimate revisions upward in the last 60 days  
revisions_downward_last_60_daysCharacterThe number of long term growth estimate revisions downward in the last 60 days  
revisions_upward_last_90_daysCharacterThe number of long term growth estimate revisions upward in the last 90 days  
revisions_downward_last_90_daysCharacterThe number of long term growth estimate revisions downward in the last 90 days  
revisions_upward_last_120_daysCharacterThe number of long term growth estimate revisions upward in the last 120 days  
revisions_downward_last_120_daysCharacterThe number of long term growth estimate revisions downward in the last 120 days  
revisions_upward_last_150_daysCharacterThe number of long term growth estimate revisions upward in the last 150 days  
revisions_downward_last_150_daysCharacterThe number of long term growth estimate revisions downward in the last 150 days  
securitySecuritySummaryThe Security of the Zacks long term growth estimate  
object
IntrinioSDK::SecuritySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID for Security  
company_idCharacterThe Intrinio ID for the Company for which the Security is issued  
exchangeCharacterThe exchange's MIC  
exchange_micCharacterThe security's exchange MIC  
stock_exchange_idCharacterThe exchange's Intrinio ID  
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