Finance QC clean AI-training-safe

US Treasury Real Yield Curve (TIPS)

The daily US Treasury real (TIPS) par yield curve - the 5, 7, 10, 20 and 30-year real yields the Treasury fits to Treasury Inflation-Protected Securities, in percent, 2003-present. The inflation-adjusted risk-free curve behind every real-rate, breakeven and macro model - subtract it from the nominal par curve for breakeven inflation. Tidied from the Treasury Atom-XML feed into one long-format Parquet.

27K
rows
1
zones
2003-2026
coverage
0.2 MB
download
Source
U.S. Treasury
Licence
Redistributable open data
Updates
Daily
Data through
2026-07-31
Quality
QC clean · 0 failures
Format
Apache Parquet + dictionary

Safe to train on

Built only from a named, redistributable official source under a documented open licence - not scraped web data. No copyright grey zone, no personal data. Ships machine-readable Croissant metadata (ML Commons - loads in Hugging Face / Kaggle / Google), an AI training-licence manifest documenting source, licence and provenance for your model's data governance, and a machine-readable data dictionary (drop it into an agent / RAG prompt so the model knows every column) - all inspectable before you buy.

What's included

  • Daily TIPS real par yields, all quoted tenors (5Y/7Y/10Y/20Y/30Y), 2003-present
  • tenor = standardized short labels; one row per tenor × day
  • Long format - pair with the nominal par curve for breakeven inflation
  • Negative real yields preserved (real 2020-2022 events)
  • Source: U.S. Department of the Treasury (public domain)

Schema

ColumnTypeDescriptionFilledDistinct
zone str Always US 100.0% 1
ts timestamp (UTC) Trading day 100.0% 5,899
tenor str Maturity (5Y … 30Y) 100.0% 5
real_yield_pct float Real (TIPS) par yield, percent 100.0% 542
unit str Unit 100.0% 1
res_min int Native resolution (daily = 1440) 100.0% 1

Sample & preview

Every purchase ships as Apache Parquet with a data dictionary and the full QC report. A free sample (first rows + schema) is downloadable here - confirm fit before you buy. Source: U.S. Treasury (redistributable open data; attribution passes through - see our Licence).

Don't trust screenshots - drop the sample into your notebook right now.

import pandas as pd
df = pd.read_parquet("us-treasury-real-yields_sample.parquet")
df.info()   # typed columns, gap-aware, ready to join
⬇ Download free Parquet sample or CSV for Excel
Coverage: 1 zones

US