Skip to main content

historical_eps

Get historical earnings per share data for a given company.

Parameters

symbol: Union[str, list[str]]

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

Optional: False


Returns

results: list[HistoricalEps]

Serializable results.


provider: Optional[Literal['alpha_vantage', 'fmp']]

Provider name.


warnings: Optional[list[Warning_]]

list of warnings.


chart: Optional[Chart]

Chart object.


extra: dict[str, Any]

Extra info.


Data

date: Union[date, str]

The date of the data.

symbol: str

Symbol representing the entity requested in the data.

announce_time: str

Timing of the earnings announcement.

eps_actual: float

Actual EPS from the earnings date.

eps_estimated: float

Estimated EPS for the earnings date.