Skip to main content

Calendar Earnings


Implementation details

Class names

Model nameParameters classData class
CalendarEarningsCalendarEarningsQueryParamsCalendarEarningsData

Import Statement

from openbb_core.provider.standard_models.calendar_earnings import (
CalendarEarningsData,
CalendarEarningsQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
start_dateUnion[date, str]Start date of the data, in YYYY-MM-DD format.NoneTrue
end_dateUnion[date, str]End date of the data, in YYYY-MM-DD format.NoneTrue
providerLiteral['fmp', 'nasdaq', 'tmx']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fmp' if there is no default.fmpTrue

Data

NameTypeDescription
report_datedateThe date of the earnings report.
symbolstrSymbol representing the entity requested in the data.
namestrName of the entity.
eps_previousfloatThe earnings-per-share from the same previously reported period.
eps_consensusfloatThe analyst conesus earnings-per-share estimate.