forward_ebitda
Get forward EBITDA estimates.
Examples
from openbb import obb
obb.equity.estimates.forward_ebitda(provider='intrinio')
obb.equity.estimates.forward_ebitda(symbol='AAPL', fiscal_period=annual, provider='intrinio')
obb.equity.estimates.forward_ebitda(symbol='AAPL,MSFT', fiscal_period=quarter, provider='fmp')
Parameters
- standard
- fmp
- intrinio
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio.
• Optional: True
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio.
• Optional: True
fiscal_period
: Literal['annual', 'quarter']
The future fiscal period to retrieve estimates for.
• Default: annual
• Optional: True
limit
: int
The number of data entries to return.
• Optional: True
include_historical
: bool
If True, the data will include all past data and the limit will be ignored.
• Default: False
• Optional: True
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio.
• Optional: True
fiscal_period
: Literal['quarter', 'annual']
Filter for only full-year or quarterly estimates.