Dividends Dividend Yield {dividendYield ?? "0"}%
{#if dividendList?.history?.at(0)?.length !== 0}
{#each dividendHistoryList?.slice(0, 5) as item} {/each}
Ex-Dividend Payment Date Amount
{new Date(item?.date)?.toLocaleString("en-US", { month: "short", day: "numeric", year: "numeric", daySuffix: "2-digit", })} {item?.paymentDate?.length !== 0 ? new Date(item?.paymentDate)?.toLocaleString("en-US", { month: "short", day: "numeric", year: "numeric", daySuffix: "2-digit", }) : "n/a"} ${item?.adjDividend?.toFixed(2)}
{:else}

No data available

{/if}