Zacks Sales Surprises

Zacks Sales Surprises Javascript API Documentation

This database returns historical estimated and actual sales, guidance, and announcement dates for 17,000+ US and Canadian listed companies.

API Class:
ZacksApi
Instance Method:
getZacksSalesSurprises()

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 = {
'startDate': null,
'endDate': null,
'salesActualGreater': null,
'salesActualLess': null,
'salesMeanEstimateGreater': null,
'salesMeanEstimateLess': null,
'salesAmountDiffGreater': null,
'salesAmountDiffLess': null,
'salesPercentDiffGreater': null,
'salesPercentDiffLess': null,
'salesCountEstimateGreater': null,
'salesCountEstimateLess': null,
'salesStdDevEstimateGreater': null,
'salesStdDevEstimateLess': null,
'pageSize': 100,
'nextPage': null
};
zacks.getZacksSalesSurprises(opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
startDateDateLimit sales surprises to those on or after this date[optional]  
endDateDateLimit sales surprises to those on or before this date[optional]  
salesActualGreaterNumberReturn only records with an actual sales higher than this value[optional]  
salesActualLessNumberReturn only records with an actual sales lower than this value[optional]  
salesMeanEstimateGreaterNumberReturn only records with a sales mean estimate greater than this value[optional]  
salesMeanEstimateLessNumberReturn only records with a sales mean estimate lower than this value[optional]  
salesAmountDiffGreaterNumberReturn only records with a sales amount difference greater than this value[optional]  
salesAmountDiffLessNumberReturn only records with a sales amount difference less than this value[optional]  
salesPercentDiffGreaterNumberReturn only records with a sales percent difference greater than this value[optional]  
salesPercentDiffLessNumberReturn only records with a sales percent difference less than this value[optional]  
salesCountEstimateGreaterNumberReturn only records with a sales count estimate greater than this value[optional]  
salesCountEstimateLessNumberReturn only records with a sales count estimate less than this value[optional]  
salesStdDevEstimateGreaterNumberReturn only records with a sales standard deviation greater than this value[optional]  
salesStdDevEstimateLessNumberReturn only records with a sales standard deviation less than this value[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
ApiResponseZacksSalesSurprises

Properties

NameTypeDescription
salesSurprises[ZacksSalesSurprise]Zacks Sales Surprise data for a Security in descending order by actual reported date  
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
ZacksSalesSurprise

Properties

NameTypeDescription
idStringThe Intrinio ID for the record  
fiscalYearNumberThe company's fiscal year for the reported period  
fiscalQuarterStringThe company's fiscal quarter for the reported period  
calendarYearNumberThe closest calendar year for the company's fiscal year  
calendarQuarterStringThe closest calendar quarter for the company's fiscal year  
actualReportedDateDateThe actual report date for the earnings release  
actualReportedTimeStringThe actual report time for the earnings release  
actualReportedCodeStringThe code cooresponding to the earnings release BTO = BEFORE THE OPENDTM = DURING THE MARKETAMC = AFTER MARKET CLOSE  
actualReportedDescStringThe description for the type of earnings release  
lastRevDateDateThe last revision date for the analyst estimates  
salesActualNumberThe actual Non-GAAP sales figure released by the company, interpreted by Zacks.  
salesActualZacksAdjNumberThe adjustments Zacks made to get to Non-GAAP sales to reconcile with GAAP sales.  
salesActualGaapNumberThe actual GAAP sales figured released by the company  
salesMeanEstimateNumberThe pre-earnings release mean sales estimate for the company sales_count_estimate; the pre-earnings release number of estimates by analysts  
salesAmountDiffNumberThe sales surprise amount difference  
salesPercentDiffNumberThe sales surprise percent difference  
salesStdDevEstimateNumberThe pre-earnings release standard deviation of sales estimates