Zacks EBITDA Consensus

Zacks EBITDA Consensus R API Documentation

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

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

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",
type = NULL,
next_page = NULL
)
response <- ZacksApi$get_zacks_ebitda_consensus(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
IntrinioSDK::ApiResponseZacksEBITDAConsensus

Properties

NameTypeDescription
ebitda_consensusesList of ZacksEBITDAConsensusZacks target price consensuses for the latest date  
ebitda_consensuses_data_frameData FrameData frame representation of ebitda_consensuses
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::ZacksEBITDAConsensus

Properties

NameTypeDescription
tickerCharacterThe Zacks common exchange ticker  
company_nameCharacterThe company name  
estimate_yearNumericFiscal year of the estimate  
estimate_monthNumericFiscal month of the estimate  
periodCharacterWhether the estimate year and month are fiscal year (fy) or quarter (fq)  
consensus_typeCharacterThe type of estimate (ebitda, ebitda, ebit, enterprise_value, cash_flow_per_share, pretax_income)  
estimate_countNumericThe number of estimates  
highNumericThe highest estimate  
lowNumericThe lowest estimate  
meanNumericThe mean value of all estimates  
std_devNumericThe standard deviation of all estimates