Zacks EBITDA Consensus

Zacks EBITDA Consensus Ruby API Documentation

This database offers consensus EBITDA-related estimates for over 4,000 US and Canadian listed companies.

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

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",
type: nil,
next_page: nil
}
result = zacks_api.get_zacks_ebitda_consensus(opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Company identifier (Ticker, CIK, LEI, Intrinio ID)[optional]  
typeStringLimit EBITDA estimates to this type[optional]  
next_pageStringGets the next page of data from a previous API call[optional]  

Return Type

object
Intrinio::ApiResponseZacksEBITDAConsensus

Properties

NameTypeDescription
ebitda_consensusesArrayZacks target price consensuses for the latest date  
next_pageStringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio::ZacksEBITDAConsensus

Properties

NameTypeDescription
tickerStringThe Zacks common exchange ticker  
company_nameStringThe company name  
estimate_yearFloatFiscal year of the estimate  
estimate_monthFloatFiscal month of the estimate  
periodStringWhether the estimate year and month are fiscal year (fy) or quarter (fq)  
consensus_typeStringThe type of estimate (ebitda, ebitda, ebit, enterprise_value, cash_flow_per_share, pretax_income)  
estimate_countFloatThe number of estimates  
highFloatThe highest estimate  
lowFloatThe lowest estimate  
meanFloatThe mean value of all estimates  
std_devFloatThe standard deviation of all estimates