STRASMORE/EXPLORE 2,170 QUERIES

Short-term Treasury yields by month, the reference for fund borrowing costs

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-22, from Covered Call Closed-End Funds vs ETFs.

as of series 36×3read in context →
Short-term Treasury yields by month, the reference for fund borrowing costs — 36 rows by 3 columns, computed from US exchange, SIP and OPRA data.
monthavg_1_month_yield_pctavg_3_month_yield_pct
2023-085.545.56
2023-095.535.56
2023-105.575.6
2023-115.535.52
2023-125.545.44
2024-015.545.45
2024-025.495.44
2024-035.515.47
2024-045.485.44
2024-055.55.45
2024-065.465.51
2024-075.485.43
2024-085.55.3
2024-095.064.92
2024-104.924.72
2024-114.714.62
2024-124.54.39
2025-014.424.34
2025-024.374.33
2025-034.374.34
2025-044.354.32
2025-054.374.36
2025-064.244.42
2025-074.374.41
2025-084.464.3
2025-094.244.07
2025-104.153.98
2025-114.033.94
2025-123.773.68
2026-013.733.67
2026-023.723.69
2026-033.743.72
2026-043.693.7
2026-053.713.69
2026-063.693.81
2026-073.743.87
Rows × columns
36 × 3
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 Short-term Treasury yields by month, the reference for fund borrowing costs, derived from the stored result.
ColumnTypeRangeNotes
month date 2023-08 to 2026-07
avg_1_month_yield_pct number 3.69 to 5.57 percent
avg_3_month_yield_pct number 3.67 to 5.6 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
    formatDateTime(toStartOfMonth(date), '%Y-%m') AS month,
    round(avg(yield_1_month), 2)                  AS avg_1_month_yield_pct,
    round(avg(yield_3_month), 2)                  AS avg_3_month_yield_pct
FROM global_markets.treasury_yields
WHERE date >= toStartOfMonth(today() - 1090)
  AND date <  toStartOfMonth(today())
  AND yield_1_month > 0
  AND yield_3_month > 0
GROUP BY month
ORDER BY month

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 analysisCovered Call Closed-End Funds vs ETFs
Monthly cost of a near-the-money call, as a percent of share price series 18×3 Cash distributions over the trailing year, by declared schedule ranking 5×2 Share price indexed to 100, three covered call ETFs, monthly series 59×4 Cash distributions per share, month by month series 59×4 One session, many prices: VOO in half-hour marks, Wednesday July 22, 2026 series 32×3 Monthly cash per share: an option income fund and a bond fund series 24×3 See all 2,170 queries →