holdings_date
Use this function to get the holdings dates, if available.
Examples
from openbb import obb
obb.etf.holdings_date(symbol='XLK', provider='fmp')
Parameters
- standard
- fmp
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | str | Symbol to get data for. (ETF) | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | str | Symbol to get data for. (ETF) | False | |
cik | str | The CIK of the filing entity. Overrides symbol. | None | True |
Returns
OBBject
results : List[EtfHoldingsDate]
Serializable results.
provider : Optional[Literal['fmp']]
Provider name.
warnings : Optional[List[Warning_]]
List of warnings.
chart : Optional[Chart]
Chart object.
extra : Dict[str, Any]
Extra info.
Data
- standard
- fmp
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |