Skip to main content

forward_pe

Get forward PE estimates.

Examples

from openbb import obb
obb.equity.estimates.forward_pe(provider='intrinio')
obb.equity.estimates.forward_pe(symbol='AAPL,MSFT,GOOG', provider='intrinio')

Parameters

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

Returns

OBBject
results : List[ForwardPeEstimates]
Serializable results.

provider : Optional[Literal['intrinio']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

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.