{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Sentiment Tracker ยท stocknear

Sentiment Tracker

Find out the top stocks discussed in social media.
{#if isLoaded}
We update our data in realtime to provide you with the latest trends and the most bullish stocks being discussed on Twitter and StockTwits
{#each tabs as item, i} {/each}
{#each stockList as item, index} {/each}
# Symbol Name Market Cap Price % Change Sentiment
{item?.rank} {item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name} {abbreviateNumber(item?.marketCap)} {item?.price} {item?.changesPercentage > 0 ? '+' : ''}{item?.changesPercentage}%
{item?.sentiment >= 80 ? 'Very Bullish' : item?.sentiment >= 55 ? 'Bullish' : item?.sentiment > 50 ? 'Mixed' : 'Bearish'}
{item?.sentiment}
{:else}
{/if}