Skip to main content

Forward Ebitda Estimates


Implementation details

Class names

Model nameParameters classData class
ForwardEbitdaEstimatesForwardEbitdaEstimatesQueryParamsForwardEbitdaEstimatesData

Import Statement

from openbb_core.provider.standard_models.forward_ebitda_estimates import (
ForwardEbitdaEstimatesData,
ForwardEbitdaEstimatesQueryParams,
)

Parameters

symbol: str | None | list[str | None]
Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio.

Data

symbol: str
Symbol representing the entity requested in the data.

name: str | None
Name of the entity.

last_updated: date | None
The date of the last update.

period_ending: date | None
The end date of the reporting period.

fiscal_year: int | None
Fiscal year for the estimate.

fiscal_period: str | None
Fiscal quarter for the estimate.

calendar_year: int | None
Calendar year for the estimate.

calendar_period: int | str | None
Calendar quarter for the estimate.

low_estimate: int | None
The EBITDA estimate low for the period.

high_estimate: int | None
The EBITDA estimate high for the period.

mean: int | None
The EBITDA estimate mean for the period.

median: int | None
The EBITDA estimate median for the period.

standard_deviation: int | None
The EBITDA estimate standard deviation for the period.

number_of_analysts: int | None
Number of analysts providing estimates for the period.