{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Price Alert · stocknear

Price Alert

Get email notifications instantly when your alert goes off, so you never miss out!
{#if isLoaded}
{#if priceAlertList?.length === 0}
No Alerts set Create price alerts for your stocks that have the most potential in your opinion. {#if !data?.user} Get Started {/if}
{:else}
{#if editMode} {/if}
{#each priceAlertList as item, index} stockSelector(item?.symbol, item?.assetType)} class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#27272A] border-b-[#09090B] cursor-pointer"> {/each}
Company Price when Created Price Target Today
handleFilter(item?.id)} class="hidden sm:table-cell text-blue-400 font-medium text-sm text-start border-b-[#09090B] flex flex-row items-center"> {item?.symbol} handleFilter(item?.id)} class="text-gray-200 border-b-[#09090B]">
{item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
${item?.priceWhenCreated} ${item?.targetPrice}
${item.price?.toFixed(2)}
{#if item?.changesPercentage >=0} +{item?.changesPercentage?.toFixed(2)}% {:else} {item?.changesPercentage?.toFixed(2)}% {/if}
{/if} {:else}
{/if}