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

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): alpha_vantage.False

Data

NameTypeDescription
dateUnion[date, str]The date of the data.
symbolstrSymbol representing the entity requested in the data.
announce_timestrTiming of the earnings announcement.
eps_actualfloatActual EPS from the earnings date.
eps_estimatedfloatEstimated EPS for the earnings date.