+
+
+ {#if isLoaded}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find out the Top 100 stocks where retail investors are investing the most daily.
+
+
+
+ + Retail Volume +
+
+
+
+
+
+
+
+
+
+
+
+
+ We regularly update retail investor trading volumes, indicating daily sentiment as bullish (more buying) or bearish (more selling) for each stock.
+
+
+
+
+
+
+
+
+
+
+ {:else}
+
+
+
+
+
+ | + # + | ++ Symbol + | + ++ Name + | + ++ Daily Traded + | ++ Sentiment + | ++ Market Cap + | ++ Profits + | +
|---|---|---|---|---|---|---|
| + {index+1} + | + +
+
+ {item?.symbol}
+
+ {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
+
+
+ |
+
+ + {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name} + | + + ++ {abbreviateNumber(item?.traded,true)} + | + ++ {item?.sentiment > 0 ? 'Bullish' : 'Bearish'} + | + ++ {abbreviateNumber(item?.marketCap,true)} + | + ++ {abbreviateNumber(item?.netIncome,true)} + | + + +
+
+ {/if}
+
+
+
+
+
+