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
providerLiteral['alpha_vantage', 'fmp']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'alpha_vantage' if there is no default.alpha_vantageTrue

Data

NameTypeDescription
datedateThe 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.