Canada House Price Growth was last reported at -4.8 percent as of January 1, 2026. That is up 42.04% from the prior reading of -3.4 percent. This indicator is reported Quarterly, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| 2026 Q1 | -4.8 |
| 2025 Q4 | -3.4 |
| 2025 Q3 | -3.2 |
| 2025 Q2 | -2.9 |
| 2025 Q1 | -1.5 |
| 2024 Q4 | -1.8 |
| 2024 Q3 | -4.0 |
| 2024 Q2 | -2.8 |
| 2024 Q1 | 0.7 |
| 2023 Q4 | 0.4 |
| Date | Value (percent) |
|---|---|
| 2023 Q3 | -0.3 |
| 2023 Q2 | -8.9 |
| 2023 Q1 | -15.4 |
| 2022 Q4 | -4.7 |
| 2022 Q3 | 2.0 |
| 2022 Q2 | 14.6 |
| 2022 Q1 | 25.5 |
| 2021 Q4 | 13.9 |
| 2021 Q3 | 14.4 |
| 2021 Q2 | 13.5 |
Pull the full history of Canada 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=CAHPIGROWTH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CAHPIGROWTH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CAHPIGROWTH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();