HISTORICAL_SPLITS
Get historical stock splits for a given company.
Syntax
=OBB.EQUITY.FUNDAMENTAL.HISTORICAL_SPLITS(symbol)
Examples
=OBB.EQUITY.FUNDAMENTAL.HISTORICAL_SPLITS("AAPL")
Parameters
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. | True |
Data
- fmp
Name | Description |
---|---|
date | The date of the data. |
numerator | Numerator of the split. |
denominator | Denominator of the split. |
split_ratio | Split ratio. |