Zacks EPS Estimates

Zacks EPS Estimates Java API Documentation

This database offers consensus earnings estimates for over 5,000 US and Canadian listed companies.

API Class:
ZacksApi
Instance Method:
getZacksEpsEstimates()

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 identifier = "AAPL";
LocalDate startDate = null;
LocalDate endDate = null;
Integer fiscalYear = null;
String fiscalPeriod = null;
Integer calendarYear = null;
String calendarPeriod = null;
Integer pageSize = 100;
String nextPage = null;
ApiResponseZacksEPSEstimates result = zacksApi.getZacksEpsEstimates(identifier, startDate, endDate, fiscalYear, fiscalPeriod, calendarYear,
      calendarPeriod, pageSize, nextPage);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Company identifier (Ticker, CIK, LEI, Intrinio ID)[optional]  
startDateLocalDateLimit EPS estimates to those on or after this date[optional]  
endDateLocalDateLimit EPS estimates to those on or before this date[optional]  
fiscalYearIntegerOnly for the given fiscal year[optional]  
fiscalPeriodStringThe fiscal period[optional] [enum: Q1TTM, Q2TTM, Q3TTM, FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD]  
calendarYearIntegerOnly for the given calendar year[optional]  
calendarPeriodStringThe calendar period[optional] [enum: Q1TTM, Q2TTM, Q3TTM, FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD]  
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
ApiResponseZacksEPSEstimates

Properties

NameTypeDescription
estimatesListZacks EPS estimate data for a given date range  
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
ZacksEPSEstimate

Properties

NameTypeDescription
companyCompanySummary 
dateLocalDateThe period end date  
fiscalYearIntegerThe company's fiscal year for the reported period  
fiscalQuarterStringThe company's fiscal quarter for the reported period  
calendarYearIntegerThe closest calendar year for the company's fiscal year  
calendarQuarterStringThe closest calendar quarter for the company's fiscal year  
countIntegerThe number of estimates for the period  
meanBigDecimalThe earnings per share (EPS) mean estimate for the period  
medianBigDecimalThe earnings per share (EPS) median estimate for the period  
highBigDecimalThe earnings per share (EPS) high estimate for the period  
lowBigDecimalThe earnings per share (EPS) low estimate for the period  
standardDeviationBigDecimalThe earnings per share (EPS) standard deviation estimate for the period  
percentChangeBigDecimalThe earnings per share (EPS) percent change in estimate for the period  
mean7DaysAgoBigDecimalThe long term growth mean estimate - 7 Days Ago  
mean30DaysAgoBigDecimalThe long term growth mean estimate - 30 Days Ago  
mean60DaysAgoBigDecimalThe long term growth mean estimate - 60 Days Ago  
mean90DaysAgoBigDecimalThe long term growth mean estimate - 90 Days Ago  
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