Skip to main content

HOLDINGS

Get the holdings for an individual ETF.

Syntax

=OBB.ETF.HOLDINGS(symbol,[date])

Examples

=OBB.ETF.HOLDINGS("XLK")
=OBB.ETF.HOLDINGS("XLK","2022-03-31")

Parameters

NameTypeDescriptionRequired
symbolTextSymbol to get data for. (ETF)True
dateTextA specific date to get data for.False

Data

NameDescription
symbolSymbol representing the entity requested in the data. (ETF)
nameThe common name for the holding.
security_typeThe type of instrument for this holding. Examples(Bond='BOND', Equity='EQUI')
isinThe International Securities Identification Number.
ricThe Reuters Instrument Code.
sedolThe Stock Exchange Daily Official List.
share_class_figiThe OpenFIGI symbol for the holding.
countryThe country or region of the holding.
maturity_dateThe maturity date for the debt security, if available.
contract_expiry_dateExpiry date for the futures contract held, if available.
couponThe coupon rate of the debt security, if available.
balanceThe number of units of the security held, if available.
unitThe units of the 'balance' field.
units_per_shareNumber of units of the security held per share outstanding of the ETF, if available.
face_valueThe face value of the debt security, if available.
derivatives_valueThe notional value of derivatives contracts held.
valueThe market value of the holding, on the 'as_of' date.
weightThe weight of the holding, as a normalized percent.
updatedThe 'as_of' date for the holding.