Zacks EPS Growth Rates

Zacks EPS Growth Rates Python 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:
ZacksApi
Instance Method:
get_zacks_eps_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)
company = 'AAPL'
industry_group_name = ''
industry_group_number = ''
page_size = 100
next_page = ''
response = intrinio.ZacksApi().get_zacks_eps_growth_rates(company=company, industry_group_name=industry_group_name, industry_group_number
  =industry_group_number, page_size=page_size, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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

Properties

NameTypeDescription
eps_growth_rateslist[ZacksEPSGrowthRate]Zacks EPS growth rate for the latest date  
next_pagestrThe token required to request the next page of the data. If null, no further results are available.  
object
ZacksEPSGrowthRate

Properties

NameTypeDescription
tickerstrThe Zacks common exchange ticker  
company_namestrThe company name  
industry_group_numberstrThe Zacks industry group number  
industry_group_namestrThe Zacks industry group name  
fiscal_year_0intThe current fiscal year  
fiscal_year_1intThe next fiscal year  
fiscal_year_2intThe fiscal year after the next fiscal year  
company_last_5_year_actualfloatThe company's last 5 year actual percentage earnings-per-share (EPS) growth rate  
company_fiscal_year_1_vs_fiscal_year_0floatThe company's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
company_fiscal_year_2_vs_fiscal_year_1floatThe company's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
company_long_term_growth_meanfloatThe company's long term growth rate mean estimate  
company_fiscal_year_1_forward_price_to_earningsfloatThe company's forward (current fiscal year) price-to-earnings (P/E) ratio  
industry_last_5_year_actualfloatThe industry's last 5 year actual percentage earnings-per-share (EPS) growth rate  
industry_fiscal_year_1_vs_fiscal_year_0floatThe industry's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
industry_fiscal_year_2_vs_fiscal_year_1floatThe industry's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
industry_long_term_growth_meanfloatThe industry's long term growth rate mean estimate  
industry_fiscal_year_1_forward_price_to_earningsfloatThe industry's forward (current fiscal year) price-to-earnings (P/E) ratio  
sp500_last_5_year_actualfloatThe S&P 500's last 5 year actual percentage earnings-per-share (EPS) growth rate  
sp500_fiscal_year_1_vs_fiscal_year_0floatThe S&P 500's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
sp500_fiscal_year_2_vs_fiscal_year_1floatThe S&P 500's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
sp500_long_term_growthfloatThe S&P 500's long term growth rate mean estimate  
sp500_fiscal_year_1_price_to_earningsfloatThe S&P 500's forward (current fiscal year) price-to-earnings (P/E) ratio  
companyCompanySummary 
object
CompanySummary

Properties

NameTypeDescription
idstrThe Intrinio ID of the company  
tickerstrThe stock market ticker symbol associated with the company's common stock securities  
namestrThe company's common name  
leistrThe Legal Entity Identifier (LEI) assigned to the company  
cikstrThe Central Index Key (CIK) assigned to the company