Insights
Ex-Dividend Recovery-Time Data by Sector
Alphanume Team · July 29, 2026
Compare ex-dividend recovery distributions by sector and point-in-time market regime while keeping ex-day give-back, net capture, and recovery time as separate outcomes.
Ex-dividend recovery time by sector is best measured as a distribution, not a single average. Alphanume's Dividend Capture dataset provides event-level ex-day prices, price-drop ratios, gross net capture, recovery status, days to breakeven, fixed-horizon recovery flags, bars observed, and recovery-window length. Those fields allow censored events to remain visible.
The Dividend Capture documentation defines the event and recovery fields, while Alphanume's proof material provides broader methodology context. Historical gross behavior is not guaranteed income. The served results do not include user-specific spreads, slippage, financing, withholding, or tax treatment.
Define recovery before grouping sectors
Choose whether recovery means reaching the served breakeven price or returning to the prior cum-dividend price. The dataset provides days to each concept, along with an explicit recovery status. Keep ex-open and ex-close give-back separate because they represent different liquidation assumptions.
Outcome | Field | Use |
|---|---|---|
Ex-day give-back | drop_ratio_open or close | Measure dividend reflected in price |
Gross capture | net_capture_pct | Dividend plus price move before user costs |
Breakeven recovery | days_to_recover_breakeven | Time until served breakeven |
Price recovery | days_to_recover_price | Time to prior cum price |
Censoring | bars_observed and recovery_status | Keep unresolved events in denominator |
An event with ten observed bars cannot answer whether recovery occurred within twenty trading days. Condition every fixed-horizon rate on enough observed history, and show the number still at risk. Averaging only recovered events systematically removes slow and unresolved cases.
Join sector and regime with dated rules
Ticker Classification maps covered symbols to Alphanume sectors and industries, but the current contract has no date dimension. Treat that mapping as current-state and disclose the limitation when applying it to older events. A historical study that spans reclassifications or ticker changes needs a separately sourced point-in-time classification. The field reference documents that boundary.
GET /v1/dividend-capture
date_gte=2021-01-01
date_lte=2025-12-31
GET /v1/ticker-classification?ticker=<event ticker>
GET /v1/sp500-risk-regime?date=<ex-dividend date>
join recovery event to sector by ticker
join risk_regime by exact trading date
retain classification provenance and current-state warning
group distributions by sector, regime, and dividend_typeThe S&P 500 Risk Regime dataset is daily and point in time, with zero indicating risk-on and one risk-off. Join on the event date under the dataset's availability convention. Do not use a regime label updated after the trade decision as if it were known before the ex-date. The Risk Regime reference gives the 10:10 AM publication clock.
Report distributions and comparable denominators
For each sector and regime cell, report event count, median recovery time among observed recoveries, and one, three, five, ten, and twenty-day recovery rates with eligible denominators. Separate regular and special dividends. Show ex-day drop ratios and net capture alongside recovery because a fast recovery can follow a poor initial capture.
- Require sufficient bars for each horizon denominator.
- Keep pending events as censored observations.
- Separate special dividends from regular distributions.
- Report sector and regime cells that are too small for stable comparison.
Sector comparisons can be confounded by yield, volatility, market cap, and issuer frequency. A few frequent dividend payers can dominate a cell. Report both event-weighted and issuer-balanced summaries, and do not interpret descriptive differences as causal sector effects.
Risk-regime cells need the same discipline. A binary regime describes the broad tape, not the issuer's own trend or dividend safety. Report the number of unique issuers in each cell and avoid a sector-regime breakdown when only one or two names supply most events. If the join date is not a trading day, state whether the prior eligible regime observation or another rule was used. Never fill from a future regime date.
Control costs, taxes, and classification leakage
The main strategy failure is treating gross recovery as profit. Apply explicit spread, commission, and slippage scenarios. Holding until recovery has opportunity cost and drawdown exposure. Taxes and withholding depend on the investor and account, so present them as labeled scenarios rather than one universal adjustment.
The main grouping failure is applying today's sector mapping across long history without disclosure. For a recent descriptive sample, that may be acceptable with a current-state label. For causal or long-horizon research, build a point-in-time sector mapping. Likewise, do not select favorable sectors after seeing their full recovery record and describe the result as out of sample.
Corporate actions and special distributions can distort recovery measures. Review stock splits, mergers, spinoffs, and unusually large cash payments before pooling events. Confirm that downstream adjusted prices do not add the dividend twice. Separate repeated events from the same issuer when estimating uncertainty, because quarterly observations are not independent draws from unrelated companies.
Build one sector-regime recovery table
As a concrete next action, retrieve completed dividend events for a fixed window, exclude upcoming rows from realized analysis, and join sector plus exact-date risk regime. Export counts, eligible horizon denominators, median recovery, drop ratio, and gross capture for every sector-regime cell. Add a current-state classification flag and two cost scenarios. That table reveals the distribution and its data limits without turning a historical average into an income promise.