Ticker-Specific Expiration Questions

SPX May 2026 Options Expiration Dates

A direct answer for SPX May 2026 expiration searches, with standard SPX and SPXW context separated.

Quick answerLast verified April 30, 2026

The standard May 2026 SPX monthly expiration is Friday, May 15, 2026. SPXW weekly expirations can exist on other May dates, but standard SPX monthly and SPXW weekly series should be labeled separately because settlement conventions can differ.

SPX monthly

May 15, 2026

Standard May 2026 monthly SPX cycle.

SPXW context

Weekly series

Short-dated SPXW dates should be verified from listed expirations.

Caveat

Settlement

Standard SPX and SPXW settlement conventions are not always identical.

Why SPX and SPXW should not be collapsed

SPX searches often mix the standard monthly index option with SPXW weekly expirations. A useful page should answer the monthly date first, then show how weekly index dates fit around it.

For implementation, treat the root and contract identity as part of the date lookup. A generic Friday calendar is not enough for an index-options workflow that needs the right settlement and contract ticker.

SPX May 2026 date context

DateLikely cycleImplementation note
May 1, 2026SPXW weekly candidateVerify listed series before requesting contracts.
May 8, 2026SPXW weekly candidateVerify listed series before requesting contracts.
May 15, 2026Standard monthly SPXPrimary May 2026 monthly expiration answer.
May 22, 2026SPXW weekly candidateVerify listed series before requesting contracts.
May 29, 2026SPXW weekly candidateVerify listed series before requesting contracts.

API example

Verify the answer with listed data

spx expiration workflow

curl "https://api.cutemarkets.com/v1/tickers/expirations/SPX/" \
  -H "Authorization: Bearer YOUR_API_KEY"

curl "https://api.cutemarkets.com/v1/options/contracts/?underlying_ticker=SPX&expiration_date=2026-05-15&limit=100" \
  -H "Authorization: Bearer YOUR_API_KEY"

Last verified

This Q&A page was last reviewed on April 30, 2026. Date-sensitive market calendars, provider docs, and listed contracts can change, so production workflows should verify the live source before trading or publishing an automated answer.

Related questions

When is the May 2026 SPX monthly expiration?

Friday, May 15, 2026.

Is SPXW the same as standard monthly SPX?

No. SPXW is the weekly/end-of-month series, while standard monthly SPX has its own cycle and settlement context.

Why verify SPX dates from listed expirations?

Index option listings and settlement conventions make contract identity more important than a generic equity calendar.

Related pages