New Auto Loan Rate (72-Month) was last reported at 6.97 percent as of May 1, 2026. That is down 7.44% from the prior reading of 7.53 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Credit category. The next scheduled release is October 7, 2026.
| Date | Value (percent) |
|---|---|
| May 2026 | 6.97 |
| Feb 2026 | 7.53 |
| Nov 2025 | 7.50 |
| Aug 2025 | 7.80 |
| May 2025 | 7.73 |
| Feb 2025 | 8.16 |
| Nov 2024 | 7.67 |
| Aug 2024 | 8.76 |
| May 2024 | 8.32 |
| Feb 2024 | 8.41 |
| Date | Value (percent) |
|---|---|
| Nov 2023 | 8.67 |
| Aug 2023 | 8.12 |
| May 2023 | 7.80 |
| Feb 2023 | 6.97 |
| Nov 2022 | 6.64 |
| Aug 2022 | 5.61 |
| May 2022 | 5.19 |
| Feb 2022 | 4.54 |
| Nov 2021 | 4.64 |
| Aug 2021 | 4.97 |
Pull the full history of New Auto Loan Rate (72-Month) 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=USAUTOLOANRATE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USAUTOLOANRATE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USAUTOLOANRATE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();