STRASMORE/EXPLORE 2,170 QUERIES

TLT call deltas read as implied probabilities: chain of Sep 15, 2025, expiring Sep 19

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-03, from How Markets Price Fed Rate Odds.

as of ranking 9×4read in context →
TLT call deltas read as implied probabilities: chain of Sep 15, 2025, expiring Sep 19 — 9 rows by 4 columns, computed from US exchange, SIP and OPRA data.
strikeimplied_prob_above_pctimplied_vol_pctcontract_volume
8597.828.748
8890.9161466
8981.215.3946
905913.811026
9130.715.25166
9216.315.69065
935.617.92195
943.721.61931
951.422.12739
Rows × columns
9 × 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 TLT call deltas read as implied probabilities: chain of Sep 15, 2025, expiring Sep 19, derived from the stored result.
ColumnTypeRangeNotes
strike number 85 to 95 US dollars
implied_prob_above_pct number 1.4 to 97.8 percent
implied_vol_pct number 13.8 to 28.7 percent
contract_volume number 48 to 11,026 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 round(toFloat64(strike_price), 0) AS strike,
       round(avg(delta) * 100, 1) AS implied_prob_above_pct,
       round(avg(implied_volatility) * 100, 1) AS implied_vol_pct,
       sum(volume) AS contract_volume
FROM global_markets.options_greeks
WHERE underlying_symbol = 'TLT'
  AND date = toDate('2025-09-15')
  AND expiration_date = toDate('2025-09-19')
  AND delta > 0
  AND iv_converged = 1
  AND volume > 0
  AND abs(toFloat64(strike_price) / toFloat64(underlying_close) - 1) < 0.06
GROUP BY strike
ORDER BY strike

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 analysisHow Markets Price Fed Rate Odds
Five-session move in short Treasury yields into each 2025 FOMC decision day ranking 8×3 The short end of the Treasury curve around the September 2025 FOMC meeting series 42×4 Front-end Treasury yields by month, January 2024 to June 2026 series 30×5 SPY month by month in H1 2026: regular-hours open-to-close return per month ranking 6×4 Model-based inflation expectations by horizon, monthly ranking 6×4 CPI month-over-month, computed from the index against the prior month ranking 6×3 See all 2,170 queries →