{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Most Retail Investor Volume · stocknear

Retail Trader Activity

Find out the Top 100 stocks where retail traders are investing the most daily.
{#if isLoaded}
We update on a daily basis where retail investor are trading the most to never miss out the next hype. Daily sentiments can either be bullish (strong buying of retail investors) or bearish (more selling) for each stock.
{#each stockList as item, index} goto(`/stocks/${item?.symbol}`)} class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#202020] {index+1 === stockList?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''} cursor-pointer"> {/each}
# Symbol Daily Traded Volume in % Sentiment
{index+1}
{item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
{abbreviateNumber(item?.traded,true)} {item?.retailStrength}% {item?.sentiment > 0 ? 'Bullish' : 'Bearish'}
{:else}
{/if}