Strasmore Research
Learn Matt ConnorBy Matt Connor

American vs European Options Explained

American options can be exercised on any trading day, European options only at expiration. How SPY and SPX differ, and when early exercise matters.

American and European options differ on one rule: when the holder is allowed to exercise. An American option can be exercised on any trading day through expiration. A European option can be exercised only at expiration. The two words describe an exercise right rather than a location, and the largest European style options market in the world trades in Chicago.

What is the difference between American and European options?

Exercise is the act of using the contract. A call holder who exercises buys 100 shares at the strike price; a put holder who exercises sells them. Assignment is the other side of that act, delivered by the clearing house to a randomly selected short position.

With an American option, the holder may submit an exercise notice on any trading day up to and including expiration, and anyone short the contract carries assignment risk on every one of those days. With a European option the exercise right arrives once, at expiration. A holder who wants out of a European position earlier sells it in the market, which is also how most American positions end: closing trades vastly outnumber exercise notices.

Style travels with the product rather than with the strategy. Both styles cover calls and puts, both trade in the same account, and both quote the same sensitivities. The option greeks are computed the same way for each. The early exercise right is the difference.

Which options are American and which are European?

Two rules of thumb cover most of the US listed market as of July 2026. Options on individual stocks and on exchange traded funds are American style and settle in shares. Options on broad based indexes are European style and settle in cash.

That pairing produces the trap new options traders meet first. SPY options and SPX options track the same S&P 500 index, and they sit in an account differently:

  • SPY options are written on an ETF. They are American style, and an in the money contract held to expiration delivers or takes 100 shares of the fund at the strike. A short SPY call can be assigned on any trading day.
  • SPX options are written on the index level itself. They are European style, and an in the money contract at expiration pays cash for the difference between the settlement level and the strike. No shares change hands, and no assignment can arrive early.

The panel below ranks the busiest option roots of one full session, Monday July 6, 2026, with the exercise style of each product beside it. A root is the product code embedded in every option ticker.

QueryIndex roots vs ETF roots: contracts traded on July 6, 2026, with exercise style
The exact SQL behind every number
SELECT root AS product,
       transform(root,
                 ['SPX', 'SPXW', 'NDX', 'NDXP', 'RUT', 'SPY', 'QQQ', 'IWM'],
                 ['European style, cash settled', 'European style, cash settled',
                  'European style, cash settled', 'European style, cash settled',
                  'European style, cash settled', 'American style, share settled',
                  'American style, share settled', 'American style, share settled'],
                 'Other') AS exercise_style,
       round(sum(volume) / 1e6, 2) AS contracts_mm
FROM (
    SELECT substring(ticker, 3, length(ticker) - 17) AS root,
           toFloat64(volume) AS volume
    FROM global_markets.options_minute_aggs
    WHERE window_start >= toDateTime('2026-07-06 08:00:00')
      AND window_start < toDateTime('2026-07-07 04:00:00')
      AND toDate(toTimeZone(window_start, 'America/New_York')) = toDate('2026-07-06')
)
WHERE root IN ('SPX', 'SPXW', 'NDX', 'NDXP', 'RUT', 'SPY', 'QQQ', 'IWM')
GROUP BY product, exercise_style
ORDER BY contracts_mm DESC
Run this yourself

The busiest root of the group was SPY at 12.1 million contracts, an American style, share settled product, with QQQ next at 6.88 million. The smallest of the 8 roots shown, NDX, traded 0 million. Both styles carry serious volume in the same session, and a trader can hold one of each without noticing the difference until an expiration Friday arrives.

What cash settlement changes at expiration

A share settled American contract ends in a position. Hold an in the money SPY call through the close and 100 shares of SPY appear in the account on the next settlement date, along with the cost of buying them at the strike. Traders who do not want that outcome close the contract before the bell, which is one of the ordinary jobs of an expiration afternoon.

A cash settled European contract ends in a number. The exchange computes a settlement level, the difference against the strike is multiplied by the contract multiplier, and cash moves. Nothing is delivered, and a short position cannot be assigned before the final day.

Timing differs too. Monthly S&P 500 index options settle against a special opening quotation computed from Friday morning opening prices, so the reference level is set in the morning rather than at the close. The weekly and daily SPX contracts, which carry the SPXW root, settle against the closing level instead. The Cboe trading session for SPX options also runs to 4:15 p.m. Eastern, fifteen minutes past the 4:00 p.m. stock market close. The panel below counts contracts traded in fifteen minute buckets across that session.

QueryJuly 6, 2026: contracts traded per 15 minutes, S&P 500 index options vs SPY options
The exact SQL behind every number
SELECT formatDateTime(bucket, '%H:%i') AS et_time,
       round(sumIf(volume, root IN ('SPX', 'SPXW')) / 1e3, 1) AS index_contracts_k,
       round(sumIf(volume, root = 'SPY') / 1e3, 1) AS spy_contracts_k
FROM (
    SELECT toStartOfInterval(toTimeZone(window_start, 'America/New_York'), INTERVAL 15 MINUTE) AS bucket,
           substring(ticker, 3, length(ticker) - 17) AS root,
           toFloat64(volume) AS volume
    FROM global_markets.options_minute_aggs
    WHERE window_start >= toDateTime('2026-07-06 09:30:00', 'America/New_York')
      AND window_start < toDateTime('2026-07-06 16:20:00', 'America/New_York')
)
WHERE root IN ('SPX', 'SPXW', 'SPY')
GROUP BY bucket
ORDER BY bucket
Run this yourself

The session opens heavy on both lines: 208.8 thousand index contracts and 496.5 thousand SPY contracts in the 09:30 bucket. Around midday the two lines settle into their quieter stretch, 85.7 thousand and 275.8 thousand at 12:00. The final bucket of the panel, 16:00, sits after the stock market close and prints 50.9 thousand index contracts against 271.1 thousand in SPY. The index product keeps its own clock, and a position left open at 4:00 p.m. is still exposed to fifteen more minutes of index prints.

Same day expirations put both mechanics under a microscope, since the settlement question arrives within hours of the trade. Zero days to expiry walks through that session, and what DTE means covers the rest of the expiration ladder.

When does early exercise matter?

Early exercise is available on every American contract and used on very few of them. An option's price holds intrinsic value, which is what exercising would capture right now, plus time value, which is the premium for whatever can still happen before expiration. Exercising early collects the first part and abandons the second, so selling the contract usually returns more than exercising it.

One recurring exception involves dividends and call options. Here is the arithmetic with round illustrative numbers rather than live quotes. A stock trades at $50. A $45 strike call with three weeks left is quoted at $5.20, of which $5.00 is intrinsic value and $0.20 is time value. The stock goes ex-dividend tomorrow for $0.60 a share. Exercising today converts the call into stock at $45 and puts the holder on the record for the $0.60 dividend, at the cost of the $0.20 of time value. The trade in this example nets $0.40 a share, and the same comparison flips whenever the remaining time value is larger than the dividend. The ex-dividend date sets the deadline the calculation runs against.

A second case involves deep in the money puts. Exercising converts the put into cash at the strike, and that cash earns interest for the remaining life of the contract. With short term rates near zero the effect is invisible. At the rates quoted through mid 2026 it is small on most contracts and material on a deeply in the money put with months to run.

For anyone short an American contract, this is assignment risk in practice. Short calls on a dividend paying stock are most exposed on the day before the ex-dividend date, and the notice arrives overnight from the clearing house without warning. A short European contract carries none of that: the position can only be settled at expiration.

Bermudan, Asian, and other exercise styles

Two more styles show up in textbooks and in over the counter markets rather than on US options exchanges. A Bermudan option can be exercised on a schedule of specific dates, a middle ground between the two main styles, and the structure appears in callable bonds and in interest rate swaptions. An Asian option settles against an average price over a window instead of a single closing print, a design common in commodity and currency hedging where one day's fix would be easy to distort. Neither is something a retail brokerage account trades in listed form.

American vs European options FAQ

Are SPX options American or European?

SPX options are European style and cash settled. They can be exercised only at expiration, and an in the money contract pays the cash difference between the settlement level and the strike rather than delivering shares. The SPXW root covers the weekly and daily S&P 500 contracts, which settle against the closing level.

Is SPY American or European?

SPY options are American style and settle in shares. A holder can exercise on any trading day through expiration, and a seller can be assigned on any of those days. An in the money contract held through expiration turns into a position of 100 shares of the ETF per contract.

Can you exercise an American option before expiration?

Yes. A holder submits an exercise notice through the broker on any trading day, and the clearing house assigns a short position at random. The right is rarely used, since exercising abandons the contract's remaining time value while selling it in the market captures that value.

What happens if a European option expires in the money?

The exchange computes a settlement value, and cash moves between the two sides of the contract. On a $10 in the money S&P 500 index contract with a 100 multiplier, that is $1,000 per contract in this illustrative example. Nothing is delivered and no share position appears.

Why would anyone exercise an option early?

The common case is an in the money call on a stock about to go ex-dividend, where capturing the dividend can outweigh the time value given up. A second case is a deep in the money put, where taking the strike in cash starts earning interest for the remaining life of the contract. Both are arithmetic comparisons, and both apply only to American style contracts.


Every panel above is a stored, versioned query over the real options tape. Open the SQL under any table, or ask the same question in plain English on the Strasmore terminal.

#options#exercise#settlement#basics