Zacks Sales Estimates

Zacks Sales Estimates Java API Documentation

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

API Class:
ZacksApi
Instance Method:
getZacksSalesEstimates()

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

Parameters

NameTypeDescriptionNotes
identifierStringA Company identifier (Ticker, CIK, LEI, Intrinio ID)[optional]  
startDateLocalDateLimit Sales estimates to those on or after this date[optional]  
endDateLocalDateLimit Sales 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]  
nextPageStringGets the next page of data from a previous API call[optional]  
pageSizeIntegerThe number of results to return[optional] [default to 100]  
nextPage2StringGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseZacksSalesEstimates

Properties

NameTypeDescription
estimatesListZacks Sales 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
ZacksSalesEstimate

Properties

NameTypeDescription
companyCompanySummary 
dateLocalDateThe period end date  
fiscalYearIntegerThe company's fiscal year for the reported period  
fiscalPeriodStringThe company's fiscal quarter for the reported period  
calendarYearIntegerThe closest calendar year for the company's fiscal year  
calendarPeriodStringThe closest calendar quarter for the company's fiscal year  
countIntegerThe number of estimates for the period  
meanBigDecimalThe sales estimate mean estimate for the period  
medianBigDecimalThe sales estimate median estimate for the period  
highBigDecimalThe sales estimate high estimate for the period  
lowBigDecimalThe sales estimate low estimate for the period  
standardDeviationBigDecimalThe sales estimate standard deviation estimate for the period  
analystRevisionsPercentChange1wBigDecimalThe analyst revisions percent change in estimate for the period of 1 week.  
analystRevisionsUp1wBigDecimalThe analyst revisions going up for the period of 1 week.  
analystRevisionsDown1wBigDecimalThe analyst revisions going down for the period of 1 week.  
analystRevisionsPercentChange1mBigDecimalThe analyst revisions percent change in estimate for the period of 1 month.  
analystRevisionsUp1mBigDecimalThe analyst revisions going up for the period of 1 month.  
analystRevisionsDown1mBigDecimalThe analyst revisions going down for the period of 1 month.  
analystRevisionsPercentChange3mBigDecimalThe analyst revisions percent change in estimate for the period of 3 months.  
analystRevisionsUp3mBigDecimalThe analyst revisions going up for the period of 3 months.  
analystRevisionsDown3mBigDecimalThe analyst revisions going down for the period of 3 months.  
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