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

Jim Cramer Tracker

Track the stock recommendations and performance of CNBC's Jim Cramer

We update our data in realtime to provide you with the latest stock picks of Jim Cramer.
{#each stockList as item} {#if checkedSymbol === item?.ticker} {/if} {/each}
{item?.name?.length > charNumber ? item?.name?.slice(0, charNumber) + "..." : item?.name} {item?.sentiment} {item?.returnSince > 0 ? "+" : ""}{item?.returnSince}% {item?.ratings !== null ? item?.ratings : "n/a"} {new Date(item?.date).toLocaleString("en-US", { month: "short", day: "numeric", year: "numeric", daySuffix: "2-digit", })}
({ ...item, type: item?.sentiment, }), )} symbol={item?.ticker} numOfRatings={item?.ratings} />