15-Year Mortgage Rate was last reported at 6.26 % as of September 17, 2026. That is up 2.79% from the prior reading of 6.09 %. This indicator is reported Weekly, Ending Thursday and not seasonally adjusted, and is tracked under the Rates category. The next scheduled release is September 24, 2026.
| Date | Value (%) |
|---|---|
| Sep 17, 2026 | 6.26 |
| Sep 10, 2026 | 6.09 |
| Sep 3, 2026 | 6.04 |
| Aug 27, 2026 | 5.98 |
| Aug 20, 2026 | 5.95 |
| Aug 13, 2026 | 5.96 |
| Aug 6, 2026 | 6.01 |
| Jul 30, 2026 | 6.04 |
| Jul 23, 2026 | 5.96 |
| Jul 16, 2026 | 5.93 |
| Date | Value (%) |
|---|---|
| Jul 9, 2026 | 5.82 |
| Jul 2, 2026 | 5.79 |
| Jun 25, 2026 | 5.84 |
| Jun 18, 2026 | 5.81 |
| Jun 11, 2026 | 5.84 |
| Jun 4, 2026 | 5.79 |
| May 28, 2026 | 5.87 |
| May 21, 2026 | 5.85 |
| May 14, 2026 | 5.71 |
| May 7, 2026 | 5.72 |
Pull the full history of 15-Year Mortgage Rate 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=USMTG15Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USMTG15Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USMTG15Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();