Etf Holdings Date
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
EtfHoldingsDate | EtfHoldingsDateQueryParams | EtfHoldingsDateData |
Import Statement
from openbb_core.provider.standard_models.etf_holdings_date import (
EtfHoldingsDateData,
EtfHoldingsDateQueryParams,
)
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 |
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. |