Zacks EPS Growth Rates

Zacks EPS Growth Rates Javascript 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:
getZacksEpsGrowthRates()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var zacks = new intrinioSDK.ZacksApi();
var opts = {
'company': "AAPL",
'industryGroupName': null,
'industryGroupNumber': null,
'pageSize': 100,
'nextPage': null
};
zacks.getZacksEpsGrowthRates(opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
companyStringFilings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)[optional]  
industryGroupNameStringReturn only growth rates for companies in the given Zacks industry group name[optional]  
industryGroupNumberStringReturn only growth rates for companies in the given Zacks industry group number[optional]  
pageSizeNumberThe number of results to return[optional] [default to 100]  
nextPageStringGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseZacksEPSGrowthRates

Properties

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

Properties

NameTypeDescription
tickerStringThe Zacks common exchange ticker  
companyNameStringThe company name  
industryGroupNumberStringThe Zacks industry group number  
industryGroupNameStringThe Zacks industry group name  
fiscalYear0NumberThe current fiscal year  
fiscalYear1NumberThe next fiscal year  
fiscalYear2NumberThe fiscal year after the next fiscal year  
companyLast5YearActualNumberThe company's last 5 year actual percentage earnings-per-share (EPS) growth rate  
companyFiscalYear1VsFiscalYear0NumberThe company's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
companyFiscalYear2VsFiscalYear1NumberThe company's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
companyLongTermGrowthMeanNumberThe company's long term growth rate mean estimate  
companyFiscalYear1ForwardPriceToEarningsNumberThe company's forward (current fiscal year) price-to-earnings (P/E) ratio  
industryLast5YearActualNumberThe industry's last 5 year actual percentage earnings-per-share (EPS) growth rate  
industryFiscalYear1VsFiscalYear0NumberThe industry's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
industryFiscalYear2VsFiscalYear1NumberThe industry's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
industryLongTermGrowthMeanNumberThe industry's long term growth rate mean estimate  
industryFiscalYear1ForwardPriceToEarningsNumberThe industry's forward (current fiscal year) price-to-earnings (P/E) ratio  
sp500Last5YearActualNumberThe S&P 500's last 5 year actual percentage earnings-per-share (EPS) growth rate  
sp500FiscalYear1VsFiscalYear0NumberThe S&P 500's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
sp500FiscalYear2VsFiscalYear1NumberThe S&P 500's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
sp500LongTermGrowthNumberThe S&P 500's long term growth rate mean estimate  
sp500FiscalYear1PriceToEarningsNumberThe S&P 500's forward (current fiscal year) price-to-earnings (P/E) ratio  
companyCompanySummary 
object
CompanySummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the company  
tickerStringThe stock market ticker symbol associated with the company's common stock securities  
nameStringThe company's common name  
leiStringThe Legal Entity Identifier (LEI) assigned to the company  
cikStringThe Central Index Key (CIK) assigned to the company