Zacks EPS Estimates

Zacks EPS Estimates Javascript API Documentation

This database offers consensus earnings estimates for over 5,000 US and Canadian listed companies.

API Class:
ZacksApi
Instance Method:
getZacksEpsEstimates()

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,
'pageSize': 100,
'nextPage': null
};
zacks.getZacksEpsEstimates(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 EPS estimates to those on or after this date[optional]  
endDateDateLimit EPS 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]  
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
ApiResponseZacksEPSEstimates

Properties

NameTypeDescription
estimates[ZacksEPSEstimate]Zacks EPS 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
ZacksEPSEstimate

Properties

NameTypeDescription
companyCompanySummary 
dateDateThe period end date  
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  
countNumberThe number of estimates for the period  
meanNumberThe earnings per share (EPS) mean estimate for the period  
medianNumberThe earnings per share (EPS) median estimate for the period  
highNumberThe earnings per share (EPS) high estimate for the period  
lowNumberThe earnings per share (EPS) low estimate for the period  
standardDeviationNumberThe earnings per share (EPS) standard deviation estimate for the period  
percentChangeNumberThe earnings per share (EPS) percent change in estimate for the period  
mean7DaysAgoNumberThe long term growth mean estimate - 7 Days Ago  
mean30DaysAgoNumberThe long term growth mean estimate - 30 Days Ago  
mean60DaysAgoNumberThe long term growth mean estimate - 60 Days Ago  
mean90DaysAgoNumberThe long term growth mean estimate - 90 Days Ago  
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