Asset Class - {assetClass}

ETF Info

Bid {data?.getStockQuote?.bid} Ask {data?.getStockQuote?.ask}
Provider goto(`/etf/etf-providers/${provider}`)} class="text-center sm:text-end text-blue-400 lg:hover:text-white cursor-pointer bg-[#000] lg:bg-[#09090B]">{formatETFName(provider)} Country {country?.length !== 0 ? country : '-'}
AUM {abbreviateNumber(aum,true)} Vol {abbreviateNumber(data?.getStockQuote?.volume)}
NAV {info?.nav?.toFixed(2)} Expense Ratio {info?.expenseRatio?.toFixed(2)}%
Shares Out. {abbreviateNumber(data?.getStockQuote?.sharesOutstanding)} Avg. Vol {abbreviateNumber(avgVolume)}
EPS (ttm) {data?.getStockQuote?.eps?.toFixed(2)} PE Ratio (ttm) {data?.getStockQuote?.pe?.toFixed(2)}
Dividend Yield {dividendYield} Payout Ratio {payoutRatio}
Holdings {holdingsCount} Assets Inception {inceptionDate}

Description

{#if showFullText}

{description}
{:else if $screenWidth <= 800} {description} {:else} {snippet} {/if}

{#if description.length !== 0 }
{/if}