changeSubSection("insider")} class="p-2 px-5 cursor-pointer {displaySubSection === 'insider' ? 'text-white bg-secondary sm:hover:bg-opacity-[0.95]' : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary sm:hover:bg-opacity-[0.95]'}" > Insider Trading changeSubSection("institute")} class="p-2 px-5 cursor-pointer {displaySubSection === 'institute' ? 'text-white bg-secondary sm:hover:bg-opacity-[0.95]' : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary sm:hover:bg-opacity-[0.95]'}" > 13F Institute changeSubSection("congress-trading")} class="p-2 px-5 cursor-pointer {displaySubSection === 'congress-trading' ? 'text-white bg-secondary sm:hover:bg-opacity-[0.95]' : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary sm:hover:bg-opacity-[0.95]'}" > Congress Trading changeSubSection("transcripts")} class="p-2 px-5 cursor-pointer {displaySubSection === 'transcripts' ? 'text-white bg-secondary sm:hover:bg-opacity-[0.95]' : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary sm:hover:bg-opacity-[0.95]'}" > Transcripts
{#if data?.user?.tier !== "Pro" || data?.user?.freeTrial}

Pro Subscription

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

{$stockTicker} News

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