Australia House Price Growth was last reported at 10.0 percent as of January 1, 2026. That is up 23.39% from the prior reading of 8.1 percent. This indicator is reported Quarterly, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| 2026 Q1 | 10.0 |
| 2025 Q4 | 8.1 |
| 2025 Q3 | 5.1 |
| 2025 Q2 | 4.1 |
| 2025 Q1 | 4.5 |
| 2024 Q4 | 5.8 |
| 2024 Q3 | 7.4 |
| 2024 Q2 | 8.9 |
| 2024 Q1 | 9.6 |
| 2023 Q4 | 7.2 |
| Date | Value (percent) |
|---|---|
| 2023 Q3 | 2.4 |
| 2023 Q2 | -3.8 |
| 2023 Q1 | -6.1 |
| 2022 Q4 | -3.1 |
| 2022 Q3 | 4.2 |
| 2022 Q2 | 13.4 |
| 2022 Q1 | 20.6 |
| 2021 Q4 | 23.7 |
| 2021 Q3 | 21.7 |
| 2021 Q2 | 16.8 |
Pull the full history of Australia 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=AUHPIGROWTH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "AUHPIGROWTH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=AUHPIGROWTH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();