Baa Corporate Bond Yield was last reported at 6.32 % as of August 1, 2026. That is up 2.10% from the prior reading of 6.19 %. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Credit category. The next scheduled release is September 21, 2026.
| Date | Value (%) |
|---|---|
| Aug 2026 | 6.32 |
| Jul 2026 | 6.19 |
| Jun 2026 | 6.00 |
| May 2026 | 6.10 |
| Apr 2026 | 6.03 |
| Mar 2026 | 6.04 |
| Feb 2026 | 5.81 |
| Jan 2026 | 5.88 |
| Dec 2025 | 5.90 |
| Nov 2025 | 5.86 |
| Date | Value (%) |
|---|---|
| Oct 2025 | 5.74 |
| Sep 2025 | 5.83 |
| Aug 2025 | 6.00 |
| Jul 2025 | 6.10 |
| Jun 2025 | 6.15 |
| May 2025 | 6.29 |
| Apr 2025 | 6.18 |
| Mar 2025 | 5.93 |
| Feb 2025 | 5.92 |
| Jan 2025 | 6.08 |
Pull the full history of Baa Corporate Bond Yield 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=USBAAYLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USBAAYLD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USBAAYLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();