{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} {$displayCompanyName} ({$cryptoTicker}) latest Stock Market News and Breaking Stories · Stocknear

News

{#if newsList?.length !== 0}
{#each newsList as item}
{#if (videoId = checkIfYoutubeVideo(item.url))} {:else}
news image
{/if}

{item?.site} · {formatDate(item?.publishedDate)} ago

{item?.title}

{item?.text}


{/each}
{#if newsList?.length !== rawNews?.length} {/if} {:else}
No news article published yet!
{/if}