STRASMORE/EXPLORE 2,170 QUERIES

The short end of the Treasury curve around the September 2025 FOMC meeting

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 series 42×4read in context →
The short end of the Treasury curve around the September 2025 FOMC meeting — 42 rows by 4 columns, computed from US exchange, SIP and OPRA data.
dateyield_3m_pctyield_1y_pctyield_2y_pct
2025-08-154.33.933.75
2025-08-184.333.933.77
2025-08-194.33.913.75
2025-08-204.33.93.74
2025-08-214.323.953.79
2025-08-224.273.873.68
2025-08-254.293.883.73
2025-08-264.283.853.61
2025-08-274.263.833.59
2025-08-284.263.853.62
2025-08-294.233.833.59
2025-09-024.23.823.66
2025-09-034.183.773.61
2025-09-044.163.763.59
2025-09-054.073.653.51
2025-09-084.13.643.49
2025-09-094.13.683.54
2025-09-104.093.663.54
2025-09-114.083.633.52
2025-09-124.083.663.56
2025-09-154.063.643.54
2025-09-164.043.623.51
2025-09-174.023.63.52
2025-09-184.033.613.57
2025-09-194.033.63.57
2025-09-2243.613.61
2025-09-2343.613.53
2025-09-244.023.633.57
2025-09-254.043.683.64
2025-09-264.023.673.63
2025-09-294.043.653.63
2025-09-304.023.683.6
2025-10-014.013.623.55
2025-10-024.023.623.55
2025-10-034.033.643.58
2025-10-064.023.663.6
2025-10-074.013.653.57
2025-10-084.013.663.58
2025-10-094.033.663.6
2025-10-104.023.63.52
2025-10-144.023.583.48
2025-10-154.033.613.5
Rows × columns
42 × 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 The short end of the Treasury curve around the September 2025 FOMC meeting, derived from the stored result.
ColumnTypeRangeNotes
date date 2025-08-15 to 2025-10-15
yield_3m_pct number 4 to 4.33 percent
yield_1y_pct number 3.58 to 3.95 percent
yield_2y_pct number 3.48 to 3.79 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.

the exact SQL behind every number
SELECT date,
       round(toFloat64(yield_3_month), 2) AS yield_3m_pct,
       round(toFloat64(yield_1_year), 2) AS yield_1y_pct,
       round(toFloat64(yield_2_year), 2) AS yield_2y_pct
FROM global_markets.treasury_yields
WHERE date >= toDate('2025-08-15')
  AND date <= toDate('2025-10-15')
  AND yield_3_month IS NOT NULL
  AND yield_1_year IS NOT NULL
  AND yield_2_year IS NOT NULL
ORDER BY date

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
Front-end Treasury yields by month, January 2024 to June 2026 series 30×5 TLT call deltas read as implied probabilities: chain of Sep 15, 2025, expiring Sep 19 ranking 9×4 Five-session move in short Treasury yields into each 2025 FOMC decision day ranking 8×3 SPY month by month in H1 2026: regular-hours open-to-close return per month ranking 6×4 The labor market, monthly: unemployment, participation, average hourly earnings, with ingest receipts table 6×5 Model-based inflation expectations by horizon, monthly ranking 6×4 See all 2,170 queries →