{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} {$displayCompanyName} ({$stockTicker}) Financials - Income Statement · stocknear
{#if isLoaded}

{#if $coolMode} {statementConfig?.find( (item) => item?.propertyName === displayStatement, )?.label} {:else} Income Statement {filterRule === "annual" ? "(Annual)" : "(Quarter)"} {/if}

{#if $coolMode} {statementConfig?.find( (item) => item?.propertyName === displayStatement, )?.text} {:else} Get detailed income statement breakdowns, uncovering revenue, expenses, and much more. {/if}
  • {#if data?.user?.tier === "Pro"} {:else} Quarterly {/if}
Select time frame (timeFrame = "5Y")} class="cursor-pointer hover:bg-[#27272A]" > 5 years (timeFrame = "10Y")} class="cursor-pointer hover:bg-[#27272A]" > 10 years (timeFrame = "MAX")} class="cursor-pointer hover:bg-[#27272A]" > Max
{#if $coolMode}

{statementConfig?.find( (item) => item?.propertyName === displayStatement, )?.label} History

{#each tableList as item, index} {/each}
{filterRule === "annual" ? "Fiscal Year End" : "Quarter Ends"} {statementConfig?.find( (item) => item?.propertyName === displayStatement, )?.label} Change Growth
{item?.date} {abbreviateNumber(item?.value)} {item?.value - tableList[index + 1]?.value !== 0 ? abbreviateNumber( ( item?.value - tableList[index + 1]?.value )?.toFixed(2), ) : "-"} {#if index + 1 - tableList?.length === 0} - {:else if item?.value === 0 && tableList[index + 1]?.value < 0} -100.00% {:else if item?.value === 0 && tableList[index + 1]?.value > 0} 100.00% {:else if item?.value - tableList[index + 1]?.value > 0} {( ((item?.value - tableList[index + 1]?.value) / Math.abs(item?.value)) * 100 )?.toFixed(2)}% {:else if item?.value - tableList[index + 1]?.value < 0} -{( Math?.abs( (tableList[index + 1]?.value - item?.value) / Math.abs(item?.value), ) * 100 )?.toFixed(2)}% {:else} - {/if}
{:else}
{#each income as cash} {#if filterRule === "annual"} {:else} {/if} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each} {#each income as cash} {/each}
Year {"FY" + cash?.calendarYear?.slice(-2)} {"FY" + cash?.calendarYear?.slice(-2) + " " + cash?.period}
Revenue {abbreviateNumber(cash?.revenue)}
Cost of Revenue {abbreviateNumber(cash?.costOfRevenue)}
Gross Profit {abbreviateNumber(cash?.grossProfit)}
Selling, General & Admin {abbreviateNumber( cash?.sellingGeneralAndAdministrativeExpenses, )}
Research & Development {abbreviateNumber( cash?.researchAndDevelopmentExpenses, )}
Other Expenses {abbreviateNumber(cash?.otherExpenses)}
Operating Expenses {abbreviateNumber(cash?.o)}
Interest Expense {abbreviateNumber(cash?.interestExpense)}
Pretax Income {abbreviateNumber(cash?.incomeBeforeTax)}
Income Tax {abbreviateNumber(cash?.incomeTaxExpense)}
Net Income {abbreviateNumber(cash?.netIncome)}
Shares Outstanding (Basic) {abbreviateNumber(cash?.weightedAverageShsOut)}
Shares Outstanding (Diluted) {abbreviateNumber( cash?.weightedAverageShsOutDil, )}
EPS (Basic) {cash?.eps?.toFixed(2)}
EPS (Diluted) {cash?.epsdiluted?.toFixed(2)}
EBITDA {abbreviateNumber(cash?.ebitda)}
Depreciation & Amortization {abbreviateNumber(cash?.depreciation)}
{/if}
{:else}
{/if}