{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} List of All ETF Ticker Symbols · stocknear

ETF Symbols

Collection of all ETF Symbols available
{rawData?.length} ETFs
{#each symbolList as item,index} goto("/etf/"+item?.symbol)} class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] {index % 2 === 0 ? 'bg-opacity-[0.25] bg-[#323239]' : 'bg-[#0F0F0F]'} border-b-[#0F0F0F] shake-ticker cursor-pointer"> {/each}
Fund Name Holdings Total Assets
{item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
{item?.numberOfHoldings !== null ? abbreviateNumber(item?.numberOfHoldings) : '-'} {item?.totalAssets !== null ? abbreviateNumber(item?.totalAssets,true) : '-'}