High Yield Credit Spread was last reported at 2.70 % as of September 17, 2026. That reading was unchanged from the prior value of 2.70 %. This indicator is reported Daily, Close and not seasonally adjusted, and is tracked under the Credit category. The next scheduled release is September 21, 2026.
| Date | Value (%) |
|---|---|
| Sep 17, 2026 | 2.70 |
| Sep 16, 2026 | 2.70 |
| Sep 15, 2026 | 2.76 |
| Sep 14, 2026 | 2.71 |
| Sep 11, 2026 | 2.65 |
| Sep 10, 2026 | 2.70 |
| Sep 9, 2026 | 2.71 |
| Sep 8, 2026 | 2.67 |
| Sep 7, 2026 | 2.68 |
| Sep 4, 2026 | 2.68 |
| Date | Value (%) |
|---|---|
| Sep 3, 2026 | 2.65 |
| Sep 2, 2026 | 2.66 |
| Sep 1, 2026 | 2.65 |
| Aug 31, 2026 | 2.63 |
| Aug 28, 2026 | 2.60 |
| Aug 27, 2026 | 2.63 |
| Aug 26, 2026 | 2.67 |
| Aug 25, 2026 | 2.70 |
| Aug 24, 2026 | 2.69 |
| Aug 21, 2026 | 2.70 |
Pull the full history of High Yield Credit Spread into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=USHYOAS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHYOAS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHYOAS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();