Zacks EPS Estimates

Zacks EPS Estimates Python API Documentation

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

API Class:
ZacksApi
Instance Method:
get_zacks_eps_estimates()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
identifier = 'AAPL'
start_date = ''
end_date = ''
fiscal_year = ''
fiscal_period = ''
calendar_year = ''
calendar_period = ''
page_size = 100
next_page = ''
response = intrinio.ZacksApi().get_zacks_eps_estimates(identifier=identifier, start_date=start_date, end_date=end_date, fiscal_year=fiscal_year,
  fiscal_period=fiscal_period, calendar_year=calendar_year, calendar_period=calendar_period, page_size=page_size, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrA Company identifier (Ticker, CIK, LEI, Intrinio ID)[optional]  
start_datedateLimit EPS estimates to those on or after this date[optional]  
end_datedateLimit EPS estimates to those on or before this date[optional]  
fiscal_yearintOnly for the given fiscal year[optional]  
fiscal_periodstrThe fiscal period[optional]  
calendar_yearintOnly for the given calendar year[optional]  
calendar_periodstrThe calendar period[optional]  
page_sizeintThe number of results to return[optional] [default to 100]  
next_pagestrGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseZacksEPSEstimates

Properties

NameTypeDescription
estimateslist[ZacksEPSEstimate]Zacks EPS estimate data for a given date range  
next_pagestrThe 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  
fiscal_yearintThe company's fiscal year for the reported period  
fiscal_quarterstrThe company's fiscal quarter for the reported period  
calendar_yearintThe closest calendar year for the company's fiscal year  
calendar_quarterstrThe closest calendar quarter for the company's fiscal year  
countintThe number of estimates for the period  
meanfloatThe earnings per share (EPS) mean estimate for the period  
medianfloatThe earnings per share (EPS) median estimate for the period  
highfloatThe earnings per share (EPS) high estimate for the period  
lowfloatThe earnings per share (EPS) low estimate for the period  
standard_deviationfloatThe earnings per share (EPS) standard deviation estimate for the period  
percent_changefloatThe earnings per share (EPS) percent change in estimate for the period  
mean_7_days_agofloatThe long term growth mean estimate - 7 Days Ago  
mean_30_days_agofloatThe long term growth mean estimate - 30 Days Ago  
mean_60_days_agofloatThe long term growth mean estimate - 60 Days Ago  
mean_90_days_agofloatThe long term growth mean estimate - 90 Days Ago  
object
CompanySummary

Properties

NameTypeDescription
idstrThe Intrinio ID of the company  
tickerstrThe stock market ticker symbol associated with the company's common stock securities  
namestrThe company's common name  
leistrThe Legal Entity Identifier (LEI) assigned to the company  
cikstrThe Central Index Key (CIK) assigned to the company