Notification

{#if notificationList?.length !== 0}
{#each notificationList as item} {#if item?.notifyType === "priceAlert"}
Company Logo
Price Alert triggered for
The price of {item?.liveResults?.currentPrice} is {item?.liveResults?.condition} your target of {item?.liveResults?.targetPrice}
{formatDate(item?.created)}
{:else if item?.notifyType === "wiim"}
Company Logo
BREAKING News for
New data for "Why Price Moved" event is out.
{formatDate(item?.created)}
{:else if item?.notifyType === "topAnalyst"}
Company Logo
New Top Analyst Rating for
The rating company {item?.liveResults?.analyst} has issued a new rating of „{item?.liveResults ?.rating_current}“ with an updated price target of ${item?.liveResults ?.adjusted_pt_current}.
{formatDate(item?.created)}
{:else if item?.notifyType === "earningsSurprise"}
Company Logo
Earnings Release for
New data for "Earnings Surprise" event is out.
{formatDate(item?.created)}
{/if} {/each}
{:else}
Empty just like our souls...
{/if}