30-Year Mortgage Rate was last reported at 6.95 % as of September 17, 2026. That is up 2.81% from the prior reading of 6.76 %. 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.95 |
| Sep 10, 2026 | 6.76 |
| Sep 3, 2026 | 6.71 |
| Aug 27, 2026 | 6.66 |
| Aug 20, 2026 | 6.65 |
| Aug 13, 2026 | 6.67 |
| Aug 6, 2026 | 6.69 |
| Jul 30, 2026 | 6.66 |
| Jul 23, 2026 | 6.58 |
| Jul 16, 2026 | 6.55 |
| Date | Value (%) |
|---|---|
| Jul 9, 2026 | 6.49 |
| Jul 2, 2026 | 6.43 |
| Jun 25, 2026 | 6.49 |
| Jun 18, 2026 | 6.47 |
| Jun 11, 2026 | 6.52 |
| Jun 4, 2026 | 6.48 |
| May 28, 2026 | 6.53 |
| May 21, 2026 | 6.51 |
| May 14, 2026 | 6.36 |
| May 7, 2026 | 6.37 |
Pull the full history of 30-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=USMTG30Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USMTG30Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USMTG30Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();