Returns holdings data that details all the constituent securities in each ETF with names, identifiers, and the weights for each security providing granular level transparency.
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | An ETF identifier (Ticker, Figi Ticker, ISIN, RIC, Intrinio ID) | |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
holdings | List of ETFHolding | |
holdings_data_frame | Data Frame | Data frame representation of holdings |
etf | ETFSummary | |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
as_of_date | Date | The date on which the holding and their weights correspond |
name | Character | The common name for the holding |
ticker | Character | The common exchange ticker for the holding |
type | Character | The type of instrument for this holding. Examples (Bond = 'BOND', Equity = 'EQUI', Options = ‘OPTN') |
composite_figi | Character | DEPRECATED |
share_class_figi | Character | The OpenFIGI symbol for the holding |
isin | Character | International Securities Identification Number (ISIN) for the holding |
ric | Character | Reuters Instrument Code (RIC) for the holding |
sedol | Character | Stock Exchange Daily Official List (SEDOL) for the holding |
face | Numeric | Face value of the debt security, if available |
coupon | Numeric | Coupon rate of the debt security, if available |
market_value_held | Numeric | The market value of this holding in the ETF as of the `as_of_date` |
notional_value | Numeric | Notional value of derivatives contracts held in the Exchange Traded Fund (ETF) or Exchange Traded Note (ETN) |
maturity | Date | Maturity date for the debt security, if available |
quantity_held | Numeric | Number of units of the security held if available |
weighting | Numeric | Fraction of the funds market value held |
quantity_units | Numeric | The unit of the `quanity_held` field. Examples ('oz', 'shares', ‘contracts') |
quantity_per_share | Numeric | Number of units of the security held per units of shares outstanding of the Exchange Traded Fund (ETF), if available |
contract_expiry_date | Date | Expiry date for the futures contract held in the Exchange Traded Fund (ETF) or Exchange Traded Note (ETN) |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID of the ETF |
name | Character | The common name of the ETF |
ticker | Character | The common ticker symbol for the ETF |
figi_ticker | Character | The OpenFIGI ticker for the ETF |
ric | Character | Reuters Instrument Code (RIC) for the ETF |
isin | Character | International Securities Identification Number (ISIN) for the ETF |
sedol | Character | Stock Exchange Daily Official List (SEDOL) for the ETF |
exchange_mic | Character | The exchange Market Identifier Code (MIC) from the International Standards Organization (ISO) |