UK House Price Growth was last reported at 1.2 percent as of January 1, 2026. That is down 50.25% from the prior reading of 2.4 percent. This indicator is reported Quarterly, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| 2026 Q1 | 1.2 |
| 2025 Q4 | 2.4 |
| 2025 Q3 | 2.3 |
| 2025 Q2 | 2.1 |
| 2025 Q1 | 4.2 |
| 2024 Q4 | 2.4 |
| 2024 Q3 | 0.9 |
| 2024 Q2 | 0.4 |
| 2024 Q1 | -1.3 |
| 2023 Q4 | -2.5 |
| Date | Value (percent) |
|---|---|
| 2023 Q3 | -1.1 |
| 2023 Q2 | 0.9 |
| 2023 Q1 | 4.0 |
| 2022 Q4 | 9.0 |
| 2022 Q3 | 10.9 |
| 2022 Q2 | 8.9 |
| 2022 Q1 | 8.2 |
| 2021 Q4 | 7.3 |
| 2021 Q3 | 8.3 |
| 2021 Q2 | 9.4 |
Pull the full history of UK House Price Growth 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=GBHPIGROWTH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "GBHPIGROWTH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=GBHPIGROWTH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();