{$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 stockList as item, index} goto(`/stocks/${item?.symbol}`)} class="border-b border-[#27272A] sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#27272A] {index + 1 === stockList?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''}" > {/each}
{item?.rank} {item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0, charNumber) + "..." : item?.name} {item?.shortRatio} {abbreviateNumber(item?.sharesShort)} {item?.shortFloatPercent}% {item?.shortOutStandingPercent}%
{:else}
{/if}