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: Union[str, list[str]]

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

Optional: False

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.