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

Stock Symbols

Collection of all Stock Symbols available
{rawData?.length} Stocks
{#each stockList as item,index} goto("/stocks/"+item?.symbol)} class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#27272A] border-b-[#09090B] shake-ticker cursor-pointer"> {/each}
Symbol Name Sector Market Cap
{item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name} {item?.sector !== null ? item?.sector : '-'} {item?.marketCap !== null ? abbreviateNumber(item?.marketCap,true) : '-'}