Skip to main content

Calendar Splits


Implementation details

Class names

Model nameParameters classData class
CalendarSplitsCalendarSplitsQueryParamsCalendarSplitsData

Import Statement

from openbb_core.provider.standard_models.calendar_splits import (
CalendarSplitsData,
CalendarSplitsQueryParams,
)

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']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
datedateThe date of the data.
labelstrLabel of the stock splits.
symbolstrSymbol representing the entity requested in the data.
numeratorfloatNumerator of the stock splits.
denominatorfloatDenominator of the stock splits.