Zacks Sales Estimates

Zacks Sales Estimates Web API Documentation

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

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

Parameters

Name Description Example
identifier
A Company identifier (Ticker, CIK, LEI, Intrinio ID) AAPL
start_date
Limit Sales estimates to those on or after this date 2020-01-01
end_date
Limit Sales 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
next_page
Gets the next page of data from a previous API call -
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 Sales estimates to those on or after this date
end_date
* required
Limit Sales 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
next_page
* required
Gets the next page of data from a previous API call
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 Sales 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_period
The company’s fiscal quarter for the reported period string
calendar_year
The closest calendar year for the company’s fiscal year integer
calendar_period
The closest calendar quarter for the company’s fiscal year string
count
The number of estimates for the period integer
mean
The sales estimate mean estimate for the period number
median
The sales estimate median estimate for the period number
high
The sales estimate high estimate for the period number
low
The sales estimate low estimate for the period number
standard_deviation
The sales estimate standard deviation estimate for the period number
analyst_revisions_percent_change_1w
The analyst revisions percent change in estimate for the period of 1 week. number
analyst_revisions_up_1w
The analyst revisions going up for the period of 1 week. number
analyst_revisions_down_1w
The analyst revisions going down for the period of 1 week. number
analyst_revisions_percent_change_1m
The analyst revisions percent change in estimate for the period of 1 month. number
analyst_revisions_up_1m
The analyst revisions going up for the period of 1 month. number
analyst_revisions_down_1m
The analyst revisions going down for the period of 1 month. number
analyst_revisions_percent_change_3m
The analyst revisions percent change in estimate for the period of 3 months. number
analyst_revisions_up_3m
The analyst revisions going up for the period of 3 months. number
analyst_revisions_down_3m
The analyst revisions going down for the period of 3 months. number
next_page The token required to request the next page of the data. If null, no further results are available. string
estimates
Zacks Sales 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.