Residential property prices, nominal (quarterly, 61 economies)
Downloads are disabled for this dataset: its license prohibits commercial use. The documentation, schema and sample rows stay available here.
Quarterly nominal residential property price indices, index 2010 = 100, for 61 economies plus BIS aggregates, from the 1970s to the latest quarter. Bank for International Settlements, BIS Data Portal, dataflow WS_SPP ('Selected residential property prices'), VALUE=N (nominal, not deflated), UNIT_MEASURE=628. Each row is one (quarter, economy): series_id is the BIS area code, series_label the BIS English economy name. Nominal indices track local-currency house prices including inflation; the deflated series is in 'bis-residential-property-prices-real'. BIS statistics are free for non-commercial use only (see the license): bulk redistribution is not permitted, so this dataset is documented and searchable but its Parquet is never published or served in bulk. Coverage: quarterly, 1970-Q1 to the latest quarter; values are null where the BIS publishes no observation. Provenance: BIS keyless SDMX API v1, no authentication. Primary key: (date, series_id). Join keys: series_id (BIS area code; hub.normalize resolves two-letter codes to ISO alpha-3), date. Cadence: refreshed quarterly; the BIS updates the series about four months after each quarter-end.
- Rows
- 9,127
- Columns
- 4
- Source cadence
- Quarterly
- Last refreshed
- Sep 24, 2026
- Theme
- housing
| Column | Type | Description |
|---|---|---|
| date | date | Observation period (the TIME_PERIOD column of the BIS SDMX-CSV response). Monthly series use YYYY-MM; quarterly series use YYYY-QN, stored as the first day of the quarter. |
| series_id | string | BIS area code, e.g. 'US': the unique identifier of the series in the BIS Data Portal. |
| series_label | string | English economy name from the BIS's own CL_AREA codelist; aggregates keep their BIS labels ('Euro area' for XM, 'Emerging market economies (aggregate)' for 4T, 'Advanced economies' for 5R, 'World' for XW). |
| value | float | Observed nominal residential property price index for the economy and quarter (the OBS_VALUE column). Slice is VALUE=N (nominal, not deflated), UNIT_MEASURE=628 (index, 2010 = 100). |
First 10 sample rows — a preview, not the complete dataset.
| date | series_id | series_label | value |
|---|---|---|---|
| 2007-10-01 | 4T | Emerging market economies (aggregate) | 83.941 |
| 2008-01-01 | 4T | Emerging market economies (aggregate) | 85.734 |
| 2008-04-01 | 4T | Emerging market economies (aggregate) | 87.828 |
| 2008-07-01 | 4T | Emerging market economies (aggregate) | 89.272 |
| 2008-10-01 | 4T | Emerging market economies (aggregate) | 89.168 |
| 2009-01-01 | 4T | Emerging market economies (aggregate) | 88.854 |
| 2009-04-01 | 4T | Emerging market economies (aggregate) | 89.888 |
| 2009-07-01 | 4T | Emerging market economies (aggregate) | 91.659 |
| 2009-10-01 | 4T | Emerging market economies (aggregate) | 93.627 |
| 2010-01-01 | 4T | Emerging market economies (aggregate) | 96.914 |
Profiled Sep 24, 2026 from snapshot 20260924T021135Z-c53354884845
Measured- Completeness
- 100%
- Rows
- 9,127
- Columns
- 4
- Columns with gaps
- 0
| Column | Missing | Distinct | Range | Distribution |
|---|---|---|---|---|
| datedate | 0% | 413 | Jan 1, 1927 → Jan 1, 2026 | — |
| series_idvarchar | 0% | 69 | — |
|
| series_labelvarchar | 0% | 59 | — |
|
| valuedouble | 0% | 8,651 | 0.0115 → 4,590median 90.8 | 184 outside 1st–99th percentile |
- Current
20260924T021135Z-c53354884845 · sha256 c53354884845…
9,127 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/bis/bis_residential_property_prices_nominal" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/bis/bis_residential_property_prices_nominal").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/bis/bis_residential_property_prices_nominal
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 20260924T021135Z-c53354884845 and its content hash, so readers get exactly the data you used.
Bank for International Settlements. (2026). Residential property prices, nominal (quarterly, 61 economies) [Data set, snapshot 20260924T021135Z-c53354884845, sha256 c53354884845]. Datazimuts. Retrieved 2026-09-24, from https://datazimuts.com/en/datasets/bis/bis_residential_property_prices_nominal?snapshot=20260924T021135Z-c53354884845
@misc{dz_bis_bis_residential_property_prices_nomi_c5335488,
title = {{Residential property prices, nominal (quarterly, 61 economies)}},
author = {{Bank for International Settlements}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/bis/bis_residential_property_prices_nominal?snapshot=20260924T021135Z-c53354884845}},
note = {Snapshot 20260924T021135Z-c53354884845, sha256 c533548848458c00e203086eb60548f0081af82c7be011b6bec52f0f6e4619be; accessed 2026-09-24}
}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=bis%2Fbis_residential_property_prices_nominal&lang=en&theme=auto&snapshot=20260924T021135Z-c53354884845&x=date&y=value&agg=avg" title="Residential property prices, nominal (quarterly, 61 economies)" 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.