Baa Corporate Spread was last reported at 1.44 % as of September 17, 2026. That is up 0.70% from the prior reading of 1.43 %. This indicator is reported Daily and not seasonally adjusted, and is tracked under the Credit category. The next scheduled release is September 21, 2026.
| Date | Value (%) |
|---|---|
| Sep 17, 2026 | 1.44 |
| Sep 16, 2026 | 1.43 |
| Sep 15, 2026 | 1.48 |
| Sep 14, 2026 | 1.47 |
| Sep 11, 2026 | 1.50 |
| Sep 10, 2026 | 1.51 |
| Sep 9, 2026 | 1.55 |
| Sep 8, 2026 | 1.57 |
| Sep 4, 2026 | 1.56 |
| Sep 3, 2026 | 1.57 |
| Date | Value (%) |
|---|---|
| Sep 2, 2026 | 1.58 |
| Sep 1, 2026 | 1.58 |
| Aug 31, 2026 | 1.59 |
| Aug 28, 2026 | 1.54 |
| Aug 27, 2026 | 1.60 |
| Aug 26, 2026 | 1.61 |
| Aug 25, 2026 | 1.62 |
| Aug 24, 2026 | 1.63 |
| Aug 21, 2026 | 1.63 |
| Aug 20, 2026 | 1.64 |
Pull the full history of Baa Corporate 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=USBAASPREAD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USBAASPREAD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USBAASPREAD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();