Zacks Sales Estimates

Zacks Sales Estimates Python API Documentation

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

API Class:
ZacksApi
Instance Method:
get_zacks_sales_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 = ''
next_page = ''
page_size = 100
next_page2 = ''
response = intrinio.ZacksApi().get_zacks_sales_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, next_page=next_page, page_size=page_size, next_page2
  =next_page2)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrA Company identifier (Ticker, CIK, LEI, Intrinio ID)[optional]  
start_datedateLimit Sales estimates to those on or after this date[optional]  
end_datedateLimit Sales 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]  
next_pagestrGets the next page of data from a previous API call[optional]  
page_sizeintThe number of results to return[optional] [default to 100]  
next_page2strGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseZacksSalesEstimates

Properties

NameTypeDescription
estimateslist[ZacksSalesEstimate]Zacks Sales 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
ZacksSalesEstimate

Properties

NameTypeDescription
companyCompanySummary 
datedateThe period end date  
fiscal_yearintThe company's fiscal year for the reported period  
fiscal_periodstrThe company's fiscal quarter for the reported period  
calendar_yearintThe closest calendar year for the company's fiscal year  
calendar_periodstrThe closest calendar quarter for the company's fiscal year  
countintThe number of estimates for the period  
meanfloatThe sales estimate mean estimate for the period  
medianfloatThe sales estimate median estimate for the period  
highfloatThe sales estimate high estimate for the period  
lowfloatThe sales estimate low estimate for the period  
standard_deviationfloatThe sales estimate standard deviation estimate for the period  
analyst_revisions_percent_change_1wfloatThe analyst revisions percent change in estimate for the period of 1 week.  
analyst_revisions_up_1wfloatThe analyst revisions going up for the period of 1 week.  
analyst_revisions_down_1wfloatThe analyst revisions going down for the period of 1 week.  
analyst_revisions_percent_change_1mfloatThe analyst revisions percent change in estimate for the period of 1 month.  
analyst_revisions_up_1mfloatThe analyst revisions going up for the period of 1 month.  
analyst_revisions_down_1mfloatThe analyst revisions going down for the period of 1 month.  
analyst_revisions_percent_change_3mfloatThe analyst revisions percent change in estimate for the period of 3 months.  
analyst_revisions_up_3mfloatThe analyst revisions going up for the period of 3 months.  
analyst_revisions_down_3mfloatThe analyst revisions going down for the period of 3 months.  
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