STRASMORE/EXPLORE 2,170 QUERIES

SPY distributions by ex-dividend month: inside the May to October window vs outside it

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-03, from Does Sell in May and Go Away Work?.

as of ranking 19×3read in context →
SPY distributions by ex-dividend month: inside the May to October window vs outside it — 19 rows by 3 columns, computed from US exchange, SIP and OPRA data.
yearmay_oct_dividends_usdnov_apr_dividends_usd
20071.3741.327
20081.361.361
20091.0271.152
20101.1331.133
20111.2531.323
20121.4681.636
20131.6771.674
20141.8761.96
20152.0642.142
20162.1612.379
20172.4182.384
20182.5682.532
20192.8152.803
20202.7052.986
20212.8042.914
20223.1733.147
20233.2223.412
20243.5053.56
20253.5923.689
Rows × columns
19 × 3
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 SPY distributions by ex-dividend month: inside the May to October window vs outside it, derived from the stored result.
ColumnTypeRangeNotes
year number 2,007 to 2,025
may_oct_dividends_usd number 1.027 to 3.592 US dollars
nov_apr_dividends_usd number 1.133 to 3.689 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 toYear(ex_dividend_date) AS year,
       round(sumIf(cash_amount, toMonth(ex_dividend_date) >= 5 AND toMonth(ex_dividend_date) <= 10), 3) AS may_oct_dividends_usd,
       round(sumIf(cash_amount, toMonth(ex_dividend_date) < 5 OR toMonth(ex_dividend_date) > 10), 3) AS nov_apr_dividends_usd
FROM global_markets.stocks_dividends
WHERE ticker = 'SPY'
  AND cash_amount > 0
  AND ex_dividend_date >= toDate('2005-01-01')
  AND ex_dividend_date <= toDate('2025-12-31')
GROUP BY year
ORDER BY year

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 analysisDoes Sell in May and Go Away Work?
Growth of one dollar: holding all year vs holding only November through April ranking 21×3 S&P 500 tracker: May to October vs November to April, season by season ranking 21×3 Average S&P 500 tracker return by calendar month, May 2005 through April 2026 table 12×5 The seasonal gap by era: average half-year returns and the spread between them table 3×6 When market headlines publish, by New York clock hour ranking 24×2 Every January on the daily tape, in trading sessions ranking 23×2 See all 2,170 queries →