Zacks Sales Surprises

Zacks Sales Surprises Java 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
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();
LocalDate startDate = null;
LocalDate endDate = null;
BigDecimal salesActualGreater = null;
BigDecimal salesActualLess = null;
BigDecimal salesMeanEstimateGreater = null;
BigDecimal salesMeanEstimateLess = null;
BigDecimal salesAmountDiffGreater = null;
BigDecimal salesAmountDiffLess = null;
BigDecimal salesPercentDiffGreater = null;
BigDecimal salesPercentDiffLess = null;
BigDecimal salesCountEstimateGreater = null;
BigDecimal salesCountEstimateLess = null;
BigDecimal salesStdDevEstimateGreater = null;
BigDecimal salesStdDevEstimateLess = null;
Integer pageSize = 100;
String nextPage = null;
ApiResponseZacksSalesSurprises result = zacksApi.getZacksSalesSurprises(startDate, endDate, salesActualGreater, salesActualLess,
      salesMeanEstimateGreater, salesMeanEstimateLess, salesAmountDiffGreater, salesAmountDiffLess, salesPercentDiffGreater, salesPercentDiffLess,
      salesCountEstimateGreater, salesCountEstimateLess, salesStdDevEstimateGreater, salesStdDevEstimateLess, pageSize, nextPage);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
startDateLocalDateLimit sales surprises to those on or after this date[optional]  
endDateLocalDateLimit sales surprises to those on or before this date[optional]  
salesActualGreaterBigDecimalReturn only records with an actual sales higher than this value[optional]  
salesActualLessBigDecimalReturn only records with an actual sales lower than this value[optional]  
salesMeanEstimateGreaterBigDecimalReturn only records with a sales mean estimate greater than this value[optional]  
salesMeanEstimateLessBigDecimalReturn only records with a sales mean estimate lower than this value[optional]  
salesAmountDiffGreaterBigDecimalReturn only records with a sales amount difference greater than this value[optional]  
salesAmountDiffLessBigDecimalReturn only records with a sales amount difference less than this value[optional]  
salesPercentDiffGreaterBigDecimalReturn only records with a sales percent difference greater than this value[optional]  
salesPercentDiffLessBigDecimalReturn only records with a sales percent difference less than this value[optional]  
salesCountEstimateGreaterBigDecimalReturn only records with a sales count estimate greater than this value[optional]  
salesCountEstimateLessBigDecimalReturn only records with a sales count estimate less than this value[optional]  
salesStdDevEstimateGreaterBigDecimalReturn only records with a sales standard deviation greater than this value[optional]  
salesStdDevEstimateLessBigDecimalReturn only records with a sales standard deviation less than this value[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
ApiResponseZacksSalesSurprises

Properties

NameTypeDescription
salesSurprisesListZacks 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  
fiscalYearBigDecimalThe company's fiscal year for the reported period  
fiscalQuarterStringThe company's fiscal quarter for the reported period  
calendarYearBigDecimalThe closest calendar year for the company's fiscal year  
calendarQuarterStringThe closest calendar quarter for the company's fiscal year  
actualReportedDateLocalDateThe 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  
lastRevDateLocalDateThe last revision date for the analyst estimates  
salesActualBigDecimalThe actual Non-GAAP sales figure released by the company, interpreted by Zacks.  
salesActualZacksAdjBigDecimalThe adjustments Zacks made to get to Non-GAAP sales to reconcile with GAAP sales.  
salesActualGaapBigDecimalThe actual GAAP sales figured released by the company  
salesMeanEstimateBigDecimalThe pre-earnings release mean sales estimate for the company sales_count_estimate; the pre-earnings release number of estimates by analysts  
salesAmountDiffBigDecimalThe sales surprise amount difference  
salesPercentDiffBigDecimalThe sales surprise percent difference  
salesStdDevEstimateBigDecimalThe pre-earnings release standard deviation of sales estimates