QuantNifty
Instrument

Two indices that move together, and expire apart.

SENSEX is not a second NIFTY. The correlation is high enough that it diversifies less than people hope, and the differences are real enough that parameters do not transfer.

Short answer

SENSEX options trade on the BSE and track a 30-stock index; NIFTY 50 options trade on the NSE and track 50. They share most large constituents and are highly correlated, so running the same strategy on both does not protect you from a market-wide shock. What it does diversify is timing: the two carry separate expiry cycles, which spreads event risk across the week. The differences that matter operationally are liquidity depth, contract specifications and execution quality, and parameters fitted on one index should never be assumed to hold on the other.

01Two indices, one market

The SENSEX tracks 30 large companies on the BSE. The NIFTY 50 tracks 50 on the NSE. The constituent lists overlap heavily at the top, and both are dominated by the same handful of very large companies, which is why the two indices move together closely on almost every session.

For a systematic trader, that correlation is the single most important fact, and it cuts against the most common reason people give for trading both. If your motivation is "diversification," be precise about what kind. Two highly correlated indices do not diversify directional or volatility risk in any meaningful sense.

02Contract specifications

The contracts differ in ways that directly affect position sizing and strike selection: index level, lot size, strike interval, tick size and expiry schedule.

Do not hard-code these

Lot sizes, strike intervals and expiry days for Indian index derivatives have been revised several times, on both exchanges. Any figure quoted in an article, including one written today, will eventually be wrong. Contract specifications belong in configuration sourced from the exchange, not in constants in your strategy code. Confirm the current specification with the BSE before sizing anything.

The practical consequence of differing index levels and lot sizes is that a position on SENSEX and a position on NIFTY of the same nominal lot count represent different amounts of exposure. Sizing must be computed from notional value, not from lot count, or the two sleeves in a combined book will be unintentionally unbalanced.

03Liquidity and execution

Liquidity is where the two genuinely differ for systematic trading. NIFTY options have historically offered deeper books across a wider range of strikes, which translates into tighter spreads and lower slippage, particularly away from the money and particularly when you need to exit quickly.

SENSEX liquidity has grown substantially and is more than adequate near the money on active expiries, but it thins faster as you move away from spot. For a strategy that sells strikes at a distance, this is not a cosmetic difference: it is the difference between an exit that fills near your intended level and one that does not.

  • Check depth at the strikes your strategy actually trades, not at the money.
  • Check it at the times of day your strategy trades, including near the close on expiry.
  • Model slippage separately per index rather than applying one figure to both. Assuming NIFTY's execution quality on SENSEX is a quiet way to overstate a backtest.

04Separate expiry cycles

Both indices run weekly expiries alongside monthly contracts, and crucially their cycles fall on different days. For a strategy built around 0 DTE and 1 DTE structures, this is the most useful structural difference between them.

It means near-expiry opportunities occur on more sessions per week than a single index provides, and it means the book is not entirely dependent on what happens on one particular weekday. If a scheduled event lands on a NIFTY expiry, the SENSEX sleeve is at a different point in its cycle.

As with expiry weekdays generally: exchanges have revised these schedules more than once. Source expiry from a maintained calendar rather than assuming a fixed day.

05What running both really diversifies

Worth being blunt, because this is oversold:

RiskDiversified by running both?
Market-wide crashNo. Both indices fall together
Volatility spikeNo. Implied volatility rises across both
Single-session event riskPartly. Different expiry days spread exposure
Venue or connectivity failureYes. Separate exchanges and order paths
Liquidity deterioration in one contractYes
Strategy decay on one indexPartly, if signals are fitted independently

The honest summary: running both diversifies operational and timing risk well, and diversifies market risk barely at all. A combined book should be sized as though a bad day hits both sleeves simultaneously, because it will.

06Why parameters do not transfer

A tempting shortcut is to develop on NIFTY, where data is more plentiful, and then run the same parameters on SENSEX on the grounds that the indices are correlated. This does not work, for reasons that are mechanical rather than statistical.

  • Different index levels mean a stop expressed in points is a different percentage move on each.
  • Different strike intervals mean "two strikes out of the money" is a different distance in percentage terms.
  • Different liquidity means the same order incurs different slippage, which can erase a thin edge on one index while leaving it intact on the other.
  • Different expiry days mean the strategy interacts with a different weekly pattern of scheduled events and participant behaviour.

Every parameter has to be re-derived on the index it will trade, and validated out-of-sample on that index's own data. Our own SENSEX research was run as a separate search precisely for this reason, and the finding that in-sample rank had no predictive power out-of-sample, a Spearman correlation of −0.001 across 3.2 million configurations, came from that SENSEX work specifically.

07Before you deploy on SENSEX

  • Confirm the current contract specification with the BSE: lot size, strike interval, expiry day, tick size.
  • Confirm your broker routes BSE derivatives through the same API path, and that margin reporting behaves as you expect across both exchanges.
  • Measure strike liquidity at your actual trading distances and times.
  • Model slippage per index, not once for both.
  • Re-derive parameters on SENSEX data; do not port them.
  • Size the combined book on the assumption that both sleeves lose on the same day.

08Questions people ask

What is the difference between NIFTY and SENSEX options?

NIFTY 50 options trade on the NSE across a 50-stock index; SENSEX options trade on the BSE across 30 stocks. They are highly correlated because they share their largest constituents, but differ in contract specifications, lot size, strike intervals, expiry schedule and liquidity. For systematic traders the differences that matter are execution quality and separate expiry days.

Is SENSEX or NIFTY better for algo trading?

Neither uniformly. NIFTY generally has deeper liquidity across more strikes, meaning tighter spreads and lower slippage. SENSEX brings a separate expiry cycle and a different participant mix. Books that run both usually do so for expiry-timing diversification rather than because one index is better.

Does running both actually diversify?

Partly, and precision matters. The indices are highly correlated, so the same signals on both are not diversified against a market-wide shock: a sharp fall hits both books at once. What it does diversify is timing and operations: different expiry days spread event risk, and separate exchanges reduce single-venue dependence.

What should you check before running an algo on SENSEX?

Confirm current contract specs with the exchange rather than assuming they match NIFTY; check strike liquidity at the distances and times you actually trade; verify your broker supports BSE derivatives on the same API path; and backtest on SENSEX data specifically, because parameters fitted on NIFTY do not transfer.

Important

QuantNifty is an algorithm development and consulting firm. We are not a SEBI-registered Research Analyst, Investment Adviser, Portfolio Manager or Broker. This page is educational and is not investment advice or a recommendation to trade any instrument. Contract specifications change; verify current details with the exchange. Options trading can lose more than your initial capital. Full risk disclosure is in our Terms.

Running a book across both indices?

Per-index slippage models, notional-based sizing across exchanges, separate expiry calendars and a combined risk view that assumes both sleeves lose together.

Tell us what you want built