Zacks Sales Estimates

Zacks Sales Estimates R API Documentation

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

API Class:
IntrinioSDK::ZacksApi
Instance Method:
get_zacks_sales_estimates()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
ZacksApi <- IntrinioSDK::ZacksApi$new(client)
# Optional params
opts <- list(
identifier = "AAPL",
start_date = NULL,
end_date = NULL,
fiscal_year = NULL,
fiscal_period = NULL,
calendar_year = NULL,
calendar_period = NULL,
next_page = NULL,
page_size = 100,
next_page2 = NULL
)
response <- ZacksApi$get_zacks_sales_estimates(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterA 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_yearIntegerOnly for the given fiscal year[optional]  
fiscal_periodCharacterThe fiscal period[optional]  
calendar_yearIntegerOnly for the given calendar year[optional]  
calendar_periodCharacterThe calendar period[optional]  
next_pageCharacterGets the next page of data from a previous API call[optional]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_page2CharacterGets the next page of data from a previous API call[optional]  


Return Type

object
IntrinioSDK::ApiResponseZacksSalesEstimates

Properties

NameTypeDescription
estimatesList of ZacksSalesEstimateZacks Sales estimate data for a given date range  
estimates_data_frameData FrameData frame representation of estimates
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::ZacksSalesEstimate

Properties

NameTypeDescription
companyCompanySummary 
dateDateThe period end date  
fiscal_yearIntegerThe company's fiscal year for the reported period  
fiscal_periodCharacterThe company's fiscal quarter for the reported period  
calendar_yearIntegerThe closest calendar year for the company's fiscal year  
calendar_periodCharacterThe closest calendar quarter for the company's fiscal year  
countIntegerThe number of estimates for the period  
meanNumericThe sales estimate mean estimate for the period  
medianNumericThe sales estimate median estimate for the period  
highNumericThe sales estimate high estimate for the period  
lowNumericThe sales estimate low estimate for the period  
standard_deviationNumericThe sales estimate standard deviation estimate for the period  
analyst_revisions_percent_change_1wNumericThe analyst revisions percent change in estimate for the period of 1 week.  
analyst_revisions_up_1wNumericThe analyst revisions going up for the period of 1 week.  
analyst_revisions_down_1wNumericThe analyst revisions going down for the period of 1 week.  
analyst_revisions_percent_change_1mNumericThe analyst revisions percent change in estimate for the period of 1 month.  
analyst_revisions_up_1mNumericThe analyst revisions going up for the period of 1 month.  
analyst_revisions_down_1mNumericThe analyst revisions going down for the period of 1 month.  
analyst_revisions_percent_change_3mNumericThe analyst revisions percent change in estimate for the period of 3 months.  
analyst_revisions_up_3mNumericThe analyst revisions going up for the period of 3 months.  
analyst_revisions_down_3mNumericThe analyst revisions going down for the period of 3 months.  
object
IntrinioSDK::CompanySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the company  
tickerCharacterThe stock market ticker symbol associated with the company's common stock securities  
nameCharacterThe company's common name  
leiCharacterThe Legal Entity Identifier (LEI) assigned to the company  
cikCharacterThe Central Index Key (CIK) assigned to the company