{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Wallstreetbets Tracker · stocknear
stock logo

r/Wallstreetbets Tracker

Description:
Like 4chan found a Bloomberg Terminal.
{#if isLoaded}
Post Activity Number of Posts in the last 24 hours: +{postList?.at(-1)} posts today {((postList?.at(-1)/postList?.at(-2) -1)*100)?.toFixed(0)}% from yesterday
Comment Activity Number of Comments in the last 24 hours: +{abbreviateNumber(commentList?.at(-1))} comments today {((commentList?.at(-1)/commentList?.at(-2) -1)*100)?.toFixed(0)}% from yesterday
Company Spread Number of Tickers discussed in the last 24 hours: +{numCompanyList?.at(-1)} discussed today {((numCompanyList?.at(-1)/numCompanyList?.at(-2) -1)*100)?.toFixed(0)}% from yesterday
Latest Posts
{#each data?.getRedditTracker?.posts as item}
{item?.title} {#if item?.selftext?.length !== 0}
{#if $screenWidth < 640} {item?.selftext?.length > 400 ? removeHttpsStrings(item?.selftext)?.slice(0,240)+ '...' : removeHttpsStrings(item?.selftext)} {:else} {item?.selftext?.length > 1000 ? removeHttpsStrings(item?.selftext)?.slice(0,800)+ '...' : removeHttpsStrings(item?.selftext)} {/if}
{/if}
{/each}
Last 14 Days Trend Rank Symbol Mentions Calls Puts Sentiment Price {#each data?.getRedditTracker?.trending as item, index} {index+1}
{item?.symbol}
{item?.count} {item?.call} {item?.put} {item?.avgSentiment > 0.4 ? 'Bullish' : item?.avgSentiment <= -0.1 ? 'Bearish' : 'Neutral'}
${item.price?.toFixed(2)} {item?.changesPercentage?.toFixed(2)}%
{/each}
{:else}
{/if}