STRASMORE/EXPLORE 2,549 QUERIES

outcome_polarization

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-24, from market-making-in-prediction-markets.

as of series 31×5read in context →
outcome_polarization — 31 rows by 5 columns, computed from US exchange, SIP and OPRA data.
sessionsession_labelcoin_flip_pctnear_settled_pctcontract_count
2026-04-01Apr 118.841.7218
2026-04-02Apr 220.439.3211
2026-04-06Apr 619.842.5207
2026-04-07Apr 721.240.8184
2026-04-08Apr 815.135.6239
2026-04-09Apr 915.735.6216
2026-04-10Apr 1012.640270
2026-04-13Apr 1311.740.2256
2026-04-14Apr 1411.344.5265
2026-04-15Apr 1511.450.2263
2026-04-16Apr 1610.553.3276
2026-04-17Apr 176.860.4293
2026-04-20Apr 209.452.3298
2026-04-21Apr 218.851.6318
2026-04-22Apr 229.550.3296
2026-04-23Apr 239.750.3300
2026-04-24Apr 248.253.8316
2026-04-27Apr 278.457.3274
2026-04-28Apr 288.656.3279
2026-04-29Apr 299.357.3248
2026-04-30Apr 307.460.9271
2026-05-01May 16.460.1311
2026-05-04May 46.662.5301
2026-05-05May 57.165.8225
2026-05-06May 6566.7303
2026-05-07May 74.869.2292
2026-05-08May 85.169.2234
2026-05-11May 114.475.3275
2026-05-12May 123.873.1264
2026-05-13May 133.378.5209
2026-05-14May 141.886.6284
Rows × columns
31 × 5
Period covered
to
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 outcome_polarization, derived from the stored result.
ColumnTypeRangeNotes
session date 2026-04-01 to 2026-05-14
session_label text 31 distinct values (Apr 1, Apr 10, Apr 13…)
coin_flip_pct number 1.8 to 21.2 percent
near_settled_pct number 35.6 to 86.6 percent
contract_count number 184 to 318 count

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
    toString(date)                        AS session,
    formatDateTime(date, '%b %e')         AS session_label,
    round(100 * countIf(abs(delta) >= 0.4 AND abs(delta) <= 0.6) / count(), 1) AS coin_flip_pct,
    round(100 * countIf(abs(delta) < 0.1 OR abs(delta) > 0.9) / count(), 1)    AS near_settled_pct,
    count()                               AS contract_count
FROM global_markets.options_greeks
WHERE underlying_symbol = 'SPY'
  AND expiration_date = '2026-05-15'
  AND date >= '2026-04-01'
  AND date <= '2026-05-15'
  AND iv_converged = 1
  AND volume > 0
GROUP BY date
ORDER BY date
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.

More from this analysismarket-making-in-prediction-markets
quote_cost_and_depth series 32×3 → parity_check table 11×5 → near_expiry_risk ranking 6×4 → 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,549 queries →