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
symbol
: str
Symbol to get data for. (ETF)
• Optional: False
symbol
: str
Symbol to get data for. (ETF)
• Optional: False
cik
: str
The CIK of the filing entity. Overrides symbol.
• Optional: True
Data
- standard
- fmp
date
: Union[date, str]
The date of the data.
date
: Union[date, str]
The date of the data.