{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Sentiment Tracker · stocknear

Sentiment Tracker

{#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 stockList as item, index} {/each}
{item?.rank} {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}