Forward Pe Estimates
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
ForwardPeEstimates | ForwardPeEstimatesQueryParams | ForwardPeEstimatesData |
Import Statement
from openbb_core.provider.standard_models.forward_pe_estimates import (
ForwardPeEstimatesData,
ForwardPeEstimatesQueryParams,
)
Parameters
- standard
- intrinio
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): intrinio. | None | True |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): intrinio. | None | True |
Data
- standard
- intrinio
Name | Type | Description |
---|---|---|
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. |
Name | Type | Description |
---|---|---|
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. |