Aaa Corporate Bond Yield was last reported at 5.88 % as of August 1, 2026. That is up 2.08% from the prior reading of 5.76 %. 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 | 5.88 |
| Jul 2026 | 5.76 |
| Jun 2026 | 5.52 |
| May 2026 | 5.56 |
| Apr 2026 | 5.42 |
| Mar 2026 | 5.48 |
| Feb 2026 | 5.30 |
| Jan 2026 | 5.34 |
| Dec 2025 | 5.31 |
| Nov 2025 | 5.26 |
| Date | Value (%) |
|---|---|
| Oct 2025 | 5.13 |
| Sep 2025 | 5.21 |
| Aug 2025 | 5.35 |
| Jul 2025 | 5.45 |
| Jun 2025 | 5.46 |
| May 2025 | 5.54 |
| Apr 2025 | 5.45 |
| Mar 2025 | 5.29 |
| Feb 2025 | 5.32 |
| Jan 2025 | 5.46 |
Pull the full history of Aaa 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=USAAAYLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USAAAYLD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USAAAYLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();