Zacks EBITDA Consensus

Zacks EBITDA Consensus Java 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
import com.intrinio.api.*;
import com.intrinio.models.*;
import com.intrinio.invoker.*;
import com.intrinio.invoker.auth.*;
import org.threeten.bp.*;
import java.math.BigDecimal;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
ApiClient defaultClient = Configuration.getDefaultApiClient();
ApiKeyAuth auth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth");
auth.setApiKey("YOUR_API_KEY");
defaultClient.setAllowRetries(true);
ZacksApi zacksApi = new ZacksApi();
String identifier = "AAPL";
String type = null;
String nextPage = null;
ApiResponseZacksEBITDAConsensus result = zacksApi.getZacksEbitdaConsensus(identifier, type, nextPage);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
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
ebitdaConsensusesListZacks 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  
estimateYearBigDecimalFiscal year of the estimate  
estimateMonthBigDecimalFiscal 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)  
estimateCountBigDecimalThe number of estimates  
highBigDecimalThe highest estimate  
lowBigDecimalThe lowest estimate  
meanBigDecimalThe mean value of all estimates  
stdDevBigDecimalThe standard deviation of all estimates