Skip to main content

Historical Eps


Implementation details

Class names

Model nameParameters classData class
HistoricalEpsHistoricalEpsQueryParamsHistoricalEpsData

Import Statement

from openbb_core.provider.standard_models.historical_eps import (
HistoricalEpsData,
HistoricalEpsQueryParams,
)

Parameters

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

Data

symbol: str
Symbol representing the entity requested in the data.

date: date | str
The date of the data.

eps_actual: Union[float, int]
Actual EPS from the earnings date.

eps_estimated: Union[float, int]
Estimated EPS for the earnings date.