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

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio.NoneTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
namestrName of the entity.
last_updateddateThe date of the last update.
period_endingdateThe end date of the reporting period.
fiscal_yearintFiscal year for the estimate.
fiscal_periodstrFiscal quarter for the estimate.
calendar_yearintCalendar year for the estimate.
calendar_periodUnion[str, int]Calendar quarter for the estimate.
low_estimateintThe EBITDA estimate low for the period.
high_estimateintThe EBITDA estimate high for the period.
meanintThe EBITDA estimate mean for the period.
medianintThe EBITDA estimate median for the period.
standard_deviationintThe EBITDA estimate standard deviation for the period.
number_of_analystsintNumber of analysts providing estimates for the period.