Mid-cap stocks have a market capitalizations ranging from $2 billion to $10 billion USD, while additional categories include Mega-Cap , Large-Cap , Small-Cap , Micro-Cap , Nano-Cap .
Total Stocks
{rawData?.length}
Total Market Cap
{abbreviateNumber(totalMarketCap,true)}
Total Revenue
{abbreviateNumber(totalRevenue,true)}
Total Profits
{abbreviateNumber(totalProfits,true)}
{#each marketCapList as item,index} goto("/stocks/"+item?.symbol)} class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#202020] border-b-[#0F0F0F] shake-ticker cursor-pointer"> {/each}
Company Market Cap Price
{item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
{abbreviateNumber(item?.marketCap,true)}
${item.price?.toFixed(2)}
{#if item.changesPercentage >=0} +{item.changesPercentage?.toFixed(2)}% {:else} {item.changesPercentage?.toFixed(2)}% {/if}