{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} {$displayCompanyName} ({$stockTicker}) Revenue Breakdown · Stocknear
{#if isLoaded}

{convertToTitleCase(data?.getParams)} Revenue

{#if rawData?.length !== 0}

History

{#each tableList as item, index} {/each}
Quarter Value Change Growth
{new Date(item?.date ?? null)?.toLocaleString( "en-US", { month: "short", day: "numeric", year: "numeric", }, )} {item?.value !== null ? abbreviateNumber(item?.value) : "-"} {#if Number(item?.value - tableList[index + 1]?.value)} {abbreviateNumber( item?.value - tableList[index + 1]?.value, )} {:else} - {/if} {#if item?.valueGrowth > 0} +{item?.valueGrowth?.toFixed(2)}% {:else if item?.valueGrowth < 0} {item?.valueGrowth?.toFixed(2)}% {:else} - {/if}
{:else}

No data available

{/if}
{:else}
{/if}