{#if isLoaded} {#if rawData?.length !== 0}
Get in realtime the latest hottest trades based on premium.
{#each stockList as item, index} {/each}
{item?.rank} {formatToNewYorkTime(item?.date)} {item?.price} {@html abbreviateNumberWithColor(item?.size, false, true)} {@html abbreviateNumberWithColor(item?.volume, false, true)} {item?.sizeVolRatio?.toFixed(2)}% {item?.sizeAvgVolRatio?.toFixed(2)}% {@html abbreviateNumberWithColor( item?.premium, false, true, )}
{/if} {:else}
{/if}