forward_pe
Get forward PE estimates.
Parameters
- standard
- intrinio
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): intrinio.
• Optional: True
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
- standard
- intrinio
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.
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.
peg_ratio_year1
: float
Estimated Forward PEG ratio for the next fiscal year.
eps_ttm
: float
The latest trailing twelve months earnings per share.
last_updated
: date
The date the data was last updated.