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

Jim Cramer Tracker

Track the stock recommendations and performance of CNBC's Jim Cramer
{#if isLoaded}
{#each displayList as item, index} goto(`/stocks/${item?.symbol}`)} class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#27272A] {index+1 === displayList?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''} cursor-pointer"> {/each}
Symbol Date Sentiment Return Since Sector
{item?.ticker} {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
{new Date(item?.date)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })} {item?.sentiment} {item?.returnSince} {item?.sector}
{:else}
{/if}