{#if !["Pro", "Plus"]?.includes(data?.user?.tier) || data?.user?.freeTrial}

Pro Subscription

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

Dividend Definition

Dividends are payments made by a company to its shareholders, typically derived from its profits. They represent a portion of earnings distributed to investors as a reward for holding shares. Dividends do not account for retained earnings or reinvestments and are therefore different from a company's total profits.
{#if similarStocks?.length > 0}

Related Stocks

{#each similarStocks?.slice(0, 8) as item, index} {#if item?.dividendYield > 0} {/if} {/each}
Company Dividend Yield
{removeCompanyStrings(item?.name)} {item?.dividendYield ? item?.dividendYield + "%" : "n/a"}
Dividend Rankings
{/if} {#if newsList?.length !== 0}

{$stockTicker} News

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