STRASMORE/EXPLORE 2,170 QUERIES

AAPL's last eight dividends: all four dates plus cash per share

Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-08-22, from What Is an Ex-Dividend Date? How It Works.

as of series 8×5read in context →
AAPL's last eight dividends: all four dates plus cash per share — 8 rows by 5 columns, computed from US exchange, SIP and OPRA data.
declaration_dateex_dividend_daterecord_datepay_datecash_amount
2026-07-302026-08-102026-08-102026-08-130.27
2026-04-302026-05-112026-05-112026-05-140.27
2026-01-292026-02-092026-02-092026-02-120.26
2025-10-302025-11-102025-11-102025-11-130.26
2025-07-312025-08-112025-08-112025-08-140.26
2025-05-012025-05-122025-05-122025-05-150.26
2025-01-302025-02-102025-02-102025-02-130.25
2024-10-312024-11-082024-11-112024-11-140.25
Rows × columns
8 × 5
Period covered
to
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for AAPL's last eight dividends: all four dates plus cash per share, derived from the stored result.
ColumnTypeRangeNotes
declaration_date date 2024-10-31 to 2026-07-30
ex_dividend_date date 2024-11-08 to 2026-08-10
record_date date 2024-11-11 to 2026-08-10
pay_date date 2024-11-14 to 2026-08-13
cash_amount number 0.25 to 0.27

Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.

the exact SQL behind every number
SELECT declaration_date,
       ex_dividend_date,
       record_date,
       pay_date,
       cash_amount
FROM global_markets.stocks_dividends
WHERE ticker = 'AAPL'
  AND distribution_type = 'recurring'
  AND ex_dividend_date <= today()
ORDER BY ex_dividend_date DESC
LIMIT 8

Run your own version of this

The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.

More from this analysisWhat Is an Ex-Dividend Date? How It Works
AAPL's last eight ex-dividend mornings: adjusted reference vs. the actual open series 8×6 Payout schedules of recurring US dividend payers (trailing 12 months) ranking 6×3 Share of US dividends where ex-date = record date, by year ranking 6×3 How long after the ex-date the cash arrives (trailing 12 months) ranking 4×3 Median waits between dividend dates (trailing 12 months, all recurring US dividends) scalar 1×4 Monthly cash per share: an option income fund and a bond fund series 24×3 See all 2,170 queries →