STRASMORE/EXPLORE 2,469 QUERIES

inverse_etf_monthly

Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-09-22, from can-german-retail-investors-short-stocks.

as of series 12×4read in context →
inverse_etf_monthly — 12 rows by 4 columns, computed from US exchange, SIP and OPRA data.
monthspy_return_pctinverse_etf_return_pctmirror_gap_pct
2025-012.94-2.380.56
2025-02-0.61.10.5
2025-03-4.183.7-0.48
2025-04-1.15-0.07-1.22
2025-055.54-4.810.73
2025-064.24-4.84-0.6
2025-072.34-1.660.68
2025-083.75-3.070.68
2025-094.05-4.67-0.62
2025-102.04-1.490.55
2025-110.010.360.37
2025-120.24-1.31-1.07
Rows × columns
12 × 4
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for inverse_etf_monthly, derived from the stored result.
ColumnTypeRangeNotes
month text 12 distinct values (2025-01, 2025-02, 2025-03…)
spy_return_pct number -4.18 to 5.54 percent
inverse_etf_return_pct number -4.84 to 3.7 percent
mirror_gap_pct number -1.22 to 0.73 percent

Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.

Run it yourself

This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.

SELECT
    formatDateTime(toStartOfMonth(date), '%Y-%m')                          AS month,
    round((argMaxIf(toFloat64(close), date, ticker = 'SPY')
         / argMinIf(toFloat64(close), date, ticker = 'SPY') - 1) * 100, 2) AS spy_return_pct,
    round((argMaxIf(toFloat64(close), date, ticker = 'SH')
         / argMinIf(toFloat64(close), date, ticker = 'SH')  - 1) * 100, 2) AS inverse_etf_return_pct,
    round(spy_return_pct + inverse_etf_return_pct, 2)                      AS mirror_gap_pct
FROM global_markets.stocks_daily_aggs
WHERE ticker IN ('SPY', 'SH')
  AND date >= '2025-01-01'
  AND date <  '2026-01-01'
GROUP BY month
ORDER BY month
⌘/Ctrl + Enter
More from this analysiscan-german-retail-investors-short-stocks
barrier_touch_grid table 10×5 short_interest_us ranking 8×4 put_carry ranking 5×3 The 2s10s spread by month, full history series 604×5 One SPY $600 LEAPS call's price over two years (expired Jan 16 2026) series 470×2 3m10y and 2s10s spreads, monthly averages over twenty years series 241×4 See all 2,469 queries →