Reference dataIntermediate

Corporate Actions

Corporate actions are company events — splits, bonuses, dividends, rights issues and mergers — that mechanically change a stock's price or share count, creating jumps in the raw price series that are not real market moves and must be adjusted for.

Quick answer: Corporate actions are company events — splits, bonuses, dividends, rights issues and mergers — that mechanically change a stock's price or share count, creating jumps in the raw price series that are not real market moves and must be adjusted for.

In simple words

A corporate action is something a company does to its own shares: split one share into two, give bonus shares, pay a dividend, or merge with another firm. These events change the share price for purely mechanical reasons — the pie is cut differently, but its value has not moved. On the raw chart this shows up as a sudden gap that looks like a crash or a spike but is nothing of the sort.

Purpose

Understanding corporate actions matters because they are the single most common reason a historical price series lies: they insert artificial jumps that trigger false signals and corrupt indicators unless the data is adjusted.

Professional explanation

The main types and what they do to price

A stock split (say 1:5, or in Indian terms a face-value split from ₹10 to ₹2) multiplies the share count and divides the price proportionally — a ₹2,000 share becomes five ₹400 shares. A bonus issue (say 1:1) gives existing holders extra shares free, similarly diluting the per-share price. A dividend pays cash per share, so on the ex-dividend date the price drops by roughly the dividend amount because the cash has left the company. A rights issue lets holders buy new shares at a discount, and a merger or demerger replaces shares with those of another entity or a new spinoff. Every one of these changes the raw price without any change in an investor's total value.

Why raw prices jump on the ex-date

The key concept is the ex-date — the first day a buyer no longer receives the benefit. On the ex-split or ex-bonus date the quoted price steps down to reflect the new share count; on the ex-dividend date it steps down by about the dividend. This is an accounting adjustment, not supply and demand. A ₹2,000 stock going ex a 1:1 bonus opens around ₹1,000 — a 50% 'drop' on the chart that no investor actually lost. To a naive algorithm scanning raw prices, this is indistinguishable from a genuine crash, and that confusion is where the damage begins.

How corporate actions silently corrupt backtests

Consider a mean-reversion system that buys large single-day drops. On the ex-date of a 1:5 split, a raw series shows an 80% overnight fall, and the system enthusiastically 'buys the dip' into a move that never happened, booking a fictional 400% gain as the price 'recovers' to its adjusted level the next day. Trend systems suffer the reverse — a bonus looks like a crash and stops out phantom positions. Volatility and ATR readings spike. Every one of these is silent: the backtest runs cleanly and produces a beautiful, entirely fictitious equity curve. Corporate actions are the archetypal example of bad data corrupting a strategy without any error message.

Adjustment: back-adjusting the history

The fix is to restate the historical series so the mechanical jump disappears. For a split or bonus you multiply all prices before the ex-date by the adjustment ratio (and volumes by its inverse) so the series is continuous in split-adjusted terms. For dividends you subtract the dividend from prior prices (or use a proportional total-return factor). The result is an adjusted price series with no artificial gap. Note that adjustment rewrites history: today's split changes every past price in your database, so any cached indicator computed on the old prices is now stale and must be recomputed.

India-specific mechanics and pitfalls

In India, corporate actions are announced to the exchanges and NSE publishes them; the ex-date and record date are set by the company and the exchange applies a price adjustment to the previous close for circuit-limit purposes. F&O adds complexity: on a split or bonus, the exchange revises the lot size, strike prices and outstanding positions of that stock's derivatives so contract value is preserved, and index constituents are re-weighted. Special dividends above a threshold can also trigger strike adjustments. A backtest that adjusts the cash equity but forgets that the F&O lot size or strikes changed will mis-state position sizes and P&L for the whole pre-action period.

Practical example

Illustrative example (Indian market)

Suppose a stock trades at ₹2,400 and announces a 1:1 bonus with an ex-date. On the ex-date it opens near ₹1,200. An unadjusted mean-reversion backtest sees a 50% one-day fall — far beyond any normal move — and buys, then records the price 'rebounding' to its adjusted path and books a spurious ~100% gain on that trade. Adjusted correctly, every pre-ex-date price is halved (₹2,400 becomes ₹1,200 in the adjusted series) and volumes doubled, so the ex-date transition is seamless and no false signal appears. If this stock is also in F&O, the exchange doubles the lot size and halves the strikes on the ex-date, so a derivatives backtest must apply the same restatement or its lot-based P&L before the bonus will be wrong by a factor of two.

A face-value split from ₹10 to ₹1 is a 10:1 split: the price divides by ten on the ex-date. NSE's corporate-actions bhavcopy and the announced ex-date are the authoritative reference; relying on a broker chart that silently shows adjusted or unadjusted prices without telling you which is a frequent source of confusion.

Advantages

  • Knowing corporate actions lets you produce a continuous, tradeable-return price series
  • Correct adjustment removes the single most common source of phantom signals
  • Reference data on ex-dates enables exact reconstruction of what an investor actually held
  • Handling them properly is what makes multi-year backtests meaningful

Limitations

  • Adjustment rewrites all historical prices, invalidating any cached indicators computed earlier
  • Dividend adjustment methods differ (subtractive vs proportional), giving slightly different histories
  • F&O lot-size and strike changes are easy to forget, corrupting derivatives P&L
  • Missing or mis-dated corporate-action records silently reintroduce the very jumps you tried to remove
  • Adjusted prices no longer equal the prices actually traded, which complicates order and cost modelling

Common mistakes

  • Backtesting on raw, unadjusted prices so a split or bonus reads as a real crash and triggers phantom trades
  • Adjusting the cash equity but forgetting the corresponding F&O lot-size and strike revision
  • Assuming a broker's chart is adjusted (or unadjusted) without confirming which, then mixing the two
  • Adjusting for splits and bonuses but ignoring dividends, so long-horizon returns are understated
  • Not recomputing indicators after an adjustment, leaving stale values that no longer match the prices
  • Using an outdated or incomplete corporate-actions file, so some ex-date jumps remain uncorrected

Professional usage

Data teams maintain a corporate-actions master keyed to each security and ex-date, sourced from the exchange, and apply it deterministically to produce adjusted series, storing both raw and adjusted with the adjustment factors so any point in history can be reproduced. They reconcile the F&O contract adjustments (lot size, strikes) alongside the cash adjustment so derivatives and equity histories agree. Crucially, they treat a newly announced action as an event that invalidates and triggers recomputation of downstream indicators. The governing principle is that adjustment is a versioned transformation with full provenance, never an irreversible overwrite.

Key takeaways

  • Corporate actions mechanically move raw prices without any real change in value
  • The ex-date jump is indistinguishable from a crash or spike to a naive algorithm — this is where backtests break
  • Adjust splits, bonuses and dividends, and remember F&O lot-size and strike changes too
  • Adjustment rewrites history, so keep raw and adjusted series with factors and recompute indicators

Frequently asked questions

What is a corporate action?
A corporate action is an event a company initiates that affects its shares — a split, bonus, dividend, rights issue, merger or demerger. These events mechanically change the share price or count without reflecting a real change in the company's value.
Why does a stock price jump on the ex-date?
Because the ex-date is when a buyer stops receiving the benefit, so the quoted price steps down to reflect the new share count (split/bonus) or the cash that left the company (dividend). It is an accounting adjustment, not a market move.
How do corporate actions corrupt a backtest?
Unadjusted, a split looks like a crash and a bonus like a plunge to an algorithm scanning prices. A mean-reversion system might 'buy the dip' into a move that never happened and book a fictional gain, while trend systems stop out on phantom drops — all silently.
What is the difference between a split and a bonus?
A split subdivides existing shares (a ₹10 face value becomes ₹2, so one share becomes five) and divides the price accordingly. A bonus issues additional free shares to holders (1:1 doubles the count). Both dilute the per-share price mechanically; the accounting differs but the price effect is similar.
How do I adjust prices for a split or bonus?
Multiply every price before the ex-date by the adjustment ratio (for a 1:1 bonus, by 0.5) and multiply volumes by the inverse, so the series is continuous. This removes the artificial gap and makes returns correct across the event.
How are dividends adjusted for?
Either by subtracting the dividend amount from all prior prices, or by applying a proportional total-return factor. The proportional method preserves percentage returns better over long horizons; the choice slightly changes the adjusted history, so it should be documented.
Do corporate actions affect F&O contracts?
Yes. On a split or bonus the exchange revises the derivative's lot size, strike prices and open positions so contract value is preserved, and index weights change. A backtest that adjusts equity but not the F&O contract will mis-state pre-action position sizes and P&L.
Where do I get corporate-action data for Indian stocks?
From the exchanges — NSE and BSE publish corporate-action announcements with ex-dates and record dates, and this is the authoritative source. Broker feeds and data vendors relay it, but you should confirm the ex-dates against the exchange.
What is the ex-date versus the record date?
The record date is when the company checks its register to see who owns shares; the ex-date (usually one business day before, with rolling settlement) is the first day the stock trades without the benefit. Price adjusts on the ex-date.
Why does adjustment invalidate my cached indicators?
Because adjusting for a new corporate action changes every historical price before the ex-date. Any moving average, ATR or other indicator computed on the old prices is now stale and must be recomputed on the adjusted series.
Are broker charts adjusted for corporate actions?
It varies — some show adjusted prices, some raw, and many do not state which. Assuming the wrong one, or mixing adjusted and unadjusted series in one analysis, is a common and silent source of error. Always confirm the adjustment status.
What happens to options strikes on a stock split?
The exchange adjusts them so the economics are preserved. On a 1:5 split, strikes are divided and the lot size multiplied so total contract value is unchanged, and existing positions are restated. Special large dividends can also trigger strike adjustments above a threshold.
Can a merger break my historical data?
Yes. A merger or demerger replaces a company's shares with those of another entity or a spinoff, so the price series may end, change basis, or need to be spliced. Handling this correctly requires the corporate-action detail, not just a price adjustment factor.
Should I store raw or adjusted prices?
Store both, plus the adjustment factors. Raw prices are what actually traded (needed for cost and order modelling); adjusted prices give continuous returns for research. Keeping both with provenance lets you reproduce any historical view.

Voice search & related questions

Natural-language questions people ask about Corporate Actions.

What is a corporate action in simple terms?
It is something a company does to its own shares — like splitting them, giving bonus shares, or paying a dividend — that changes the share price for mechanical reasons, not because the market moved.
Why did my stock suddenly drop 50 percent for no reason?
It may have gone ex a bonus or a split, which mechanically halves or divides the price. No real value was lost — the same holding is just spread across more shares.
Do I need to adjust prices for splits and dividends?
Yes, for any backtest crossing one. Without adjustment, a split looks like a crash and can trigger fake trades that make your results completely unreliable.
What is the ex-date?
It is the first day a stock trades without the upcoming benefit, like a dividend or bonus. On that day the price steps down to reflect the change, which is normal and expected.
Do stock splits affect futures and options?
Yes. The exchange changes the lot size and strike prices of that stock's derivatives so the contract value stays the same, so a derivatives backtest has to account for that too.
Are the charts on my broker app already adjusted?
Sometimes yes, sometimes no, and they often don't say. Always check, because mixing adjusted and unadjusted prices quietly corrupts any analysis you do.

Sources & references

    Last reviewed 11 July 2026. Educational content only — not investment advice. Markets and rules change; verify current conventions with SEBI, NSE/BSE and your broker.

    Educational content only — not investment advice. Examples use illustrative numbers and simplified models. Algorithmic trading and derivatives involve substantial risk. See our Risk Disclosure and SEBI Disclaimer.