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

Jim Cramer Tracker

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

{#if isLoaded}
Jim Cramer was accurate in {(winRate * 100)?.toFixed(0)}% of his last {rawData?.length} forecasts. Is it time to consider the "Inverse Cramer" strategy?
{#each displayList as item} {/each}
{new Date(item?.date)?.toLocaleString("en-US", { month: "short", day: "numeric", year: "numeric", daySuffix: "2-digit", })} {item?.name?.length > charNumber ? item?.name?.slice(0, charNumber) + "..." : item?.name} {item?.sentiment} {item?.returnSince > 0 ? "+" : ""}{item?.returnSince}% {item?.sector}
{:else}
{/if}