STRASMORE/EXPLORE 2,595 QUERIES

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.

as of series 13×3read in context →
dividends — 13 rows by 3 columns, computed from US exchange, SIP and OPRA data.
ex_dateex_date_labeldividend_per_share
2023-08-11Aug 11, 20230.24
2023-11-10Nov 10, 20230.24
2024-02-09Feb 9, 20240.24
2024-05-10May 10, 20240.25
2024-08-12Aug 12, 20240.25
2024-11-08Nov 8, 20240.25
2025-02-10Feb 10, 20250.25
2025-05-12May 12, 20250.26
2025-08-11Aug 11, 20250.26
2025-11-10Nov 10, 20250.26
2026-02-09Feb 9, 20260.26
2026-05-11May 11, 20260.27
2026-08-10Aug 10, 20260.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
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for dividends, derived from the stored result.
ColumnTypeRangeNotes
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
⌘/Ctrl + Enter

اس ڈیٹا کے ساتھ اپنے AI اسسٹنٹ میں کام کریں

اس صفحے کے ڈیٹا کے ساتھ، کوئری کے لیے تیار کھلتا ہے۔ مفت، بغیر اکاؤنٹ۔