Zacks EPS Estimates

Zacks EPS Estimates Ruby API Documentation

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

API Class:
Intrinio::ZacksApi
Instance Method:
get_zacks_eps_estimates()

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
zacks_api = Intrinio::ZacksApi.new
opts = {
identifier: "AAPL",
start_date: nil,
end_date: nil,
fiscal_year: nil,
fiscal_period: nil,
calendar_year: nil,
calendar_period: nil,
page_size: 100,
next_page: nil
}
result = zacks_api.get_zacks_eps_estimates(opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA 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_periodStringThe fiscal period[optional]  
calendar_yearIntegerOnly for the given calendar year[optional]  
calendar_periodStringThe calendar period[optional]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_pageStringGets the next page of data from a previous API call[optional]  

Return Type

object
Intrinio::ApiResponseZacksEPSEstimates

Properties

NameTypeDescription
estimatesArrayZacks EPS estimate data for a given date range  
next_pageStringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio::ZacksEPSEstimate

Properties

NameTypeDescription
companyCompanySummary 
dateDateThe period end date  
fiscal_yearIntegerThe company's fiscal year for the reported period  
fiscal_quarterStringThe company's fiscal quarter for the reported period  
calendar_yearIntegerThe closest calendar year for the company's fiscal year  
calendar_quarterStringThe closest calendar quarter for the company's fiscal year  
countIntegerThe number of estimates for the period  
meanFloatThe earnings per share (EPS) mean estimate for the period  
medianFloatThe earnings per share (EPS) median estimate for the period  
highFloatThe earnings per share (EPS) high estimate for the period  
lowFloatThe earnings per share (EPS) low estimate for the period  
standard_deviationFloatThe earnings per share (EPS) standard deviation estimate for the period  
percent_changeFloatThe earnings per share (EPS) percent change in estimate for the period  
mean_7_days_agoFloatThe long term growth mean estimate - 7 Days Ago  
mean_30_days_agoFloatThe long term growth mean estimate - 30 Days Ago  
mean_60_days_agoFloatThe long term growth mean estimate - 60 Days Ago  
mean_90_days_agoFloatThe long term growth mean estimate - 90 Days Ago  
object
Intrinio::CompanySummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the company  
tickerStringThe stock market ticker symbol associated with the company's common stock securities  
nameStringThe company's common name  
leiStringThe Legal Entity Identifier (LEI) assigned to the company  
cikStringThe Central Index Key (CIK) assigned to the company