INFO
ETF Information Overview.
Syntax
=OBB.ETF.INFO(symbol)
Examples
=OBB.ETF.INFO("SPY")
=OBB.ETF.INFO("SPY,IWM,QQQ,DJIA")
Parameters
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. (ETF) Multiple comma separated items allowed. | True |
Data
- intrinio
Name | Description |
---|---|
symbol | Symbol representing the entity requested in the data. (ETF) |
name | Name of the ETF. |
description | Description of the fund. |
inception_date | Inception date of the ETF. |
etfCompany | Company of the ETF. |
cusip | CUSIP of the ETF. |
isin | ISIN of the ETF. |
domicile | Domicile of the ETF. |
asset_class | Asset class of the ETF. |
aum | Assets under management. |
nav | Net asset value of the ETF. |
nav_currency | Currency of the ETF's net asset value. |
expense_ratio | The expense ratio, as a normalized percent. |
holdings_count | Number of holdings. |
avg_volume | Average daily trading volume. |
website | Website of the issuer. |