CCC and Lower Credit Spread was last reported at 10.76 % as of September 17, 2026. That reading was unchanged from the prior value of 10.76 %. 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 | 10.76 |
| Sep 16, 2026 | 10.76 |
| Sep 15, 2026 | 10.85 |
| Sep 14, 2026 | 10.81 |
| Sep 11, 2026 | 10.76 |
| Sep 10, 2026 | 10.70 |
| Sep 9, 2026 | 10.64 |
| Sep 8, 2026 | 10.56 |
| Sep 7, 2026 | 10.55 |
| Sep 4, 2026 | 10.54 |
| Date | Value (%) |
|---|---|
| Sep 3, 2026 | 10.51 |
| Sep 2, 2026 | 10.53 |
| Sep 1, 2026 | 10.49 |
| Aug 31, 2026 | 10.42 |
| Aug 28, 2026 | 10.26 |
| Aug 27, 2026 | 10.31 |
| Aug 26, 2026 | 10.31 |
| Aug 25, 2026 | 10.39 |
| Aug 24, 2026 | 10.36 |
| Aug 21, 2026 | 10.37 |
Pull the full history of CCC and Lower 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=USCCCOAS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCCCOAS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCCCOAS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();