Historical Splits
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
HistoricalSplits | HistoricalSplitsQueryParams | HistoricalSplitsData |
Import Statement
from openbb_core.provider.standard_models.historical_splits import (
HistoricalSplitsData,
HistoricalSplitsQueryParams,
)
Parameters
- standard
- fmp
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | str | Symbol to get data for. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | str | Symbol to get data for. | False |
Data
- standard
- fmp
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
numerator | float | Numerator of the split. |
denominator | float | Denominator of the split. |
split_ratio | str | Split ratio. |
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
numerator | float | Numerator of the split. |
denominator | float | Denominator of the split. |
split_ratio | str | Split ratio. |