Skip to main content

Forward Eps Estimates


Implementation details

Class names

Model nameParameters classData class
ForwardEpsEstimatesForwardEpsEstimatesQueryParamsForwardEpsEstimatesData

Import Statement

from openbb_core.provider.standard_models.forward_eps_estimates import (
ForwardEpsEstimatesData,
ForwardEpsEstimatesQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio.NoneTrue
providerLiteral['fmp', 'intrinio']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fmp' if there is no default.fmpTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
namestrName of the entity.
datedateThe date of the data.
fiscal_yearintFiscal year for the estimate.
fiscal_periodstrFiscal quarter for the estimate.
calendar_yearintCalendar year for the estimate.
calendar_periodstrCalendar quarter for the estimate.
low_estimatefloatEstimated EPS low for the period.
high_estimatefloatEstimated EPS high for the period.
meanfloatEstimated EPS mean for the period.
medianfloatEstimated EPS median for the period.
standard_deviationfloatEstimated EPS standard deviation for the period.
number_of_analystsintNumber of analysts providing estimates for the period.