Zacks EPS Growth Rates

Zacks EPS Growth Rates R API Documentation

This database offers consensus EPS growth rate estimates, comparing company estimates to historical company estimates, industry estimates, and S&P 500 index estimates.

API Class:
IntrinioSDK::ZacksApi
Instance Method:
get_zacks_eps_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(
company = "AAPL",
industry_group_name = NULL,
industry_group_number = NULL,
page_size = 100,
next_page = NULL
)
response <- ZacksApi$get_zacks_eps_growth_rates(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
companyCharacterFilings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)[optional]  
industry_group_nameCharacterReturn only growth rates for companies in the given Zacks industry group name[optional]  
industry_group_numberCharacterReturn only growth rates for companies in the given Zacks industry group number[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::ApiResponseZacksEPSGrowthRates

Properties

NameTypeDescription
eps_growth_ratesList of ZacksEPSGrowthRateZacks EPS growth rate for the latest date  
eps_growth_rates_data_frameData FrameData frame representation of eps_growth_rates
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::ZacksEPSGrowthRate

Properties

NameTypeDescription
tickerCharacterThe Zacks common exchange ticker  
company_nameCharacterThe company name  
industry_group_numberCharacterThe Zacks industry group number  
industry_group_nameCharacterThe Zacks industry group name  
fiscal_year_0IntegerThe current fiscal year  
fiscal_year_1IntegerThe next fiscal year  
fiscal_year_2IntegerThe fiscal year after the next fiscal year  
company_last_5_year_actualNumericThe company's last 5 year actual percentage earnings-per-share (EPS) growth rate  
company_fiscal_year_1_vs_fiscal_year_0NumericThe company's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
company_fiscal_year_2_vs_fiscal_year_1NumericThe company's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
company_long_term_growth_meanNumericThe company's long term growth rate mean estimate  
company_fiscal_year_1_forward_price_to_earningsNumericThe company's forward (current fiscal year) price-to-earnings (P/E) ratio  
industry_last_5_year_actualNumericThe industry's last 5 year actual percentage earnings-per-share (EPS) growth rate  
industry_fiscal_year_1_vs_fiscal_year_0NumericThe industry's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
industry_fiscal_year_2_vs_fiscal_year_1NumericThe industry's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
industry_long_term_growth_meanNumericThe industry's long term growth rate mean estimate  
industry_fiscal_year_1_forward_price_to_earningsNumericThe industry's forward (current fiscal year) price-to-earnings (P/E) ratio  
sp500_last_5_year_actualNumericThe S&P 500's last 5 year actual percentage earnings-per-share (EPS) growth rate  
sp500_fiscal_year_1_vs_fiscal_year_0NumericThe S&P 500's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
sp500_fiscal_year_2_vs_fiscal_year_1NumericThe S&P 500's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
sp500_long_term_growthNumericThe S&P 500's long term growth rate mean estimate  
sp500_fiscal_year_1_price_to_earningsNumericThe S&P 500's forward (current fiscal year) price-to-earnings (P/E) ratio  
companyCompanySummary 
object
IntrinioSDK::CompanySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the company  
tickerCharacterThe stock market ticker symbol associated with the company's common stock securities  
nameCharacterThe company's common name  
leiCharacterThe Legal Entity Identifier (LEI) assigned to the company  
cikCharacterThe Central Index Key (CIK) assigned to the company