{error}
Loading statement data...
) : chartSeries.length === 0 ? (No filing metrics match the current chart period filter.
) : (Loading balance sheet data...
) : chartSeries.length === 0 ? (No balance sheet metrics match the current chart period filter.
) : (Loading ratio trends...
) : chartSeries.length === 0 ? (No ratio points match the current chart period filter.
) : (Loading table...
) : financialSeries.length === 0 ? (No financial rows are available for this ticker yet.
) : (| Filed | Period | Form | Revenue | Net Income | Total Assets | Cash | Debt | Net Margin |
|---|---|---|---|---|---|---|---|---|
| {formatLongDate(point.filingDate)} | {point.periodLabel} | {point.filingType} | {asDisplayCurrency(point.revenue)} | = 0 ? 'text-[#96f5bf]' : 'text-[#ff9f9f]'}>{asDisplayCurrency(point.netIncome)} | {asDisplayCurrency(point.totalAssets)} | {asDisplayCurrency(point.cash)} | {asDisplayCurrency(point.debt)} | {asDisplayPercent(point.netMargin)} |