{"slug":"when-do-vix-options-expire","qid":"wednesday_expiries","label":"wednesday_expiries","post_title":"when-do-vix-options-expire","post_url":"/blog/when-do-vix-options-expire#q-wednesday_expiries","columns":["underlying","series_traded","volume_thousands"],"rows":[{"underlying":"SPY","series_traded":264,"volume_thousands":2022},{"underlying":"TSLA","series_traded":198,"volume_thousands":1943.9},{"underlying":"NVDA","series_traded":113,"volume_thousands":1831.8},{"underlying":"AAPL","series_traded":97,"volume_thousands":1635.6},{"underlying":"QQQ","series_traded":225,"volume_thousands":1250.1},{"underlying":"MU","series_traded":256,"volume_thousands":651.2},{"underlying":"AMZN","series_traded":92,"volume_thousands":533.7},{"underlying":"META","series_traded":206,"volume_thousands":444.3},{"underlying":"IBIT","series_traded":109,"volume_thousands":276.6},{"underlying":"INTC","series_traded":112,"volume_thousands":274.8},{"underlying":"TLT","series_traded":55,"volume_thousands":216.8},{"underlying":"MSFT","series_traded":147,"volume_thousands":196.1}],"shape":"ranking","sql":"SELECT\n    underlying_symbol                            AS underlying,\n    uniqExact(ticker)                            AS series_traded,\n    round(toFloat64(sum(volume)) / 1000, 1)      AS volume_thousands\nFROM global_markets.options_greeks\nWHERE toDate(expiration_date) = toDate('2026-09-02')\n  AND volume > 0\n  AND date BETWEEN toDate('2026-08-19') AND toDate('2026-09-02')\n  AND underlying_symbol NOT IN ('SPCX')\nGROUP BY underlying_symbol\nORDER BY volume_thousands DESC\nLIMIT 12","computed_at":"2026-09-17T15:05:22.249348+00:00","elapsed":0.002819406}