Zacks EPS Surprises

Zacks EPS Surprises Java API Documentation

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

API Class:
ZacksApi
Instance Method:
getZacksEpsSurprises()

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 epsActualGreater = null;
BigDecimal epsActualLess = null;
BigDecimal epsMeanEstimateGreater = null;
BigDecimal epsMeanEstimateLess = null;
BigDecimal epsAmountDiffGreater = null;
BigDecimal epsAmountDiffLess = null;
BigDecimal epsPercentDiffGreater = null;
BigDecimal epsPercentDiffLess = null;
BigDecimal epsCountEstimateGreater = null;
BigDecimal epsCountEstimateLess = null;
BigDecimal epsStdDevEstimateGreater = null;
BigDecimal epsStdDevEstimateLess = null;
Integer pageSize = 100;
String nextPage = null;
ApiResponseZacksEPSSurprises result = zacksApi.getZacksEpsSurprises(startDate, endDate, epsActualGreater, epsActualLess, epsMeanEstimateGreater,
      epsMeanEstimateLess, epsAmountDiffGreater, epsAmountDiffLess, epsPercentDiffGreater, epsPercentDiffLess, epsCountEstimateGreater,
      epsCountEstimateLess, epsStdDevEstimateGreater, epsStdDevEstimateLess, pageSize, nextPage);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
startDateLocalDateLimit EPS surprises to those on or after this date[optional]  
endDateLocalDateLimit EPS surprises to those on or before this date[optional]  
epsActualGreaterBigDecimalReturn only records with an actual EPS higher than this value[optional]  
epsActualLessBigDecimalReturn only records with an actual EPS lower than this value[optional]  
epsMeanEstimateGreaterBigDecimalReturn only records with an EPS mean estimate greater than this value[optional]  
epsMeanEstimateLessBigDecimalReturn only records with an EPS mean estimate lower than this value[optional]  
epsAmountDiffGreaterBigDecimalReturn only records with an EPS amount difference greater than this value[optional]  
epsAmountDiffLessBigDecimalReturn only records with an EPS amount difference less than this value[optional]  
epsPercentDiffGreaterBigDecimalReturn only records with an EPS percent difference greater than this value[optional]  
epsPercentDiffLessBigDecimalReturn only records with an EPS percent difference less than this value[optional]  
epsCountEstimateGreaterBigDecimalReturn only records with an EPS count estimate greater than this value[optional]  
epsCountEstimateLessBigDecimalReturn only records with an EPS count estimate less than this value[optional]  
epsStdDevEstimateGreaterBigDecimalReturn only records with an EPS standard deviation greater than this value[optional]  
epsStdDevEstimateLessBigDecimalReturn only records with an EPS 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
ApiResponseZacksEPSSurprises

Properties

NameTypeDescription
epsSurprisesListZacks EPS 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
ZacksEPSSurprise

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  
epsActualBigDecimalThe actual Non-GAAP EPS figure released by the company, interpreted by Zacks.  
epsActualZacksAdjBigDecimalThe adjustments Zacks made to get to Non-GAAP EPS to reconcile with GAAP EPS.  
epsMeanEstimateBigDecimalThe pre-earnings release mean EPS estimate for the company  
epsAmountDiffBigDecimalThe EPS surprise amount difference  
epsPercentDiffBigDecimalThe EPS surprise percent difference  
epsCountEstimateBigDecimalThe pre-earnings release number of estimates by analysts  
epsStdDevEstimateBigDecimalThe pre-earnings release standard deviation of EPS estimates  
securitySecuritySummaryThe Security of the Zacks EPS Surprise  
object
SecuritySummary

Properties

NameTypeDescription
idStringThe Intrinio ID for Security  
companyIdStringThe Intrinio ID for the Company for which the Security is issued  
exchangeStringThe exchange's MIC  
exchangeMicStringThe security's exchange MIC  
stockExchangeIdStringThe exchange's Intrinio ID  
nameStringThe name of the Security  
codeStringA 2-3 digit code classifying the Security (reference)  
currencyStringThe currency in which the Security is traded on the exchange  
tickerStringThe common/local ticker of the Security  
compositeTickerStringThe country-composite ticker of the Security  
figiStringThe OpenFIGI identifier  
compositeFigiStringThe country-composite OpenFIGI identifier  
shareClassFigiStringThe global-composite OpenFIGI identifier  
primaryListingBooleanIf true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange