TSLA Weekly Options Expiration Dates
TSLA weekly expiration searches usually need two answers: a historical month table for the queried period and a current workflow for validating listed Tesla option dates. This page shows the February 2025 Friday-cycle reference, 2026 monthly anchors, and the API sequence for confirming TSLA contracts before requesting chains.
February 2025 reference
Feb 7, 14, 21, 28
February 21, 2025 is the standard monthly cycle; the other Fridays are weekly-cycle references when listed.
May 2026 monthly
Friday, May 15, 2026
The standard May monthly TSLA expiration anchor in the 2026 calendar.
Correct workflow
Fetch TSLA dates first
Use listed-expiration discovery before requesting chains, contracts, quotes, or aggregates.
Ticker-specific workflow
Treat TSLA weekly dates as listed data, not generated Fridays
TSLA is active enough that weekly expiration intent appears in search, but a calendar-generated Friday list should still be treated as a planning aid. The listed contract universe can vary across time, so historical backtests, scanners, and chain viewers should ask for TSLA expirations first and only then request contracts for a selected date.
That workflow keeps the historical February 2025 query separate from current 2026 planning. February 2025 gives the searched month context; May and June 2026 give the forward-looking calendar anchors that connect this page to the broader expiration cluster.
TSLA February 2025 weekly expiration reference
This table addresses the historical February 2025 search pattern. Confirm the actual historical listed TSLA contracts before using the dates as a backtest input.
| Date | Cycle | Note |
|---|---|---|
| Friday, February 7, 2025 | Weekly | Weekly Friday cycle |
| Friday, February 14, 2025 | Weekly | Weekly Friday cycle |
| Friday, February 21, 2025 | Monthly | Standard February 2025 monthly expiration cycle. |
| Friday, February 28, 2025 | Weekly | Weekly Friday cycle |
TSLA May and June 2026 Friday-cycle reference
Use these dates as calendar candidates. Production code should still fetch listed TSLA expirations before requesting contracts.
| Date | Cycle | Note |
|---|---|---|
| Friday, May 1, 2026 | Weekly | Weekly Friday cycle |
| Friday, May 8, 2026 | Weekly | Weekly Friday cycle |
| Friday, May 15, 2026 | Monthly | Standard monthly OpEx |
| Friday, May 22, 2026 | Weekly | Weekly Friday cycle |
| Friday, May 29, 2026 | Weekly | Weekly Friday cycle |
| Friday, June 5, 2026 | Weekly | Weekly Friday cycle |
| Friday, June 12, 2026 | Weekly | Weekly Friday cycle |
| Thursday, June 18, 2026 | Quarterly | Moved from June 19, 2026 for a market holiday. |
| Friday, June 26, 2026 | Weekly | Weekly Friday cycle |
2026 TSLA standard monthly expiration anchors
These are standard monthly anchors. Weekly, non-standard, and long-dated TSLA expirations should be discovered from listed data.
API example
Fetch TSLA expirations before building a chain
Start by retrieving the listed TSLA expiration set. After the user chooses a date, request contracts for that exact expiration and preserve the OCC ticker for every later quote, trade, snapshot, or aggregate request.
curl "https://api.cutemarkets.com/v1/tickers/expirations/TSLA/" \
-H "Authorization: Bearer YOUR_API_KEY"
curl "https://api.cutemarkets.com/v1/options/contracts/?underlying_ticker=TSLA&expiration_date=2026-05-15&limit=100" \
-H "Authorization: Bearer YOUR_API_KEY"Last verified
Date-sensitive calendar references on this page were checked on April 28, 2026. Calendar math is useful for planning, but listed contracts and exchange calendars should still be verified before production workflows run.
TSLA weekly options expiration FAQ
What were TSLA weekly options expiration dates in February 2025?
The February 2025 Friday-cycle reference dates were February 7, February 14, February 21, and February 28, with February 21 as the standard monthly cycle. Confirm historical listed TSLA contracts before using the dates in a backtest.
Does TSLA have weekly options?
TSLA is an active single-stock options underlying where weekly workflows are common, but production tools should fetch listed TSLA expirations instead of assuming every Friday is listed.
How should a TSLA scanner handle expiration dates?
Fetch listed expirations for TSLA first, classify each returned date as weekly, monthly, quarterly, or long-dated, then request contracts or chains only for dates returned by the API.
Related pages
Calendar by ticker
Compare TSLA with SPY, QQQ, AAPL, NVDA, IWM, and TLT expiration workflows.
Weekly options calendar
Use the full 2026 Friday-cycle calendar before classifying listed dates.
Expiration date filters
Filter TSLA contracts by exact expiration or a bounded date window.
Expiration data workflow
Use the calendar-vs-listed-expiration workflow before requesting chains, contracts, quotes, or bars.
Full expiration calendar
Use the interactive calendar for weekly, monthly, quarterly, and holiday-adjusted OpEx dates.
Stock options 2026 calendar
Translate expiring-stock lookups into ticker-specific listed option expiration workflows.
Calendar by ticker
Use the ticker-by-ticker 2026 expiration article for SPY, QQQ, AAPL, NVDA, TSLA, IWM, and TLT.
TSLA weekly expirations
Check TSLA weekly expiration dates, February 2025 context, and the listed-date API workflow.
Expiring options list
Start from popular 2026 stock and ETF option underlyings before fetching listed dates.
Next OpEx date
Get the immediate answer for the next standard monthly OpEx and nearby weekly cycles.
Expirations API docs
Fetch listed expiration dates for any underlying ticker with one endpoint.
Options data catalog
Browse contracts, chains, quotes, trades, bars, and reference endpoints.