Strasmore Research
Learn Matt ConnorBy Matt Connor · data as of September 20, 2026 · refreshed weekly

SPX Options vs ES Futures Options: Which to Use

SPX options vs ES futures options, side by side: $100 vs $50 a point, cash vs futures settlement, SPAN 2 vs Reg T margin, 23-hour sessions and 60/40 tax.

SPX options vs ES futures options is a choice between two contracts on the same index that differ in almost everything except what they track. Cboe's SPX option is cash-settled, worth $100 per S&P 500 point, and margined like a stock option in a brokerage account. CME's ES option is an option on the E-mini S&P 500 future, worth $50 per point; it exercises into a futures position and is margined by the clearing house's SPAN 2 model. Both are Section 1256 contracts for tax. The rest of this guide lines the two up, brings in their small siblings XSP and MES, and closes with who tends to pick which.

SPX options vs ES futures options: the contract math

The S&P 500 is an index, not a share, so each contract has to assign a dollar value to one index point. That multiplier is the largest single difference between the four contracts:

  • SPX (Cboe): $100 times the S&P 500, cash-settled.
  • ES option (CME): an option on one E-mini S&P 500 future, which is $50 times the index.
  • XSP (Cboe): $100 times the Mini-SPX index, one-tenth of the S&P 500, so $10 per full-index point.
  • MES option (CME): an option on one Micro E-mini future, which is $5 times the index.

Premiums scale the same way. A 20.00 quote costs $2,000 on SPX, $1,000 on ES and $100 on MES, while the equivalent XSP contract shows 2.00 and costs $200. In index exposure, one SPX contract equals two ES, ten XSP or twenty MES, which matters when commissions are charged per contract and when a position needs sizing finer than $100 a point.

How big is a one-day move in dollars?

A multiplier only means something next to how far the index travels in a session. The panel below measures that on SPY, the ETF that tracks the S&P 500 and moves in step with it on every day except its quarterly ex-dividend dates. For each month over the trailing year it reports the average close-to-close move ignoring direction, the largest single-day move, and the count of sessions that moved 1% or more.

QueryDaily S&P 500 moves by month, measured on SPY
monthmonth_labelavg_abs_move_pctlargest_move_pctbig_move_countsession_count
2025-09-01Sep 20250.410.84021
2025-10-01Oct 20250.612.7523
2025-11-01Nov 20250.781.66619
2025-12-01Dec 20250.421.1222
2026-01-01Jan 20260.442.04220
2026-02-01Feb 20260.671.92419
2026-03-01Mar 20260.912.91922
2026-04-01Apr 20260.652.55421
2026-05-01May 20260.541.39320
2026-06-01Jun 20260.852.58721
2026-07-01Jul 20260.591.68322
2026-08-01Aug 20260.481.8221
2026-09-01Sep 20260.591.13213
The exact SQL behind every number
SELECT
    toString(toStartOfMonth(session))                   AS month,
    formatDateTime(toStartOfMonth(session), '%b %Y')    AS month_label,
    round(avg(abs_move_pct), 2)                         AS avg_abs_move_pct,
    round(max(abs_move_pct), 2)                         AS largest_move_pct,
    countIf(abs_move_pct >= 1)                          AS big_move_count,
    count()                                             AS session_count
FROM
(
    SELECT
        session,
        abs(close_px / lagInFrame(close_px) OVER (ORDER BY session ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) - 1) * 100 AS abs_move_pct
    FROM
    (
        SELECT
            date                   AS session,
            toFloat64(any(close))  AS close_px
        FROM global_markets.stocks_daily_aggs
        WHERE ticker = 'SPY'
          AND date >= toStartOfMonth(today() - 365) - 10
        GROUP BY date
    )
)
WHERE session >= toStartOfMonth(today() - 365)
GROUP BY month, month_label
ORDER BY month
Run this yourself

In Aug 2026, a full month on the chart, the average daily move was 0.48%, the largest single-day move was 1.8%, and 2 of 21 sessions moved at least 1%. Put a 1% day against a round hypothetical index level of 6,000 and it is 60 index points. Sixty points of index movement is worth $6,000 on an SPX contract, $3,000 on an ES future, $600 on XSP and $300 on MES. An option captures only a fraction of that (its delta) until it is deep in the money, but the multiplier sets the ceiling, and the same 1% day weighs twenty times more on an SPX holder than on an MES holder. That ratio is the whole case for the small contracts.

How does settlement differ: cash or a futures position?

An SPX option is European-style and cash-settled. It can only be exercised at expiration, and exercise pays the difference between the strike and the settlement value in cash; nothing is delivered. Which settlement value applies depends on the series. The standard third-Friday SPX contract is AM-settled: trading ordinarily ceases the Thursday before, and it settles to the SET value, a Special Opening Quotation built from each S&P 500 stock's opening print on Friday morning. SPXW weeklies and end-of-month contracts are PM-settled to the index level at the 4:00 p.m. ET close. Why those two values can land far apart is the subject of AM vs PM settled index options.

An ES option settles into the future. An in-the-money ES weekly or end-of-month option is exercised automatically at 3:00 p.m. Central (4:00 p.m. ET) against the ESF fixing price, a volume-weighted average of E-mini trades in the 30 seconds before the fix, and the holder ends the day long or short one E-mini future at the strike. That future keeps trading overnight and carries its own margin until it is closed. Weekly and end-of-month ES options are European-style; the quarterly and serial monthly options are American-style and can be exercised early. The quarterly expires at 8:30 a.m. Central on the third Friday into a future that settles to the SOQ the same morning, which in practice makes it behave much like AM-settled SPX. Receiving a position instead of cash is covered in cash settlement vs physical delivery.

Which expirations can you trade?

Both exchanges now cover every weekday. Cboe lists SPX and SPXW expirations Monday through Friday plus the AM-settled third-Friday, end-of-month and quarterly series, which puts a zero-days-to-expiry (0DTE) SPX contract on every session. CME lists ES weeklies Monday through Friday, end-of-month options, serial monthlies and the March, June, September, December quarterlies. The difference is depth rather than coverage: Cboe lists daily expirations further into the future, while CME normally carries two Tuesday and two Thursday expiries at a time. XSP mirrors the SPX weekday calendar; MES options list Monday-through-Friday weeklies and quarterlies, all European-style. The mechanics of expiring-today contracts are in are 0DTE options high risk.

What are the trading hours: SPX Global Trading Hours vs the CME session?

ES options trade on CME Globex from 6:00 p.m. ET Sunday to 5:00 p.m. ET Friday, with a halt from 5:00 p.m. to 6:00 p.m. ET each weekday: about 23 hours a day. SPX, SPXW and XSP trade in three Cboe sessions. Global Trading Hours (GTH) run from 8:15 p.m. to 9:25 a.m. ET, the regular session runs from 9:30 a.m. to 4:15 p.m. ET (fifteen minutes past the stock close), and a curb session runs from 4:15 p.m. to 5:00 p.m. ET. That leaves 5:00 p.m. to 8:15 p.m. ET, when ES options trade and SPX options do not. Cboe has published plans for a full 24-hours-a-day, five-days-a-week schedule; as of September 2026 the posted hours are the three sessions above. Expiring PM-settled SPXW series stop trading at 4:00 p.m. ET.

Neither overnight session has the cash stock market open beside it. The panel below shows how concentrated the equity tape is by hour, from SPY share volume over the trailing month grouped by Eastern-time hour and ranked from busiest to quietest.

QueryShare of SPY volume by hour of the day (ET), trailing month
et_hourvolume_share_pct
3 p.m.24.49
10 a.m.12.75
11 a.m.11.99
4 p.m.11.86
2 p.m.10.82
9 a.m.10.45
12 p.m.7.51
1 p.m.6.99
8 a.m.1.11
5 p.m.0.75
7 a.m.0.49
4 a.m.0.26
6 p.m.0.22
6 a.m.0.11
7 p.m.0.1
5 a.m.0.09
The exact SQL behind every number
SELECT
    concat(toString(if(et_h % 12 = 0, 12, et_h % 12)), if(et_h < 12, ' a.m.', ' p.m.')) AS et_hour,
    round(100 * toFloat64(sum(volume)) / toFloat64(sum(sum(volume)) OVER ()), 2)     AS volume_share_pct
FROM
(
    SELECT
        toHour(toTimeZone(window_start, 'America/New_York')) AS et_h,
        volume
    FROM global_markets.delayed_stocks_minute_aggs
    WHERE ticker = 'SPY'
      AND window_start >= today() - 28
      AND window_start <  today() - 1
)
GROUP BY et_h
ORDER BY volume_share_pct DESC
Run this yourself

The busiest hour on the ETF tape, the 3 p.m. hour ET, carried 24.49% of the month's SPY volume; the quietest hour with any prints, the 5 a.m. hour, carried 0.09%. Overnight index options and futures trade against that backdrop: executable prices, at a fraction of daytime activity. Quotes are typically wider than in the regular session.

How is margin different: Reg T and portfolio margin vs SPAN 2?

SPX options live in a securities account. Under Regulation T strategy-based margin, a short SPX option requires the premium plus a percentage of the index value (the standard broad-based index figure is 15%, less any out-of-the-money amount, with a 10% floor), and a defined-risk spread is margined at its maximum loss. Larger accounts can apply for portfolio margin, which stress-tests the whole position set instead of margining each strategy separately. A bought option needs no margin in either regime; it is paid in full.

ES options live in a futures account, where the clearing house sets a performance bond rather than a loan-style margin. CME Clearing margins ES futures and options through SPAN 2, a portfolio model that shocks every position across price and volatility scenarios and charges the worst-case loss. A short ES option is margined on measured risk rather than a fixed slice of notional, with offsets against the future credited automatically. An exercised option becomes a future that is marked to market daily: gains and losses settle in cash every night, and a position moving against the account draws a margin call rather than quietly losing premium. The requirement changes with volatility, so any dollar figure needs an as-of date; CME publishes the current number on its margins page. How futures margin works walks through the daily mark and the call.

How are SPX and ES options taxed?

Both are Section 1256 contracts for a US taxpayer: SPX and XSP as non-equity options on a broad-based index, ES and MES as options on regulated futures contracts. Gains and losses are split 60% long-term and 40% short-term regardless of holding period, and open positions are marked to market at year end. SPY options, by contrast, are equity options, taxed entirely at short-term rates when held under a year. The detail is in why index options are taxed 60/40, and the wider index-versus-ETF comparison is in SPX vs SPY options.

Who tends to pick which?

  • Overnight hedgers: ES covers the 5:00 p.m. to 8:15 p.m. ET window that SPX does not, and an exercised option leaves a future that can be held or offset in the same account.
  • Small accounts: XSP and MES carry one-tenth and one-twentieth of SPX notional, so a single contract can express a view without $100-a-point exposure.
  • 0DTE traders: SPX and SPXW expire every weekday and settle to cash at the close with nothing left behind. An ES weekly finishing in the money hands over a future that trades on into the night.
  • Anyone without futures approval: SPX and XSP need only an options-approved securities account. ES and MES require a futures account, a separate application at most brokers.

FAQ

Is an SPX option the same as an ES option?

No. Both track the S&P 500, but an SPX option is a cash-settled Cboe contract worth $100 per index point, while an ES option is a CME option on the E-mini S&P 500 future, worth $50 per point, that exercises into a futures position. They sit in different account types, under different margin rules, on overlapping but different hours.

Can you trade ES options without a futures account?

No. ES and MES options are futures products cleared at CME and require a futures-approved account. SPX and XSP options are securities and trade in an ordinary brokerage account with options approval.

Are ES options cash-settled?

Not directly. An in-the-money ES weekly or end-of-month option is exercised into one E-mini future at 3:00 p.m. Central on expiration day, and that future is what eventually settles in cash. The quarterly ES option expires the morning of the third Friday into a future that settles to the SOQ at the same time, so in practice it ends up close to cash-settled.

Do SPX options and ES options both get 60/40 tax treatment?

Yes, for a US taxpayer. SPX, SPXW and XSP are non-equity options on a broad-based index, and ES and MES options are options on regulated futures contracts; both groups fall under Section 1256, with gains split 60% long-term and 40% short-term and positions marked to market at year end.

Which is smaller, XSP or MES?

MES. An XSP contract is worth $100 times one-tenth of the S&P 500, or $10 per full-index point; an MES option sits on a future worth $5 per index point. XSP lives in a securities account and MES in a futures account.


Every panel above carries the exact SQL beneath it. To rerun the daily-move series on a different ticker, or slice the hourly tape another way, ask the question in plain English on the Strasmore terminal.

Sources for the contract specifications

Cboe: the SPX options specifications, the Mini-SPX (XSP) specifications and the US options hours page, read in September 2026. CME Group: the E-mini S&P 500 options specifications, the Micro E-mini S&P 500 options specifications and the weekly and end-of-month options FAQ. Margin requirements change with volatility; the Regulation T and SPAN 2 descriptions are as of September 2026, and no dollar requirement is quoted here on purpose.

#spx#es futures#options on futures#index options#span margin#section 1256