STRASMORE/EXPLORE 2,170 QUERIES

Market-wide put-call ratio by day: every listed US option, June 1 through July 10, 2026

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-08-11, from What Is the Put-Call Ratio? A Data Guide.

as of series 28×4read in context →
Market-wide put-call ratio by day: every listed US option, June 1 through July 10, 2026 — 28 rows by 4 columns, computed from US exchange, SIP and OPRA data.
dayday_labelput_call_ratiocontracts_mm
2026-06-01June 10.58970.8
2026-06-02June 20.661.7
2026-06-03June 30.65163.6
2026-06-04June 40.67966.7
2026-06-05June 50.866103.1
2026-06-08June 80.76566
2026-06-09June 90.86182.4
2026-06-10June 100.86467.8
2026-06-11June 110.80870
2026-06-12June 120.65476.3
2026-06-15June 150.71473.3
2026-06-16June 160.7966
2026-06-17June 170.85372.3
2026-06-18June 180.79379.2
2026-06-22June 220.75565.3
2026-06-23June 230.88460.4
2026-06-24June 240.86768.4
2026-06-25June 250.92365.9
2026-06-26June 260.89571.9
2026-06-29June 290.79465.7
2026-06-30June 300.74561.2
2026-07-01July 10.70568.1
2026-07-02July 20.71480.3
2026-07-06July 60.70960.6
2026-07-07July 70.79560.7
2026-07-08July 80.80362.6
2026-07-09July 90.72358.3
2026-07-10July 100.68664.9
Rows × columns
28 × 4
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 Market-wide put-call ratio by day: every listed US option, June 1 through July 10, 2026, derived from the stored result.
ColumnTypeRangeNotes
day date 2026-06-01 to 2026-07-10
day_label text 28 distinct values (July 1, July 10, July 2…)
put_call_ratio number 0.589 to 0.923 ratio or rate
contracts_mm number 58.3 to 103.1 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.

the exact SQL behind every number
SELECT toDate(toTimeZone(window_start, 'America/New_York')) AS day,
       concat(monthName(day), ' ', toString(toDayOfMonth(day))) AS day_label,
       round(sumIf(toFloat64(volume), substring(ticker, length(ticker) - 8, 1) = 'P')
             / sumIf(toFloat64(volume), substring(ticker, length(ticker) - 8, 1) = 'C'), 3) AS put_call_ratio,
       round(sum(toFloat64(volume)) / 1e6, 1) AS contracts_mm
FROM global_markets.options_minute_aggs
WHERE window_start >= '2026-06-01 04:00:00'
  AND window_start < '2026-07-11 04:00:00'
GROUP BY day
ORDER BY day

Run your own version of this

The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.

More from this analysisWhat Is the Put-Call Ratio? A Data Guide
A decade of SPY put-call ratios: median, low and high of the daily reading by year table 12×5 Put-call ratio by underlying: five of the most active names, June 2026 ranking 5×3 Put-call ratio by days to expiration: every listed US option, June 2026 ranking 5×4 Index-linked vs single-stock options: put-call ratio by population, June 2026 ranking 3×4 The June 2026 put-call range: median, high and low of the daily market-wide ratio scalar 1×5 Regular-hours session scoreboard: open, close, low, high, volume for every SPCX session since listing series 47×7 See all 2,170 queries →