Skip to main content

forward_eps

Get forward EPS estimates.

Parameters

symbol: str | None | list[str | None]
Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio, seeking_alpha.


Returns

results: ForwardEpsEstimates

Serializable results.

provider: Optional[Literal['fmp', 'intrinio', 'seeking_alpha']]

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 | None
Name of the entity.

date: date | str
The date of the data.

fiscal_year: int | None
Fiscal year for the estimate.

fiscal_period: str | None
Fiscal quarter for the estimate.

calendar_year: int | None
Calendar year for the estimate.

calendar_period: str | None
Calendar quarter for the estimate.

low_estimate: float | None
Estimated EPS low for the period.

high_estimate: float | None
Estimated EPS high for the period.

mean: float | None
Estimated EPS mean for the period.

median: float | None
Estimated EPS median for the period.

standard_deviation: float | None
Estimated EPS standard deviation for the period.

number_of_analysts: int | None
Number of analysts providing estimates for the period.