{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Jim Carmer Tracker · stocknear

Jim Cramer Tracker

Track the stock recommendations and performance of CNBC's Jim Cramer
{#if isLoaded}
Cumulative Return Following Jim Cramer's stock picks since {rawData?.slice(0)?.at(0)?.date}, would have yielded a {cumulativeList?.slice(-1) > 0 ? '+' : ''}{cumulativeList?.slice(-1)}% cumulative return.
Winrate Cramer was accurate in {(winRate*100)?.toFixed(0)}% of his last {rawData?.length} forecasts. Time to consider the "Inverse Cramer" strategy?
{#each displayList as item, index} {/each}
Company Name Date Sentiment Return Since
{#if index >= 5 && data?.user?.tier !== 'Pro'} XXXX
XXXXXXXXXXXXXXXX
Upgrade
{:else}
{item?.ticker} {item?.name?.length > charNumber ? item?.name?.slice(0, charNumber) + "..." : item?.name}
{/if}
{new Date(item?.date)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })} {item?.sentiment} {item?.returnSince > 0 ? '+' : ''}{item?.returnSince}%
{:else}
{/if}