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

ETF Symbols

Collection of all ETF Symbols available
{rawData?.length} ETFs
{#each stockList as item,index} {/each}
Symbol 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) : '-'}