STRASMORE/EXPLORE 2,648 QUERIES

declarations

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-26, from hon-dividend-history.

as of series 16×6read in context →
declarations — 16 rows by 6 columns, computed from US exchange, SIP and OPRA data.
ex_dateex_date_labelcash_amountrecordpayabledeclared
2026-08-14Aug 14, 20260.7Aug 14, 2026Sep 4, 2026Jul 24, 2026
2026-05-15May 15, 20261.19May 15, 2026Jun 5, 2026Apr 27, 2026
2026-02-27Feb 27, 20261.19Feb 27, 2026Mar 13, 2026Feb 13, 2026
2025-11-14Nov 14, 20251.19Nov 14, 2025Dec 5, 2025Sep 26, 2025
2025-08-15Aug 15, 20251.13Aug 15, 2025Sep 5, 2025Jul 25, 2025
2025-05-16May 16, 20251.13May 16, 2025Jun 6, 2025Apr 28, 2025
2025-02-28Feb 28, 20251.13Feb 28, 2025Mar 14, 2025Feb 14, 2025
2024-11-15Nov 15, 20241.13Nov 15, 2024Dec 6, 2024Sep 27, 2024
2024-08-16Aug 16, 20241.08Aug 16, 2024Sep 6, 2024Jul 26, 2024
2024-05-16May 16, 20241.08May 17, 2024Jun 7, 2024Apr 29, 2024
2024-02-29Feb 29, 20241.08Mar 1, 2024Mar 15, 2024Feb 16, 2024
2023-11-09Nov 9, 20231.08Nov 10, 2023Dec 1, 2023Sep 29, 2023
2023-08-10Aug 10, 20231.03Aug 11, 2023Sep 1, 2023Jul 28, 2023
2023-05-11May 11, 20231.03May 12, 2023Jun 2, 2023Apr 24, 2023
2023-02-23Feb 23, 20231.03Feb 24, 2023Mar 10, 2023Feb 10, 2023
2022-11-09Nov 9, 20221.03Nov 11, 2022Dec 2, 2022Sep 30, 2022
Rows × columns
16 × 6
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 declarations, derived from the stored result.
ColumnTypeRangeNotes
ex_date date 2022-11-09 to 2026-08-14
ex_date_label text 16 distinct values (Aug 10, 2023, Aug 14, 2026, Aug 15, 2025…)
cash_amount number 0.7 to 1.19
record text 16 distinct values (Aug 11, 2023, Aug 14, 2026, Aug 15, 2025…)
payable text 16 distinct values (Dec 1, 2023, Dec 2, 2022, Dec 5, 2025…)
declared text 16 distinct values (Apr 24, 2023, Apr 27, 2026, Apr 28, 2025…)

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(max(toFloat64(cash_amount)), 4)               AS cash_amount,
    formatDateTime(max(record_date), '%b %e, %Y')       AS record,
    formatDateTime(max(pay_date), '%b %e, %Y')          AS payable,
    formatDateTime(max(declaration_date), '%b %e, %Y')  AS declared
FROM global_markets.stocks_dividends
WHERE ticker = 'HON'
GROUP BY ex_dividend_date
ORDER BY ex_dividend_date DESC
LIMIT 16
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.

More from this analysishon-dividend-history
annual_totals ranking 21×4 → raises table 16×5 → cohort ranking 8×4 → announcement_months ranking 6×3 → The 2s10s spread by month, full history series 604×5 → One SPY $600 LEAPS call's price over two years (expired Jan 16 2026) series 470×2 → See all 2,648 queries →