New Housing Price Index, house-only and land-only, monthly
Monthly New Housing Price Index components (table 18-10-0205-01) from Statistics Canada: the 'House only' and 'Land only' sub-indexes that the headline total index is built from, for Canada and 27 census metropolitan areas. Index base December 2016 = 100, not seasonally adjusted. Coverage and caveats are the same as the companion headline dataset (late-joining CMAs kept missing, never zero-filled; latest month occasionally revised). Statistics Canada Open Licence (commercial reuse allowed); source: Statistics Canada.
- Source
- Statistics Canada
- Rows
- 30,688
- Columns
- 6
- Source cadence
- Monthly
- Last refreshed
- Sep 26, 2026
- Theme
- housing
| Column | Type | Description |
|---|---|---|
| month | string | Reference month of the index value, as an ISO date (first of the month). |
| country_code | string | ISO 3166-1 alpha-3 code for Canada (CAN) — the join key for the 'Enrich with public data' feature. |
| geo_name | string | Geography: Canada or one of 27 census metropolitan areas, as published by Statistics Canada. |
| component_code | string | Index component: 'house' = House only (the structure), 'land' = Land only (the lot). |
| component_label | string | Provider-verbatim component label from Statistics Canada. |
| nhpi | float | New Housing Price Index: contractors' selling prices for new residential houses, specifications held constant between periods. Index base December 2016 = 100, not seasonally adjusted. Non-negative float; genuine upstream gaps (late-joining CMAs) are missing, never zero-filled. (unit: index (December 2016=100)) |
- Current
20260926T052408Z-68167b6afe5c · sha256 68167b6afe5c…
30,688 rows · first snapshot
Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/statcan_housing/statcan_nhpi_house_land_monthly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/statcan_housing/statcan_nhpi_house_land_monthly").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)API endpoint: https://datazimuts.com/v1/datasets/statcan_housing/statcan_nhpi_house_land_monthly
Tip: fetch /llms.txt for the full machine-readable catalog.
Where this data comes from and what was made from it. Other people's work shows as counts; only shared projects are named.
Cite this snapshot
Pinned to snapshot 20260926T052408Z-68167b6afe5c and its content hash, so readers get exactly the data you used.
Statistics Canada. (2026). New Housing Price Index, house-only and land-only, monthly [Data set, snapshot 20260926T052408Z-68167b6afe5c, sha256 68167b6afe5c]. Datazimuts. Retrieved 2026-09-26, from https://datazimuts.com/en/datasets/statcan_housing/statcan_nhpi_house_land_monthly?snapshot=20260926T052408Z-68167b6afe5c
@misc{dz_statcan_housing_statcan_nhpi_house_land__68167b6a,
title = {{New Housing Price Index, house-only and land-only, monthly}},
author = {{Statistics Canada}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/statcan_housing/statcan_nhpi_house_land_monthly?snapshot=20260926T052408Z-68167b6afe5c}},
note = {Snapshot 20260926T052408Z-68167b6afe5c, sha256 68167b6afe5c9bd9ad6ab3dc803012040fda1f5e531b96dae90fd3c216372b45; accessed 2026-09-26}
}Embed a table or a chart
Paste this into any page. The embed is pinned to the same snapshot, follows the reader's light or dark setting, and always shows the source, license and a link back.
<iframe src="https://datazimuts.com/embed/chart?dataset=statcan_housing%2Fstatcan_nhpi_house_land_monthly&lang=en&theme=auto&snapshot=20260926T052408Z-68167b6afe5c&x=month&y=nhpi&agg=avg" title="New Housing Price Index, house-only and land-only, monthly" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Ask about this dataset. Answers come only from its catalog record, measured profile and change history, and list the facts they used.