Skip to main content

Historical Splits


Implementation details

Class names

Model nameParameters classData class
HistoricalSplitsHistoricalSplitsQueryParamsHistoricalSplitsData

Import Statement

from openbb_core.provider.standard_models.historical_splits import (
HistoricalSplitsData,
HistoricalSplitsQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
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.
numeratorfloatNumerator of the split.
denominatorfloatDenominator of the split.
split_ratiostrSplit ratio.