Corporate Actions
Corporate actions are company events — splits, bonus issues, dividends, rights issues and mergers — that change a stock's quoted price mechanically without any change in value, so a backtest that leaves them unadjusted sees enormous phantom gaps that trigger false signals and false stop-outs.
Quick answer: Corporate actions are company events — splits, bonus issues, dividends, rights issues and mergers — that change a stock's quoted price mechanically without any change in value, so a backtest that leaves them unadjusted sees enormous phantom gaps that trigger false signals and false stop-outs.
In simple words
A corporate action is something the company does that changes its share price for administrative reasons, not because the business became worth more or less. A two-for-one split halves the price overnight; a large dividend drops it by the payout. If your price history does not account for these, your backtest sees a sudden crash that never really happened and reacts to it, generating trades and losses that are pure artefacts.
Purpose
Handling corporate actions correctly exists because raw exchange prices contain mechanical jumps that look identical to real market moves; without adjustment a backtest cannot tell a 50 percent split from a 50 percent collapse.
Professional explanation
The main types and their price effect
A stock split or a bonus issue increases the share count and proportionally lowers the price: a 1:1 bonus roughly halves the quoted price, a five-for-one split divides it by five. A dividend pays cash out of the company, so the share price drops by approximately the dividend amount on the ex-date. A rights issue lets holders buy new shares at a discount, diluting the price by a calculable factor. Mergers, demergers and spin-offs restructure the entity entirely, sometimes replacing one ticker with cash, shares of another company, or both. Each of these moves the printed price without the holder gaining or losing value from the action itself.
How unhandled actions create phantom gaps
If the raw series is not adjusted, the day a 1:1 bonus takes effect shows the price falling from, say, 2,000 to 1,000 — a 50 percent single-day loss that never happened economically. A momentum system reads this as a crash and may go short or exit; a mean-reversion system reads it as a screaming buy; a stop-loss is blown through instantly. These phantom gaps are among the most damaging data errors precisely because they are large, they cluster on specific dates, and they masquerade perfectly as real price action.
Splits and bonuses versus dividends
The two categories need different treatment. Splits and bonuses are pure quantity changes: multiplying historical prices by the split ratio and dividing historical volumes by it fully restores continuity, and this is uncontroversial because no cash left the company. Dividends are subtler because the drop reflects real cash leaving the firm; whether to adjust for them depends on whether you want a price-return or a total-return series. Adjusting for dividends builds a total-return series that credits the payout back, which is correct for measuring an investor's actual outcome but introduces its own timing subtleties.
The adjustment factor
Adjustment is applied through a cumulative factor that scales all prices before the action so the series is continuous across it. For a plain split of ratio r-for-1, every price before the ex-date is divided by r and every volume multiplied by r. For dividends, the factor on the ex-date is one minus the dividend divided by the pre-ex close, applied cumulatively backwards. Because factors compound, a stock with many actions over a decade can have early prices scaled by a large cumulative multiple, which is why an old unadjusted price and its adjusted counterpart can look wildly different.
The look-ahead trap in adjustment
Adjusted series are convenient but carry a hidden danger: the standard back-adjustment method rescales the entire history using factors that were only known when each later action occurred. If a backtest computes signals on a fully back-adjusted series, early bars implicitly embed knowledge of future splits and dividends, a form of look-ahead. The disciplined approach either uses point-in-time adjustment — applying only factors known as of each date — or confirms that the strategy's logic is invariant to the scaling. For anything price-level sensitive, such as fixed rupee stops or round-number levels, adjustment choice materially changes the backtest.
Split/bonus vs Dividend adjustment
| Aspect | Split or bonus | Dividend |
|---|---|---|
| Cash leaves company? | No | Yes |
| Nature of change | Pure quantity rescaling | Real value distribution |
| Adjust prices? | Always, to keep continuity | Only for total-return series |
| Volume adjustment | Yes, inverse of ratio | No |
| Main risk if ignored | Phantom crash or jump | Understated total return |
Practical example
Illustrative example (Indian market)
You backtest a momentum system on an NSE stock that trades at Rs 2,400 and declares a 1:1 bonus. On the ex-date the raw price prints Rs 1,200. Your unadjusted backtest sees a one-day fall of 50 percent, your momentum filter flips to bearish, and your stop at Rs 2,200 is smashed through, booking a catastrophic phantom loss on capital of Rs 5,00,000. In reality a holder of 100 shares at Rs 2,400 simply became a holder of 200 shares at Rs 1,200 — identical value, no loss. Applying the split-adjustment factor of 2 to all prices before the ex-date removes the gap: the historical Rs 2,400 becomes Rs 1,200 in the adjusted series, the curve is continuous, and the false signal disappears.
NSE-listed names carry out frequent bonuses, splits and special dividends, and the ex-dates are published in advance. A backtest that pulls raw prices without applying the exchange's adjustment factors will show dozens of phantom gaps across a diversified universe over a few years, each one capable of triggering a false trade. Corporate-action data from NSE or a vendor, keyed by ex-date, is what makes an equity backtest trustworthy.
Limitations
- Corporate-action data must be complete and correctly dated; a single missed action leaves a phantom gap
- Standard back-adjusted series embed future action factors, creating look-ahead on price-level rules
- Dividend adjustment requires choosing between price-return and total-return conventions, which changes results
- Complex actions such as demergers and mergers with share-plus-cash terms are hard to model cleanly
- Cumulative factors over long histories make old adjusted prices very different from what actually traded
Common mistakes
- Backtesting on raw, unadjusted prices so bonuses and splits appear as real crashes
- Applying split adjustment to prices but forgetting to adjust historical volume by the inverse ratio
- Computing price-level stops or round-number signals on a back-adjusted series and calling it realistic
- Ignoring dividends and then wondering why total return looks lower than a benchmark that includes them
- Assuming a vendor feed is adjusted when it is raw, or double-adjusting an already-adjusted series
- Missing spin-off or merger events entirely, leaving an orphaned or discontinuous price series
Professional usage
Institutional data teams maintain a corporate-actions master keyed by security and ex-date, and they store both raw and adjusted series so any adjustment can be reproduced or reversed. They distinguish price-return from total-return explicitly, apply split and bonus factors mechanically, and treat dividend adjustment as a deliberate modelling choice tied to what the strategy measures. For price-sensitive logic they use point-in-time adjustment or design the strategy to be scale-invariant, so that back-adjustment never smuggles future factors into past decisions.
Key takeaways
- Corporate actions move the quoted price mechanically without changing an investor's value
- Left unadjusted they create phantom gaps that trigger false signals and false stop-outs
- Splits and bonuses always need price and inverse-volume adjustment; dividend adjustment is a total-return choice
- Standard back-adjustment can embed future factors, so price-level rules risk look-ahead
- Keep a corporate-action master keyed by ex-date and store both raw and adjusted series
Frequently asked questions
What is a corporate action?
Why do corporate actions matter for backtesting?
What is a phantom gap?
How does a stock split affect price data?
How do I adjust for a bonus issue?
Should I adjust prices for dividends?
What is the difference between price return and total return?
What is a split-adjustment factor?
Can corporate-action adjustment cause look-ahead bias?
What happens in a merger or demerger?
How does a rights issue affect prices?
Where do I get corporate-action data for Indian stocks?
Should I store raw or adjusted prices?
How do corporate actions relate to survivorship bias?
Voice search & related questions
Natural-language questions people ask about Corporate Actions.
What is a corporate action in simple terms?
Why do corporate actions break a backtest?
How do I fix a split in my price data?
Do I need to adjust for dividends?
Can adjusting prices cause a hidden problem?
Where do I get corporate-action data in India?
Sources & references
Last reviewed 12 July 2026. Educational content only — not investment advice. Markets and rules change; verify current conventions with SEBI, NSE/BSE and your broker.