{#if isLoaded} {#if watchList.length !== 0}
{#each indicatorList as item} {/each} {#each watchList as item} {/each}
Symbol Company{item}
{item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0, charNumber) + "..." : item?.name} {item?.eps !== null ? item?.eps?.toFixed(2) : "-"} {item?.pe !== null ? item?.pe?.toFixed(2) : "-"} {abbreviateNumber(item?.volume)} {abbreviateNumber(item?.marketCap, true)} ${item.price?.toFixed(2)} {#if item?.changesPercentage >= 0} +{item?.changesPercentage?.toFixed(2)}% {:else} {item?.changesPercentage?.toFixed(2)}% {/if}

Latest News

{:else}
Empty Watchlist Fill it up with your favorite stocks and get realtime data and the latest news in one place!
{/if} {:else}
{/if}