{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Dark Pool Flow · stocknear
Live flow of {new Date(displayList?.at(0)?.date ?? null)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })} (NYSE Time)
{#if notFound === true} No Results Found {/if}
{#if isLoaded }
Most Traded Option {mostFrequentTicker?.ticker} {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(mostFrequentTicker?.count)}
Highest Volume {highestVolumeTicker?.ticker} {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(highestVolumeTicker?.volume)}
Highest Size {highestSizeTicker?.ticker} {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(highestSizeTicker?.size)}
Highest Amount {highestAmountTicker?.ticker} {abbreviateNumber(highestAmountTicker?.amount, true)}
{#each displayList as item,index} {/each}
Time Company Size Volume Price Amount
{formatTime(item?.date)} goto(`/stocks/${item?.symbol}`)} class="text-sm text-start whitespace-nowrap">
{item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
{new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(item?.size)} {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(item?.volume)} ${item?.price} {abbreviateNumber(item?.price*item?.volume,true)}
{:else}
{/if}