ETF Total Assets
Returns the total assets held by an ETF.
Examples
=ETFTotalAssets("SPY")When to Use
- ETF asset analysis
- Balance sheet review
- Fund size comparison
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Net assets | ETFNetAssets() |
| Liabilities only | ETFTotalLiabilities() |
Common Issues & FAQ
Q: Why is total assets higher than net? A: Total includes assets before subtracting liabilities.
