STRASMORE/EXPLORE 2,170 QUERIES

The financing leg: 3 month and 1 year Treasury yields by month

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-10, from Contango and Roll Yield in Commodity ETFs.

as of series 91×4read in context →
The financing leg: 3 month and 1 year Treasury yields by month — 91 rows by 4 columns, computed from US exchange, SIP and OPRA data.
monthas_of_labelyield_3m_pctyield_1y_pct
2019-01-01Jan 20192.422.58
2019-02-01Feb 20192.442.55
2019-03-01Mar 20192.452.49
2019-04-01Apr 20192.432.42
2019-05-01May 20192.42.34
2019-06-01Jun 20192.222
2019-07-01Jul 20192.141.96
2019-08-01Aug 20191.991.77
2019-09-01Sep 20191.931.8
2019-10-01Oct 20191.681.61
2019-11-01Nov 20191.571.57
2019-12-01Dec 20191.571.55
2020-01-01Jan 20201.551.53
2020-02-01Feb 20201.541.41
2020-03-01Mar 20200.30.33
2020-04-01Apr 20200.140.18
2020-05-01May 20200.130.16
2020-06-01Jun 20200.160.18
2020-07-01Jul 20200.130.15
2020-08-01Aug 20200.10.13
2020-09-01Sep 20200.110.13
2020-10-01Oct 20200.10.13
2020-11-01Nov 20200.090.12
2020-12-01Dec 20200.090.1
2021-01-01Jan 20210.080.1
2021-02-01Feb 20210.040.07
2021-03-01Mar 20210.030.08
2021-04-01Apr 20210.020.06
2021-05-01May 20210.020.05
2021-06-01Jun 20210.040.07
2021-07-01Jul 20210.050.08
2021-08-01Aug 20210.050.07
2021-09-01Sep 20210.040.08
2021-10-01Oct 20210.050.11
2021-11-01Nov 20210.050.18
2021-12-01Dec 20210.060.3
2022-01-01Jan 20220.150.55
2022-02-01Feb 20220.311
2022-03-01Mar 20220.451.34
2022-04-01Apr 20220.761.89
2022-05-01May 20220.992.06
2022-06-01Jun 20221.542.65
2022-07-01Jul 20222.33.02
2022-08-01Aug 20222.723.28
2022-09-01Sep 20223.223.89
2022-10-01Oct 20223.874.43
2022-11-01Nov 20224.324.73
2022-12-01Dec 20224.364.68
2023-01-01Jan 20234.694.69
2023-02-01Feb 20234.794.93
2023-03-01Mar 20234.864.68
2023-04-01Apr 20235.074.68
2023-05-01May 20235.314.91
2023-06-01Jun 20235.425.24
2023-07-01Jul 20235.495.37
2023-08-01Aug 20235.565.37
2023-09-01Sep 20235.565.44
2023-10-01Oct 20235.65.42
2023-11-01Nov 20235.525.28
2023-12-01Dec 20235.444.96
2024-01-01Jan 20245.454.79
2024-02-01Feb 20245.444.92
2024-03-01Mar 20245.474.99
2024-04-01Apr 20245.445.14
2024-05-01May 20245.455.16
2024-06-01Jun 20245.515.11
2024-07-01Jul 20245.434.9
2024-08-01Aug 20245.34.43
2024-09-01Sep 20244.924.03
2024-10-01Oct 20244.724.2
2024-11-01Nov 20244.624.33
2024-12-01Dec 20244.394.23
2025-01-01Jan 20254.344.18
2025-02-01Feb 20254.334.19
2025-03-01Mar 20254.344.06
2025-04-01Apr 20254.323.95
2025-05-01May 20254.364.09
2025-06-01Jun 20254.424.06
2025-07-01Jul 20254.414.08
2025-08-01Aug 20254.33.89
2025-09-01Sep 20254.073.66
2025-10-01Oct 20253.983.61
2025-11-01Nov 20253.943.66
2025-12-01Dec 20253.683.54
2026-01-01Jan 20263.673.51
2026-02-01Feb 20263.693.48
2026-03-01Mar 20263.723.67
2026-04-01Apr 20263.73.69
2026-05-01May 20263.693.79
2026-06-01Jun 20263.813.91
2026-07-01Jul 20263.874.05
Rows × columns
91 × 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 financing leg: 3 month and 1 year Treasury yields by month, derived from the stored result.
ColumnTypeRangeNotes
month date 2019-01-01 to 2026-07-01
as_of_label text 91 distinct values (Apr 2019, Apr 2020, Apr 2021…)
yield_3m_pct number 0.02 to 5.6 percent
yield_1y_pct number 0.05 to 5.44 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
    toString(toStartOfMonth(date))                AS month,
    formatDateTime(toStartOfMonth(date), '%b %Y') AS as_of_label,
    round(avg(yield_3_month), 2)                  AS yield_3m_pct,
    round(avg(yield_1_year), 2)                   AS yield_1y_pct
FROM global_markets.treasury_yields
WHERE date >= '2019-01-01'
  AND date <  '2026-08-01'
GROUP BY toStartOfMonth(date)
HAVING count() > 5
ORDER BY toStartOfMonth(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 analysisContango and Roll Yield in Commodity ETFs
Both funds rebased to 100 at the start of the window, month by month series 60×4 Two listed crude oil funds, calendar year price change ranking 5×4 Growth of $100 in the 1x SOXX vs the 3x SOXL, Jan 2 to Jul 13 2026 series 131×3 SPY typical and largest daily move, month by month since 2019 series 91×4 Short term Treasury yields, the reference a stock margin loan is priced off series 91×4 Quoted spread through the session: large cap fund vs micro cap fund series 79×3 See all 2,170 queries →