Human answer
Display the next monthly OpEx date above the fold.
A direct answer for the current monthly options expiration, plus the practical distinction between monthly OpEx and listed weekly expirations.
For the current month in this build, April 2026 monthly OpEx was Friday, April 17, 2026, so it is already past. The next standard monthly equity and ETF options expiration is Friday, May 15, 2026. Weekly expirations can still exist around the monthly cycle.
Current month
April 2026
The standard April monthly cycle expired on Friday, April 17, 2026.
Next monthly OpEx
May 15, 2026
The next standard monthly equity and ETF expiration after April 2026.
Verified
April 28, 2026
Date-sensitive answers should be checked against listed contracts before production use.
Monthly OpEx usually means the standard third-Friday expiration cycle. Many active ETFs and equities also list weekly expirations, so a Friday can be an expiration date without being the standard monthly OpEx date.
The safest implementation is to treat calendar rules as a planning layer and listed-contract discovery as the source of truth. Fetch listed expirations for the underlying before a scanner, backtest, or alerting system assumes that a date is tradable.
For a UI or trading-research service, show the nearest listed dates first, then label which one is monthly or quarterly. That makes the page useful for a human while still mapping to a deterministic API workflow.
Display the next monthly OpEx date above the fold.
Fetch listed expirations for the exact ticker before requesting contracts or chains.
Separate weekly, monthly, and quarterly cycles before measuring volume, spread, or open-interest behavior.
These are standard monthly cycles, not a complete list of every weekly expiration.
API example
listed expirations
curl "https://api.cutemarkets.com/v1/tickers/expirations/SPY/" \
-H "Authorization: Bearer YOUR_API_KEY"Last verified
This Q&A page was last reviewed on April 28, 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.
For April 2026, yes. The standard monthly OpEx date was Friday, April 17, 2026.
The next standard monthly equity and ETF options expiration is Friday, May 15, 2026.
Yes. Weekly expirations can exist before or after the standard monthly date depending on the underlying and exchange listings.
Related pages
Options Q&A hub
Browse exact-answer pages for expirations, OCC symbols, options data, and provider comparisons.
Expiration calendar
Use the interactive calendar for weekly, monthly, quarterly, and holiday-adjusted dates.
Expiration API
Fetch listed expiration dates from the API instead of hard-coding calendar rules.
Expirations docs
Review the endpoint used to discover listed option expiration dates.