STRASMORE/EXPLORE 2,170 QUERIES

AAPL dividends per share: as reported and split adjusted

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 Do Stock Splits Change Your Dividend?.

as of series 12×4read in context →
AAPL dividends per share: as reported and split adjusted — 12 rows by 4 columns, computed from US exchange, SIP and OPRA data.
ex_dateex_date_prettyas_reported_usdsplit_adjusted_usd
2019-02-08February 8, 20190.730.1825
2019-05-10May 10, 20190.770.1925
2019-08-09August 9, 20190.770.1925
2019-11-07November 7, 20190.770.1925
2020-02-07February 7, 20200.770.1925
2020-05-08May 8, 20200.820.205
2020-08-07August 7, 20200.820.205
2020-11-06November 6, 20200.2050.205
2021-02-05February 5, 20210.2050.205
2021-05-07May 7, 20210.220.22
2021-08-06August 6, 20210.220.22
2021-11-05November 5, 20210.220.22
Rows × columns
12 × 4
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 dividends per share: as reported and split adjusted, derived from the stored result.
ColumnTypeRangeNotes
ex_date date 2019-02-08 to 2021-11-05
ex_date_pretty text 12 distinct values
as_reported_usd number 0.205 to 0.82 US dollars
split_adjusted_usd number 0.1825 to 0.22 US dollars

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
    toString(ex_dividend_date)                                                                                                       AS ex_date,
    concat(monthName(ex_dividend_date), ' ', toString(toDayOfMonth(ex_dividend_date)), ', ', toString(toYear(ex_dividend_date)))     AS ex_date_pretty,
    round(toFloat64(max(cash_amount)), 4)                                                                                            AS as_reported_usd,
    round(toFloat64(max(split_adjusted_cash_amount)), 4)                                                                             AS split_adjusted_usd
FROM global_markets.stocks_dividends
WHERE ticker = 'AAPL'
  AND ex_dividend_date >= '2019-01-01'
  AND ex_dividend_date <  '2022-01-01'
  AND cash_amount > 0
  AND split_adjusted_cash_amount > 0
GROUP BY ex_dividend_date
ORDER BY ex_dividend_date

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 analysisDo Stock Splits Change Your Dividend?
Days between declaration, ex-date, record and payable series 16×5 Forward and reverse splits by year across US listings ranking 10×3 Most recent forward split at ten large dividend payers ranking 5×3 NVDA around its 10-for-1 split: regular-session close and volume, June 3 to June 14, 2024 series 10×4 Effective dates by weekday: US-listed splits, 2021 to mid-2026 series 5×3 Completed forward splits of 3-for-1 or larger: selected large-cap names, 2022 to 2026 ranking 12×4 See all 2,170 queries →