{#if data?.user?.tier !== "Pro" || data?.user?.freeTrial}

Pro Subscription

Upgrade now for unlimited access to all data and tools.
{/if}

Revenue Definition

Revenue, also called sales, is the amount of money a company receives from its business activities, such as sales of products or services. Revenue does not take any expenses into account and is therefore different from profits.
Full Definition
{#if similarStocks?.length > 0}

Related Stocks

{#each similarStocks?.slice(0, 8) as item, index} {#if item?.revenue > 0} {/if} {/each}
Company Revenue
{item?.name} {abbreviateNumber(item?.revenue)}
Revenue Rankings
{/if} {#if newsList?.length !== 0}

{$stockTicker} News

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