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

symbol: Union[str, list[str]]

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

Optional: True

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.