Zacks EPS Surprises for Security

Zacks EPS Surprises for Security Javascript API Documentation

Returns historical estimated and actual earnings, guidance, and announcement dates for a specified symbol.

API Class:
SecurityApi
Instance Method:
getSecurityZacksEpsSurprises()

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 security = new intrinioSDK.SecurityApi();
var identifier = "AAPL";
var opts = {
'pageSize': 100,
'nextPage': null
};
security.getSecurityZacksEpsSurprises(identifier, opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) 
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
ApiResponseSecurityZacksEPSSurprises

Properties

NameTypeDescription
epsSurprises[ZacksEPSSurpriseSummary] 
securitySecuritySummaryThe Security resolved from the given identifier  
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
ZacksEPSSurpriseSummary

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  
epsActualNumberThe actual Non-GAAP EPS figure released by the company, interpreted by Zacks.  
epsActualZacksAdjNumberThe adjustments Zacks made to get to Non-GAAP EPS to reconcile with GAAP EPS.  
epsMeanEstimateNumberThe pre-earnings release mean EPS estimate for the company  
epsAmountDiffNumberThe EPS surprise amount difference  
epsPercentDiffNumberThe EPS surprise percent difference  
epsCountEstimateNumberThe pre-earnings release number of estimates by analysts  
epsStdDevEstimateNumberThe pre-earnings release standard deviation of EPS estimates  
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