STRASMORE/EXPLORE 2,170 QUERIES

Treasury curve: the Friday July 10 print vs the July 2 close, both late receipts on file

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-07-26, from Market Recap: Week of July 6, 2026.

as of scalar 1×6read in context →
chg 2y bp
7
chg 10y bp
7
chg 30y bp
8
y10 fri pct
4.56
y30 fri pct
5.06
jul9 jul10 print rows
2
Rows × columns
1 × 6
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 Treasury curve: the Friday July 10 print vs the July 2 close, both late receipts on file, derived from the stored result.
ColumnTypeRangeNotes
chg_2y_bp number every row is 7
chg_10y_bp number every row is 7
chg_30y_bp number every row is 8
y10_fri_pct number every row is 4.56 percent
y30_fri_pct number every row is 5.06 percent
jul9_jul10_print_rows number every row is 2

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(anyIf(yield_2_year, date = '2026-07-10')) - toFloat64(anyIf(yield_2_year, date = '2026-07-02'))) * 100) AS chg_2y_bp,
    round((toFloat64(anyIf(yield_10_year, date = '2026-07-10')) - toFloat64(anyIf(yield_10_year, date = '2026-07-02'))) * 100) AS chg_10y_bp,
    round((toFloat64(anyIf(yield_30_year, date = '2026-07-10')) - toFloat64(anyIf(yield_30_year, date = '2026-07-02'))) * 100) AS chg_30y_bp,
    round(toFloat64(anyIf(yield_10_year, date = '2026-07-10')), 2) AS y10_fri_pct,
    round(toFloat64(anyIf(yield_30_year, date = '2026-07-10')), 2) AS y30_fri_pct,
    (SELECT count() FROM global_markets.treasury_yields WHERE date IN ('2026-07-09', '2026-07-10')) AS jul9_jul10_print_rows
FROM global_markets.treasury_yields
WHERE date IN ('2026-07-02', '2026-07-10')

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 analysisMarket Recap: Week of July 6, 2026
Next week on the calendar: closures, ex-dividends, and the monthly expiry's pull scalar 1×4 SK Hynix's US debut: the raise, the delayed open, the close vs offer, and where the first-day tape ranks in 2026 scalar 1×14 Session verification: five sessions, no holiday, next scheduled closure scalar 1×6 The week's corporate calendar: filings, dividends, splits, news scalar 1×10 SPY's week in trailing-year context (open-to-close weekly returns, ~53 weeks) scalar 1×5 Weekly breadth: July 10 close vs July 2 close, names with $5M+ traded during the week scalar 1×4 See all 2,170 queries →