Zacks EPS Growth Rates

Zacks EPS Growth Rates Java 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
import com.intrinio.api.*;
import com.intrinio.models.*;
import com.intrinio.invoker.*;
import com.intrinio.invoker.auth.*;
import org.threeten.bp.*;
import java.math.BigDecimal;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
ApiClient defaultClient = Configuration.getDefaultApiClient();
ApiKeyAuth auth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth");
auth.setApiKey("YOUR_API_KEY");
defaultClient.setAllowRetries(true);
ZacksApi zacksApi = new ZacksApi();
String company = "AAPL";
String industryGroupName = null;
String industryGroupNumber = null;
Integer pageSize = 100;
String nextPage = null;
ApiResponseZacksEPSGrowthRates result = zacksApi.getZacksEpsGrowthRates(company, industryGroupName, industryGroupNumber, pageSize, nextPage);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
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]  
pageSizeIntegerThe 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
epsGrowthRatesListZacks 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  
fiscalYear0IntegerThe current fiscal year  
fiscalYear1IntegerThe next fiscal year  
fiscalYear2IntegerThe fiscal year after the next fiscal year  
companyLast5YearActualBigDecimalThe company's last 5 year actual percentage earnings-per-share (EPS) growth rate  
companyFiscalYear1VsFiscalYear0BigDecimalThe company's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
companyFiscalYear2VsFiscalYear1BigDecimalThe company's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
companyLongTermGrowthMeanBigDecimalThe company's long term growth rate mean estimate  
companyFiscalYear1ForwardPriceToEarningsBigDecimalThe company's forward (current fiscal year) price-to-earnings (P/E) ratio  
industryLast5YearActualBigDecimalThe industry's last 5 year actual percentage earnings-per-share (EPS) growth rate  
industryFiscalYear1VsFiscalYear0BigDecimalThe industry's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
industryFiscalYear2VsFiscalYear1BigDecimalThe industry's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
industryLongTermGrowthMeanBigDecimalThe industry's long term growth rate mean estimate  
industryFiscalYear1ForwardPriceToEarningsBigDecimalThe industry's forward (current fiscal year) price-to-earnings (P/E) ratio  
sp500Last5YearActualBigDecimalThe S&P 500's last 5 year actual percentage earnings-per-share (EPS) growth rate  
sp500FiscalYear1VsFiscalYear0BigDecimalThe S&P 500's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
sp500FiscalYear2VsFiscalYear1BigDecimalThe S&P 500's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
sp500LongTermGrowthBigDecimalThe S&P 500's long term growth rate mean estimate  
sp500FiscalYear1PriceToEarningsBigDecimalThe 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