Zacks EBITDA Consensus

Zacks EBITDA Consensus Python API Documentation

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

API Class:
ZacksApi
Instance Method:
get_zacks_ebitda_consensus()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
identifier = 'AAPL'
type = ''
next_page = ''
response = intrinio.ZacksApi().get_zacks_ebitda_consensus(identifier=identifier, type=type, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
ApiResponseZacksEBITDAConsensus

Properties

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

Properties

NameTypeDescription
tickerstrThe Zacks common exchange ticker  
company_namestrThe company name  
estimate_yearfloatFiscal year of the estimate  
estimate_monthfloatFiscal month of the estimate  
periodstrWhether the estimate year and month are fiscal year (fy) or quarter (fq)  
consensus_typestrThe 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