diff --git a/src/lib/components/ETFProfileCard.svelte b/src/lib/components/ETFProfileCard.svelte index 1341dc82..2d9d6343 100644 --- a/src/lib/components/ETFProfileCard.svelte +++ b/src/lib/components/ETFProfileCard.svelte @@ -44,7 +44,6 @@ let showFullText = false; description = info?.description ?? 'A detailed description of the company is not yet available.'; website = info?.website; snippet= description?.slice(0, 150) + "..."; - } } @@ -102,6 +101,12 @@ let showFullText = false; Vol {abbreviateNumber(data?.getStockQuote?.volume)} + + NAV + {info?.nav?.toFixed(2)} + Expense Ratio + {info?.expenseRatio?.toFixed(2)}% + Shares Out. {abbreviateNumber(data?.getStockQuote?.sharesOutstanding)} @@ -120,6 +125,12 @@ let showFullText = false; PE Ratio (ttm) {data?.getStockQuote?.pe?.toFixed(2)} + + Dividend Yield + {data?.getStockDividend?.dividendYield?.toFixed(2)}% + Payout Ratio + {data?.getStockDividend?.payoutRatio?.toFixed(2)}% + Holdings {holdingsCount} Assets