FORWARD_EBITDA
Get forward EBITDA estimates.
Syntax
=OBB.EQUITY.ESTIMATES.FORWARD_EBITDA([symbol],[fiscal_period],[limit],[include_historical])
Examples
=OBB.EQUITY.ESTIMATES.FORWARD_EBITDA()
=OBB.EQUITY.ESTIMATES.FORWARD_EBITDA("AAPL","annual")
=OBB.EQUITY.ESTIMATES.FORWARD_EBITDA("AAPL,MSFT","quarter")
Parameters
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. Multiple comma separated items allowed. | False |
fiscal_period | Text | The future fiscal period to retrieve estimates for. Options: annual, quarter. | False |
limit | Number | The number of data entries to return. | False |
include_historical | Boolean | If True, the data will include all past data and the limit will be ignored. | False |
Data
- fmp
Name | Description |
---|---|
symbol | Symbol representing the entity requested in the data. |
name | Name of the entity. |
last_updated | The date of the last update. |
period_ending | The end date of the reporting period. |
fiscal_year | Fiscal year for the estimate. |
fiscal_period | Fiscal quarter for the estimate. |
calendar_year | Calendar year for the estimate. |
calendar_period | Calendar quarter for the estimate. |
low_estimate | The EBITDA estimate low for the period. |
high_estimate | The EBITDA estimate high for the period. |
mean | The EBITDA estimate mean for the period. |
median | The EBITDA estimate median for the period. |
standard_deviation | The EBITDA estimate standard deviation for the period. |
number_of_analysts | Number of analysts providing estimates for the period. |
conensus_type | The type of estimate. |