Zacks Sales Estimates

Zacks Sales Estimates Javascript 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
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 = {
'identifier': "AAPL",
'startDate': null,
'endDate': null,
'fiscalYear': null,
'fiscalPeriod': null,
'calendarYear': null,
'calendarPeriod': null,
'nextPage': null,
'pageSize': 100,
'nextPage2': null
};
zacks.getZacksSalesEstimates(opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Company identifier (Ticker, CIK, LEI, Intrinio ID)[optional]  
startDateDateLimit Sales estimates to those on or after this date[optional]  
endDateDateLimit Sales estimates to those on or before this date[optional]  
fiscalYearNumberOnly for the given fiscal year[optional]  
fiscalPeriodStringThe fiscal period[optional]  
calendarYearNumberOnly for the given calendar year[optional]  
calendarPeriodStringThe calendar period[optional]  
nextPageStringGets the next page of data from a previous API call[optional]  
pageSizeNumberThe 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
estimates[ZacksSalesEstimate]Zacks 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 
dateDateThe period end date  
fiscalYearNumberThe company's fiscal year for the reported period  
fiscalPeriodStringThe company's fiscal quarter for the reported period  
calendarYearNumberThe closest calendar year for the company's fiscal year  
calendarPeriodStringThe closest calendar quarter for the company's fiscal year  
countNumberThe number of estimates for the period  
meanNumberThe sales estimate mean estimate for the period  
medianNumberThe sales estimate median estimate for the period  
highNumberThe sales estimate high estimate for the period  
lowNumberThe sales estimate low estimate for the period  
standardDeviationNumberThe sales estimate standard deviation estimate for the period  
analystRevisionsPercentChange1wNumberThe analyst revisions percent change in estimate for the period of 1 week.  
analystRevisionsUp1wNumberThe analyst revisions going up for the period of 1 week.  
analystRevisionsDown1wNumberThe analyst revisions going down for the period of 1 week.  
analystRevisionsPercentChange1mNumberThe analyst revisions percent change in estimate for the period of 1 month.  
analystRevisionsUp1mNumberThe analyst revisions going up for the period of 1 month.  
analystRevisionsDown1mNumberThe analyst revisions going down for the period of 1 month.  
analystRevisionsPercentChange3mNumberThe analyst revisions percent change in estimate for the period of 3 months.  
analystRevisionsUp3mNumberThe analyst revisions going up for the period of 3 months.  
analystRevisionsDown3mNumberThe 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