AAPL indicators and dividends on FundamentalRadar
TL;DR
- The FundamentalRadar US-stock page at
/en/us-stocks/AAPLpresents price, valuation ratios (P/E, P/B), profitability metrics (ROE, margins), dividend yield, market capitalization, and up to four periods of filed financial statements — all sourced from public data providers and SEC filings. - Dividend data includes a rolling 12-month summary and the last 12 paid events, with dates sourced from Apple's investor relations. The page distinguishes between historical payments and forecasts, labelling source freshness clearly.
- Every indicator carries a
reference_dateordata_as_oftimestamp, asourcefield, and asnapshot_statusbadge (verified, divergent, stale, or unavailable) so readers can judge data currency before interpreting any number.
What the page exposes: indicators at a glance
When you open the FundamentalRadar page for Apple — accessible at finaggregate.com/en/us-stocks/AAPL — the system fetches two data structures: a ScreenerAsset record (the overview row used in the US-stocks list) and a richer AssetDetailResponse (the full detail panel). Both are assembled server-side and revalidated every 12 hours (43,200 seconds).
The indicator panel shows the following fields, each rendered from a specific key in the API response:
| Field on page | Internal key | What it measures | Example value (Aug 10, 2026) | Source |
|---|---|---|---|---|
| Price | cotacao_atual | Last traded share price in USD | $308.26 | Yahoo Finance |
| P/E | pl | Price-to-earnings ratio (TTM) | 35.4x | Stock Analysis |
| P/B | pvp | Price-to-book ratio | 42.6x | Stock Analysis |
| ROE | roe | Return on equity (TTM) | ~132% | Stock Analysis |
| Dividend Yield | dy / dy_12m | Annual dividend yield (TTM) | ~0.35% | Apple Investor Relations |
| Market Cap | valor_mercado | Market capitalization | ~$4.54T | Yahoo Finance |
| Net Margin | margem_liquida | Net income / Revenue | ~26.9% | SEC 10-K FY2025 |
| Gross Margin | margem_bruta | Gross profit / Revenue | ~46.9% | Apple FY2025 |
| EBIT Margin | margem_ebit | Operating income / Revenue | ~32.0% | SEC 10-K FY2025 |
| Leverage | div_liq_patr | Net debt / Equity | — | Asset detail |
| Volume | volume | Shares traded in session | — | Asset detail |
All values above are dated snapshots, not forecasts. When a ratio is not available, the page renders "—" rather than guessing.
Price and market capitalization
The share price feeds from the same upstream provider as the overview screener row. On the detail page, the code prioritises the ScreenerAsset.price field and falls back to the cotacao_atual indicator inside AssetDetailResponse.indicators — two sources that should agree but may show minor timing differences if one updated seconds before the other.
Market capitalization (valor_mercado) is computed by the provider as share count times last price. For Apple's float of roughly 14.7 billion shares at $308.26, the page shows approximately $4.54 trillion (Yahoo Finance).
Valuation ratios: P/E and P/B
P/E (price-to-earnings) divides the current share price by trailing twelve-month diluted earnings per share. Apple's FY2025 diluted EPS was $7.46 (SEC 10-K), which at $308.26 yields a trailing P/E of roughly 35.4x. The FundamentalRadar page displays whatever P/E the upstream provider reports; at the time of research, Stock Analysis quoted 35.4x, while Yahoo Finance showed 35.39x — a minor variance caused by different calculation windows.
P/B (price-to-book) divides market price per share by book value per share. Apple's shareholders' equity stood at approximately $56.5 billion in the FY2025 annual report, but the ratio on the detail page reads around 42.6x because the provider may use diluted share counts or a more recent quarterly estimate. The elevated P/B is partly mechanical: aggressive buyback programs shrink book equity, pushing the ratio up regardless of operating fundamentals.
A note in the codebase warns that the EBIT margin field was historically mislabelled "EBITDA margin" on some screens. The backend renamed it to margem_ebit to prevent readers from comparing Apple's operating margin against a cash-flow metric it does not represent.
Profitability metrics: ROE and margins
ROE (return on equity) divides net income by average shareholders' equity. Apple's FY2025 net income was $112.0 billion against a book equity base of roughly $56.5 billion, producing an ROE near 198%. Financial data providers compute ROE differently — some use trailing twelve months, others the latest fiscal year, and others use end-of-period equity rather than average equity. This is why the page may show ~132% from Stock Analysis while another source quotes ~148.75%. The discrepancy is not an error; it reflects different calculation methodologies.
Gross margin for Apple's FY2025 was approximately 46.9% ($195.2 billion gross profit on $416.2 billion revenue) (Apple FY2025 Financial Statements). Net margin was about 26.9% ($112.0 billion net income / $416.2 billion revenue). EBIT margin (operating income / revenue) was approximately 32.0% ($133.1 billion / $416.2 billion). All three derive from the FY2025 10-K filing.
Dividend yield
The dividend yield on the page can appear from two paths:
dy— the basic yield from theScreenerAssetrow, dividing annual dividends per share by the current price.dy_12m/dy_12m_consolidated— from thedividend_summaryblock inside the detail response, which counts the last 12 months of declared payments and divides the sum by the price used in that calculation.
The page prefers dy_12m from dividend_summary when available, falling back to the screener's dy. If the upstream provider has not yet updated the dividend data, the yield field shows "not disclosed" rather than zero.
Dividends: historical payments vs. forecasts
Apple pays a quarterly cash dividend. The page renders the last 12 dividend events (up to three years of quarterly payments) as a table or bar chart, sourced from Apple Investor Relations.
Historical payments (as of August 2026)
| Quarter declared | Per-share | Payment date |
|---|---|---|
| Q1 2024 | $0.24 | Feb 15, 2024 |
| Q2 2024 | $0.25 | May 16, 2024 |
| Q3 2024 | $0.25 | Aug 15, 2024 |
| Q4 2024 | $0.25 | Nov 14, 2024 |
| Q1 2025 | $0.25 | Feb 13, 2025 |
| Q2 2025 | $0.26 | May 15, 2025 |
| Q3 2025 | $0.26 | Aug 14, 2025 |
| Q4 2025 | $0.26 | Nov 13, 2025 |
| Q1 2026 | $0.26 | Feb 12, 2026 |
| Q2 2026 | $0.27 | May 14, 2026 |
Calendar-year totals: $0.99 (2024), $1.03 (2025), $0.53 through May 14, 2026. Apple increased its quarterly dividend from $0.25 to $0.26 in 2025 and again to $0.27 in 2026. All figures are per split-adjusted share.
Forecasts vs. declared amounts
FundamentalRadar does not invent future dividend amounts. The dividend_summary block reports the last 12 months of paid and declared events, with a total (total_12m) and an event count (events_12m). The dividend yield is derived from that sum. Any future dividend increases are Apple's board decisions — the page does not model or predict them.
Financial statements
The detail panel includes up to three statement types:
- DRE (income statement)
- Balanco (balance sheet)
- Fluxo de caixa (cash flow statement)
Each statement shows up to four fiscal periods with account-level line items. The periods are labelled with the provider's own header (for example, "FY2025", "Q3 2026"). Apple's fiscal year ends in late September, so "FY2025" covers October 2024 through September 2025 — not the calendar year. The fiscal_periods metadata (when available) records the exact start and end dates of each column.
The financial statements section renders the first 8 line items per statement. For Apple, the income statement's top lines typically include net sales (FY2025: $416.2 billion), cost of sales, gross margin ($195.2 billion), operating expenses, and operating income ($133.1 billion).
All financial data comes from SEC filings — 10-K (annual) and 10-Q (quarterly) documents that Apple files with the EDGAR system.
Source freshness and validation
Every data point on the FundamentalRadar page carries contextual metadata that helps readers judge reliability:
Timestamps
reference_date: The date the underlying data refers to (e.g., a fiscal quarter end). Distinct from when the scrape ran.data_as_of: The cache-write timestamp — when the provider last wrote the data into the system.scraped_at: The moment the backend executed the scrape.
A common mistake is reading scraped_at as the data's meaning date. Apple's FY2025 10-K covers the year ending September 27, 2025 — even if the scrape ran months later.
Snapshot status
The snapshot_status field has four possible values:
| Status | Meaning |
|---|---|
verified | Cross-source checks passed; values agree within threshold |
divergent | Two or more sources reported different values for the same metric |
stale | The data exceeds the freshness window |
unavailable | No provider returned a value |
A divergent status does not mean a number is wrong — it means two providers disagree, and both values are shown for reader evaluation. The codebase documents a case where one provider reported 0% dividend yield while another reported 12% for the same ticker; the snapshot status flagged the divergence so the reader would not take either figure at face value.
Source field
Every ScreenerAsset record carries a source string identifying the data provider. When you see different figures for the same metric across financial sites, it is almost always because the underlying provider or calculation window differs — not because one site is wrong.
Limitations to understand before interpreting the data
The FundamentalRadar page is an educational tool that aggregates public data. Several limitations apply:
- No investment recommendations. The page presents numbers; it does not buy, sell, or rate securities. Editorial rules prohibit issuing buy or sell recommendations or promising returns.
- Indicator variability. The same indicator (ROE, for example) can differ across providers because of calculation-period choice, equity definition, or share-count methodology.
- Liquidity measure differs by market. For US stocks, the
volumefield reports share count traded in a single session, while for Brazilian stocks, the equivalent field reports reais traded. The two columns use different units and are never directly compared. - 12-hour revalidation. Page data is regenerated roughly every 12 hours. Between refreshes, intraday price changes are not reflected.
- Dividend data lags declarations. The
dividend_summaryblock updates only after a payment date has passed or a declaration is confirmed by the upstream provider. - Fiscal year mismatch. Apple's fiscal year (ending late September) does not align with the calendar year. "FY2025" on the financial statements means the twelve months ending September 27, 2025.
How the page is built: a brief technical note
The /en/us-stocks/[ticker] route is a Next.js server-rendered page with incremental static regeneration. It calls fetchSeoAsset("acoes-us", ticker) at build time and revalidates every 43,200 seconds. The data merges two responses:
- A screener row (
ScreenerAsset) with headline metrics (price, P/E, P/B, ROE, dividend yield, market cap, margins). - A detail response (
AssetDetailResponse) with the full indicator dictionary, dividend history, financial statements, fiscal-period metadata, and validation status.
The component then renders an OpenGraph image, JSON-LD structured data (Article schema), and a breadcrumb path — all using the same data objects.
Common errors and fixes
| Error | Cause | Fix | Source |
|---|---|---|---|
| P/E shows a different value than another site | Different providers use different earnings periods or diluted vs basic EPS | Check data_as_of and compare the same period; the number may be correct under a different methodology | Stock Analysis |
| ROE exceeds 100% and looks wrong | Apple's aggressive share buybacks reduce book equity, inflating the ratio mechanically | Recognise this is a structural artefact, not a data error; compare ROE with buyback-adjusted peers | Stock Analysis |
| Dividend yield shows "not disclosed" | The upstream provider has not yet updated the dividend summary for the latest quarter | Wait for the next refresh; scraped_at shows when the page last checked | FundamentalRadar product code |
| P/B looks extremely high | Book equity is low relative to market cap due to cumulative buybacks | View P/B alongside leverage and free-cash-flow metrics for fuller context | Stock Analysis |
| Financial statements show a different fiscal period than expected | Apple's fiscal year ends in September, not December | Read the fiscal_periods metadata for exact period start/end dates | SEC filings |
| Price updates but market cap does not change | valor_mercado revalidates on a different schedule than the price feed | The 12-hour ISR window means some fields may lag real-time price; check data_as_of | FundamentalRadar product code |
Snapshot status shows divergent | Two providers report different values for the same metric | Read both values on the page; divergence is informational, not a failure | FundamentalRadar product code |
Perguntas frequentes (FAQ)
What does the P/E ratio on the FundamentalRadar AAPL page represent?
The P/E ratio divides the current share price by trailing twelve-month diluted EPS. For Apple as of August 2026 the page shows approximately 35.4x. Different providers may calculate it differently based on earnings period and diluted vs. basic share count.
How is Apple's dividend yield calculated on the page?
The dividend yield is the sum of the last 12 months of declared per-share payments divided by the share price. The dividend_summary block provides the numerator (total 12-month dividend) and denominator (price snapshot). Apple's yield is approximately 0.35% as of August 2026.
Does FundamentalRadar predict future Apple dividends?
No. The page reports only historical payments that have been declared and confirmed by the data provider. Future dividend increases or decreases are Apple board decisions and are not forecast by the platform.
Why does ROE exceed 100% for Apple?
Apple's ROE exceeds 100% because years of share repurchases have reduced book equity to roughly $56.5 billion while net income reached $112.0 billion in FY2025. A small equity base divided into large earnings mechanically produces an outsized ROE.
How often does the AAPL page data update?
The page revalidates every 12 hours via Next.js incremental static regeneration. The data_as_of and scraped_at timestamps indicate when each data source was last refreshed.
Is the page data reliable for investment decisions?
The page is an educational tool aggregating publicly available data. Editorial rules prohibit investment recommendations. Readers should check reference_date, source, and snapshot_status before interpreting any indicator.
Sources
- Apple Dividend History — Official per-share dividend amounts, record dates, and payment dates for all quarters from 2024 through 2026.
- Yahoo Finance — AAPL — Real-time share price ($308.26 as of Aug 10, 2026), market capitalisation (~$4.54T), and trailing P/E (~35.4x).
- Stock Analysis — AAPL Statistics — Trailing P/E, P/B, ROE, and other valuation metrics with methodology notes.
- SEC EDGAR — Apple Filings — Source for FY2025 10-K and quarterly 10-Q financial data: revenue, net income, EPS, equity base.
- Apple FY2025 Consolidated Financial Statements — Income statement line items, gross margin, operating income, and segment revenue.