Zacks EBITDA Consensus

Zacks EBITDA Consensus Javascript API Documentation

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

API Class:
ZacksApi
Instance Method:
getZacksEbitdaConsensus()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var zacks = new intrinioSDK.ZacksApi();
var opts = {
'identifier': "AAPL",
'type': null,
'nextPage': null
};
zacks.getZacksEbitdaConsensus(opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
ApiResponseZacksEBITDAConsensus

Properties

NameTypeDescription
ebitdaConsensuses[ZacksEBITDAConsensus]Zacks target price consensuses for the latest date  
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
ZacksEBITDAConsensus

Properties

NameTypeDescription
tickerStringThe Zacks common exchange ticker  
companyNameStringThe company name  
estimateYearNumberFiscal year of the estimate  
estimateMonthNumberFiscal month of the estimate  
periodStringWhether the estimate year and month are fiscal year (fy) or quarter (fq)  
consensusTypeStringThe type of estimate (ebitda, ebitda, ebit, enterprise_value, cash_flow_per_share, pretax_income)  
estimateCountNumberThe number of estimates  
highNumberThe highest estimate  
lowNumberThe lowest estimate  
meanNumberThe mean value of all estimates  
stdDevNumberThe standard deviation of all estimates