{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} High Short Interest Stocks · stocknear

Shorted Stocks

High short interest stocks are often volatile, known for sudden price surges called short squeezes.
{#if isLoaded}
{#each shortedList as item, index} goto(`/stocks/${item?.symbol}`)} class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#27272A] {index+1 === shortedList?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''} cursor-pointer"> {/each}
# Symbol Short Interest Float Outstd Sector
{index+1}
{item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
{item?.shortOutStandingPercent}% {abbreviateNumber(item?.latestFloatShares)} {abbreviateNumber(item?.latestOutstandingShares)} {item?.sector}
{:else}
{/if}