dividends
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-09-25, from aapl-stock-price-in-pkr.
| ex_date | ex_date_label | dividend_per_share |
|---|---|---|
| 2023-08-11 | Aug 11, 2023 | 0.24 |
| 2023-11-10 | Nov 10, 2023 | 0.24 |
| 2024-02-09 | Feb 9, 2024 | 0.24 |
| 2024-05-10 | May 10, 2024 | 0.25 |
| 2024-08-12 | Aug 12, 2024 | 0.25 |
| 2024-11-08 | Nov 8, 2024 | 0.25 |
| 2025-02-10 | Feb 10, 2025 | 0.25 |
| 2025-05-12 | May 12, 2025 | 0.26 |
| 2025-08-11 | Aug 11, 2025 | 0.26 |
| 2025-11-10 | Nov 10, 2025 | 0.26 |
| 2026-02-09 | Feb 9, 2026 | 0.26 |
| 2026-05-11 | May 11, 2026 | 0.27 |
| 2026-08-10 | Aug 10, 2026 | 0.27 |
- Rows × columns
- 13 × 3
- Period covered
- to
- Computed
- Completeness
- No missing values
- Source
- US exchange, SIP and OPRA market data
- Licence
- Strasmore terms · free, no signup
What each column holds
| Column | Type | Range | Notes |
|---|---|---|---|
ex_date |
date | 2023-08-11 to 2026-08-10 | |
ex_date_label |
text | 13 distinct values (Aug 10, 2026, Aug 11, 2023, Aug 11, 2025…) | |
dividend_per_share |
number | 0.24 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.
Run it yourself
This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.
SELECT
toString(ex_dividend_date) AS ex_date,
formatDateTime(ex_dividend_date, '%b %e, %Y') AS ex_date_label,
round(toFloat64(any(cash_amount)), 4) AS dividend_per_share
FROM global_markets.stocks_dividends
WHERE ticker = 'AAPL'
AND ex_dividend_date >= today() - 1150
GROUP BY ex_dividend_date
ORDER BY ex_dividend_date
اس ڈیٹا کے ساتھ اپنے AI اسسٹنٹ میں کام کریں
اس صفحے کے ڈیٹا کے ساتھ، کوئری کے لیے تیار کھلتا ہے۔ مفت، بغیر اکاؤنٹ۔