Average Interest Rate on Total Interest-Bearing Debt was last reported at 3.490 percent as of August 1, 2026. That is up 1.25% from the prior reading of 3.447 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Fiscal category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 3.490 |
| Jul 2026 | 3.447 |
| Jun 2026 | 3.409 |
| May 2026 | 3.353 |
| Apr 2026 | 3.340 |
| Mar 2026 | 3.327 |
| Feb 2026 | 3.320 |
| Jan 2026 | 3.316 |
| Dec 2025 | 3.324 |
| Nov 2025 | 3.348 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 3.355 |
| Sep 2025 | 3.363 |
| Aug 2025 | 3.372 |
| Jul 2025 | 3.352 |
| Jun 2025 | 3.304 |
| May 2025 | 3.294 |
| Apr 2025 | 3.289 |
| Mar 2025 | 3.284 |
| Feb 2025 | 3.282 |
| Jan 2025 | 3.282 |
Pull the full history of Average Interest Rate on Total Interest-Bearing Debt 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=USAVGRATEDEBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USAVGRATEDEBT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USAVGRATEDEBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();