Skip to main content

forward_pe

Get forward PE estimates.

Parameters

symbol: Union[str, list[str]]

Symbol to get data for. Multiple items allowed for provider(s): intrinio.

Optional: True


Returns

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

symbol: str

Symbol representing the entity requested in the data.

name: str

Name of the entity.

year1: float

Estimated PE ratio for the next fiscal year.

year2: float

Estimated PE ratio two fiscal years from now.

year3: float

Estimated PE ratio three fiscal years from now.

year4: float

Estimated PE ratio four fiscal years from now.

year5: float

Estimated PE ratio five fiscal years from now.