BAMLH0A0HYM2: ICE BofA US High Yield Index Option-Adjusted Spread Daily
BAMLH0A0HYM2 tracks the daily option-adjusted spread between ICE BofA US High Yield corporate bonds and equivalent-maturity Treasuries. Daily data from 2023 to the present — FRED's rolling three-year window — free in CSV and Excel, Python/R ready.
BAMLH0A0HYM2 is the ICE BofA US High Yield Index Option-Adjusted Spread — the daily market-priced premium that below-investment-grade US corporate bonds pay over equivalent-maturity Treasuries. Published by ICE Data Indices and distributed via FRED, it compresses the entire below-investment-grade corporate bond universe into a single number, expressed in percentage points. The index itself dates back to December 1996, but as of April 2026 FRED distributes only a rolling three-year window of the series — this dataset mirrors that window (2023–present), with the pre-2023 history now available from ICE Data Indices directly.
Dataset: US High Yield Credit Spread (2023–present) · Updated 2026-06-11
Loading data…
Source: FRED series BAMLH0A0HYM2 · ICE BofA / Federal Reserve Bank of St. Louis
Macro Takeaway
BAMLH0A0HYM2 is the bond market’s real-time pricing of corporate default risk in the below-investment-grade segment. That forward-looking property is exactly what lets the series act as a recession lead, the question examined in our analysis of HY OAS as a recession and equity-reversal signal. Where investment-grade spreads — captured separately by the BBB OAS series — typically move with rate cycles and broad risk sentiment, the HY spread responds to the specific probability of fundamental credit deterioration. The two series moving together signals systemic credit stress; the two diverging (HY widening while IG holds firm) signals idiosyncratic distress concentrated in weaker issuers.
BAMLH0A0HYM2 also operates as a sentiment thermometer for the broader risk-asset complex. Periods of tight spreads (below 300 basis points) coincide historically with rising S&P 500 valuations and suppressed equity volatility — three different windows onto the same underlying regime of compressed risk premia. Divergences between credit spreads and equity volatility — captured in the HY OAS vs VIX series — have historically preceded several major drawdowns.
Since 2022, BAMLH0A0HYM2 has remained well-contained relative to the magnitude of the Fed’s tightening cycle, with peaks below 600 basis points even during regional bank stress in March 2023. Whether this reflects genuinely resilient corporate balance sheets, the maturity wall pushed further out by 2020–2021 refinancing, or compressed risk premia masking accumulated fragility is a central question in current credit analysis.
Dataset Overview
| Indicator | ICE BofA US High Yield Option-Adjusted Spread |
|---|---|
| Geography | United States |
| Frequency | Daily (business days) |
| Period | 2023–present (rolling 3-year FRED window since April 2026) |
| Variables | Date, high yield spread (percentage points) |
| Format | CSV, Excel (XLSX) |
| Sources | ICE Data Indices / BofA, via FRED series BAMLH0A0HYM2 |
| Last updated | — |
Coverage note: FRED began restricting this series to a rolling three-year window in April 2026. The full history back to December 1996 is no longer distributed through FRED — see Data Quality & Provider Notes below.
Dataset Variables
The CSV and Excel files contain the following columns. Each row represents one business day.
| Column | Type | Description |
|---|---|---|
date | Date (YYYY-MM-DD) | Observation date (business days only) |
hy_spread | Float | Option-adjusted spread of HY bonds over Treasuries, in percentage points |
A spread of 4.50 means HY bonds yield 450 basis points above equivalent Treasuries.
Download the Dataset
This dataset covers daily BAMLH0A0HYM2 observations from June 2023 to the present — the rolling three-year window currently distributed by FRED — in CSV and Excel formats.
FRED Direct CSV Access
The spread is available from FRED under series code BAMLH0A0HYM2:
https://fred.stlouisfed.org/graph/fredgraph.csv?id=BAMLH0A0HYM2
Since April 2026, FRED restricts this series to a rolling three-year window, so the CSV above returns 2023–present only. The complete history back to December 1996 is now held by ICE Data Indices and is no longer available through FRED.
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/us-high-yield-spread.csv
This URL returns the dataset (2023–present) in CSV format, with consistent column naming and a stable URL designed for programmatic access.
Using the Dataset in Python
import pandas as pd
url = "https://eco3min.fr/dataset/us-high-yield-spread.csv"
df = pd.read_csv(url, parse_dates=["date"])
print(f"Current spread: {df['hy_spread'].iloc[-1]:.2f}%")
print(f"Average: {df['hy_spread'].mean():.2f}%")
print(f"Max: {df['hy_spread'].max():.2f}% on {df.loc[df['hy_spread'].idxmax(), 'date']}")
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/us-high-yield-spread.csv" df <- read_csv(url) head(df) summary(df$hy_spread)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
The ICE BofA US High Yield Option-Adjusted Spread (OAS) measures the spread of below-investment-grade corporate bonds (rated BB+ or lower by S&P, Ba1 or lower by Moody’s) over a spot Treasury curve. The “option-adjusted” methodology removes the effect of embedded options (callable bonds) by modeling expected cash flows under multiple interest rate scenarios, isolating the pure credit risk component.
The index is market-capitalization weighted and includes all publicly issued US dollar-denominated HY corporate debt with at least one year to maturity and a minimum outstanding of $100 million. The composition changes as bonds are upgraded, downgraded, mature, or default, making the BAMLH0A0HYM2 series a dynamic reflection of the investable HY universe rather than a fixed basket.
The spread is expressed in percentage points (not basis points in this dataset). A value of 4.50 means HY bonds yield 450 basis points above equivalent-maturity Treasuries. Across its full published history (December 1996 onward), the index has ranged from a low of approximately 2.41% (June 2007) to a peak of 21.82% during the Global Financial Crisis (15 December 2008). Note that values before June 2023 are no longer distributed through FRED (see Data Quality & Provider Notes below).
This dataset is updated weekly (Saturday 08:00 UTC) via automated pull from the FRED API.
Data Quality & Provider Notes
BAMLH0A0HYM2 is one of the most widely used credit risk benchmarks in fixed income markets and is generally considered a high-fidelity series for analytical work. Eco3min mirrors the FRED publication with a weekly refresh.
- FRED rolling-window restriction (important). As of April 2026, FRED limits all ICE BofA index series — including BAMLH0A0HYM2 — to a rolling three-year window and directs users to the source for older data. The pre-2023 history is therefore no longer retrievable from FRED. The complete series back to December 1996 is the property of ICE Data Indices and is available through ICE directly or licensed redistributors (Bloomberg ticker H0A0, Refinitiv/LSEG), all commercial. Pre-April-2026 FRED vintages may still survive in FRED’s ALFRED archive or in Internet Archive snapshots of the old fredgraph CSV, but neither is guaranteed.
- Release latency. ICE publishes the index daily after US market close. FRED ingests it with a one-business-day delay (T+1 morning). The Eco3min mirror refreshes weekly (Saturday 08:00 UTC), which is appropriate for most macro analysis but not for intraday trading workflows.
- Revisions policy. The series is generally not revised after publication. Occasional retroactive corrections from ICE are rare and limited to constituent re-classifications. Unlike monthly economic releases (NFP, CPI), there are no scheduled vintage revisions.
- Known gaps. Weekends and US federal holidays produce gaps in the daily series. A handful of post-2020 partial business days carry forward the prior reading.
For analytical work, pair BAMLH0A0HYM2 with the corresponding effective yield series (BAMLH0A0HYM2EY) and the IG counterpart (BAMLC0A0CM) to separate credit risk from absolute yield level.
Common Pitfalls When Using BAMLH0A0HYM2
BAMLH0A0HYM2 is widely cited but several recurring interpretation errors distort the signal.
- Confusing OAS with the raw HY yield. The option-adjusted spread isolates the credit risk premium by removing the effect of embedded call options and the Treasury rate level. A widening BAMLH0A0HYM2 with stable HY yields, or a flat BAMLH0A0HYM2 with rising HY yields, signal very different things. Users sometimes track the absolute HY yield and call it “spread” — they are not interchangeable.
- Reading HY OAS without the IG OAS reference. A 500-basis-point HY spread carries different meaning when IG OAS is at 100 bps versus 250 bps. The HY-IG differential captures the marginal premium for stepping down the credit ladder; its compression often signals broader risk-appetite extremes rather than improving HY fundamentals specifically.
- Treating end-of-day OAS as the intraday peak. Published BAMLH0A0HYM2 values are end-of-day closes. During acute stress episodes such as March 2020, intraday spreads were materially wider than the published daily series suggests. For event-window studies, the closing series understates the true peak shock by 50–150 basis points on the worst days.
- Interpreting tight spreads as positive sentiment. Very tight BAMLH0A0HYM2 readings (below 300 bps) have historically appeared at both healthy credit cycles and at compressed-risk-premium late-cycle phases that subsequently produced sharp reversals. The 2006–2007 stretch of sub-300 bps spreads is the canonical example: tight readings preceded the largest credit shock in the series. Tight does not mean safe; it means the market is paying little compensation for whatever risk exists.
Historical Regimes
The regimes below document the full recorded history of the BAMLH0A0HYM2 index since 1996, provided as context for reading the current level. The downloadable Eco3min file and the live FRED series cover June 2023 onward (see Data Quality & Provider Notes); the figures below describe the historical record of the index itself.
1997–2002 — Dot-com and Enron. BAMLH0A0HYM2 widened from 300 to over 1,000 basis points as the tech bubble burst and a wave of corporate fraud (Enron, WorldCom, Tyco) shattered investor confidence in corporate governance. Default rates exceeded 10% in the HY universe. The episode demonstrated that credit cycles can be driven by fraud and accounting manipulation as much as by macroeconomic fundamentals.
2003–2007 — The great credit compression. BAMLH0A0HYM2 collapsed from 1,000 to 241 basis points — the tightest level in the index’s recorded history. Structured credit products (CDOs, CLOs), covenant-lite lending, and a global savings glut drove an unprecedented compression of credit risk premia. The NFCI stayed in deeply negative territory throughout, signaling abnormally loose conditions across the financial system. In retrospect, this extreme tightness was the clearest signal of the mispricing that would produce the 2008 crisis.
2007–2009 — Global Financial Crisis. The HY spread exploded from 300 to 2,182 basis points on 15 December 2008, the widest in the index’s recorded history. The HY bond market effectively shut down — no new issuance for months. Default rates surged past 13%. The Fed’s emergency interventions (TALF, CPFF) and eventual QE reopened credit markets, compressing BAMLH0A0HYM2 back below 600 bps by late 2009. The full picture is drawn in what investors often get wrong about credit and spreads.
2010–2019 — QE-compressed spreads. Spreads averaged approximately 450 bps, with brief episodes of widening during the 2011 European crisis, the 2015–2016 energy/commodity crash (BAMLH0A0HYM2 touched 887 bps as shale producers defaulted), and the late-2018 tightening scare. Each widening was met with Fed easing or pauses, reinforcing the “Fed put” dynamic in credit markets. Throughout this period, the VIX and HY OAS tracked closely.
2020–present — Pandemic spike and normalization. BAMLH0A0HYM2 widened to 1,087 bps in March 2020 in the fastest credit shock in history (22 business days from tights to wides). The Fed’s unprecedented announcement of corporate bond purchases — including HY ETFs — reversed the widening within weeks. Spreads subsequently compressed below 300 bps by 2021, among the tightest in history. The 2022–2023 tightening cycle widened spreads modestly, with regional bank stress in March 2023 producing a transient peak near 530 bps, but the absence of a major credit event has kept BAMLH0A0HYM2 relatively contained. The current level relative to SLOOS lending standards — which have tightened substantially — is one of the more striking divergences in the series’ recorded history.
Related Macroeconomic Datasets
BAMLH0A0HYM2 is most informative when read alongside the parallel investment-grade spread, the equity-market volatility regime, and the survey-based credit conditions captured by SLOOS and NFCI. The series below provide complementary windows onto the same credit cycle.
- US Investment Grade Credit Spread (BBB OAS) — Parallel ICE BofA series for IG corporates; the HY-IG differential isolates the marginal premium for below-investment-grade exposure.
- CBOE Volatility Index (VIXCLS) — Implied equity volatility; tracks credit spreads closely in stress regimes but can diverge during late-cycle compression.
- S&P 500 Index (SP500) — Risk-asset complement; equity drawdowns and HY OAS widenings rarely occur without each other.
- NFCI — Chicago Fed Financial Conditions Index — Broader composite that incorporates HY spreads alongside 104 other indicators of financial stress.
- US Bank Lending Standards (DRTSCILM) — Survey-based credit conditions; tends to lead BAMLH0A0HYM2 in pre-recession episodes.
- HY OAS vs VIX Divergence — Composite tracking the historical relationship between credit and equity-volatility regimes.
Deep analytical framework
HY OAS: why this credit spread is a leading signal of recession and equity reversal →
Macroeconomic Dataset Hub
This dataset is part of the Eco3min macro-financial data repository.
Explore the Eco3min Dataset Hub
Sources
- ICE Data Indices, LLC — ICE BofA US High Yield Index
- Federal Reserve Bank of St. Louis — FRED series BAMLH0A0HYM2
Dataset Reference
Last updated — 15 June 2026
Disclaimer – Financial Information: The analyses, commentary, and content published on eco3min.fr are provided for informational and educational purposes only. They do not constitute investment advice or a solicitation to buy or sell financial instruments. Past performance is not indicative of future results. All investment decisions involve risk and are the sole responsibility of the reader.
