Similar Ticker

Identify trends in similar assets and explore superior competing options in your portfolio.
{#if similarstock?.length !== 0}
{#each similarstock as item, index} stockSelector(item?.symbol)} class="text-white cursor-pointer bg-[#000] border-b border-[#000]" > {#if index <= 6} {/if} {/each}
Company Market Cap Avg Volume
{item?.symbol} {#if typeof item?.name !== "undefined"} {item?.name?.length > 20 ? item?.name?.slice(0, 20) + "..." : item?.name} {:else} n/a {/if}
{item?.marketCap !== null ? abbreviateNumber(item?.marketCap, true) : "-"} {item?.avgVolume !== null ? abbreviateNumber(item?.avgVolume) : "-"}
{:else}
No data available
{/if}