Zacks EPS Estimates

Zacks EPS Estimates Web API Documentation

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

Endpoint:
https://api-v2.intrinio.com/zacks/eps_estimates

Parameters

Name Description Example
identifier
A Company identifier (Ticker, CIK, LEI, Intrinio ID) AAPL
start_date
Limit EPS estimates to those on or after this date 2020-01-01
end_date
Limit EPS estimates to those on or before this date 2020-12-31
fiscal_year
Only for the given fiscal year 2020
fiscal_period
The fiscal period
Options:
Q1TTM
Q2TTM
Q3TTM
FY
Q1
Q2
Q3
Q4
Q2YTD
Q3YTD
show more show less
FY
calendar_year
Only for the given calendar year 2020
calendar_period
The calendar period
Options:
Q1TTM
Q2TTM
Q3TTM
FY
Q1
Q2
Q3
Q4
Q2YTD
Q3YTD
show more show less
FY
page_size
The number of results to return -
next_page
Gets the next page of data from a previous API call -
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID)
start_date
* required
Limit EPS estimates to those on or after this date
end_date
* required
Limit EPS estimates to those on or before this date
fiscal_year
* required
Only for the given fiscal year
fiscal_period
* required
The fiscal period
calendar_year
* required
Only for the given calendar year
calendar_period
* required
The calendar period
page_size
* required
The number of results to return
next_page
* required
Gets the next page of data from a previous API call

Output Fields

Name Description Type
estimates
Zacks EPS estimate data for a given date range array
company
object
id
The Intrinio ID of the company string
ticker
The stock market ticker symbol associated with the company's common stock securities string
name
The company's common name string
lei
The Legal Entity Identifier (LEI) assigned to the company string
cik
The Central Index Key (CIK) assigned to the company string
date
The period end date date
fiscal_year
The company’s fiscal year for the reported period integer
fiscal_quarter
The company’s fiscal quarter for the reported period string
calendar_year
The closest calendar year for the company’s fiscal year integer
calendar_quarter
The closest calendar quarter for the company’s fiscal year string
count
The number of estimates for the period integer
mean
The earnings per share (EPS) mean estimate for the period number
median
The earnings per share (EPS) median estimate for the period number
high
The earnings per share (EPS) high estimate for the period number
low
The earnings per share (EPS) low estimate for the period number
standard_deviation
The earnings per share (EPS) standard deviation estimate for the period number
percent_change
The earnings per share (EPS) percent change in estimate for the period number
mean_7_days_ago
The long term growth mean estimate - 7 Days Ago number
mean_30_days_ago
The long term growth mean estimate - 30 Days Ago number
mean_60_days_ago
The long term growth mean estimate - 60 Days Ago number
mean_90_days_ago
The long term growth mean estimate - 90 Days Ago number
next_page The token required to request the next page of the data. If null, no further results are available. string
estimates
Zacks EPS estimate data for a given date range
next_page
The token required to request the next page of the data. If null, no further results are available.