Zacks EPS Estimates

Zacks EPS Estimates R API Documentation

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

API Class:
IntrinioSDK::ZacksApi
Instance Method:
get_zacks_eps_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,
page_size = 100,
next_page = NULL
)
response <- ZacksApi$get_zacks_eps_estimates(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterA 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_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]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_pageCharacterGets the next page of data from a previous API call[optional]  


Return Type

object
IntrinioSDK::ApiResponseZacksEPSEstimates

Properties

NameTypeDescription
estimatesList of ZacksEPSEstimateZacks EPS 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::ZacksEPSEstimate

Properties

NameTypeDescription
companyCompanySummary 
dateDateThe period end date  
fiscal_yearIntegerThe company's fiscal year for the reported period  
fiscal_quarterCharacterThe company's fiscal quarter for the reported period  
calendar_yearIntegerThe closest calendar year for the company's fiscal year  
calendar_quarterCharacterThe closest calendar quarter for the company's fiscal year  
countIntegerThe number of estimates for the period  
meanNumericThe earnings per share (EPS) mean estimate for the period  
medianNumericThe earnings per share (EPS) median estimate for the period  
highNumericThe earnings per share (EPS) high estimate for the period  
lowNumericThe earnings per share (EPS) low estimate for the period  
standard_deviationNumericThe earnings per share (EPS) standard deviation estimate for the period  
percent_changeNumericThe earnings per share (EPS) percent change in estimate for the period  
mean_7_days_agoNumericThe long term growth mean estimate - 7 Days Ago  
mean_30_days_agoNumericThe long term growth mean estimate - 30 Days Ago  
mean_60_days_agoNumericThe long term growth mean estimate - 60 Days Ago  
mean_90_days_agoNumericThe long term growth mean estimate - 90 Days Ago  
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