• changeSubSection("insider")} class="text-sm sm:text-[1rem] font-medium text-gray-400 sm:hover:text-white {displaySubSection === 'insider' ? 'text-white ' : 'bg-[#09090B]'}" > Insider Trading
  • changeSubSection("congress-trading")} class="text-sm sm:text-[1rem] font-medium text-gray-400 sm:hover:text-white {displaySubSection === 'congress-trading' ? 'text-white ' : 'bg-[#09090B]'}" > Congress Trading
  • changeSubSection("transcripts")} class="text-sm sm:text-[1rem] font-medium text-gray-400 sm:hover:text-white {displaySubSection === 'transcripts' ? 'text-white ' : 'bg-[#09090B]'}" > Transcripts
{#if data?.user?.tier !== "Pro" || data?.user?.freeTrial}

Pro Subscription

Upgrade now for unlimited access to all data and tools.
{/if} {#if data?.getNews?.length !== 0}

{$stockTicker} News

    {#each data?.getNews?.slice(0, 10) as item}
  • {formatDate(item?.publishedDate)} ago - {item?.title} - {item?.site}
  • {/each}
{/if}