{$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}
{item?.selftext?.length < 400 ? removeHttpsStrings(item?.selftext) : removeHttpsStrings(item?.selftext)?.slice(0,240) +'...'}
{/if}
{/each}
Last 14 Days Trend Rank Symbol Mentions {#each data?.getRedditTracker?.trending as item, index} {index+1} {item?.symbol} {item?.count} {/each}
{:else}
{/if}