Skip to main content

Forward Pe Estimates


Implementation details

Class names

Model nameParameters classData class
ForwardPeEstimatesForwardPeEstimatesQueryParamsForwardPeEstimatesData

Import Statement

from openbb_core.provider.standard_models.forward_pe_estimates import (
ForwardPeEstimatesData,
ForwardPeEstimatesQueryParams,
)

Parameters

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

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
namestrName of the entity.
year1floatEstimated PE ratio for the next fiscal year.
year2floatEstimated PE ratio two fiscal years from now.
year3floatEstimated PE ratio three fiscal years from now.
year4floatEstimated PE ratio four fiscal years from now.
year5floatEstimated PE ratio five fiscal years from now.