{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} {$displayCompanyName} ({$stockTicker}) 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}

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

{item?.title}

{item?.text}


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