Deutsche Bundesbank — Real Estate Prices (BBDR1)
Real Estate Prices (BBDR1) — official time series from the Deutsche Bundesbank, published as the BBDR1 dataflow over SDMX 2.1 REST. One endpoint serves XML (SDMX-ML), CSV (?format=csv) and JSON (?format=json); extract exactly the series you need with a key path and startPeriod / endPeriod / lastNObservations filters.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (23 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| BBK_STD_FREQ | dimension | Frequency code of the time series, e.g. annual or quarterly.2 codes (e.g. A, Q) |
| BBK_DORE_AGS | dimension | Code identifying the regional or municipal area of the series.15 codes (e.g. 17R111G7, 5R51, 5R52) |
| BBK_STD_ADJUSTMENT | dimension | Code indicating whether data are seasonally or otherwise adjusted.1 codes (e.g. N) |
| BBK_DORE_SUPPLIER | dimension | Code identifying the data supplier or source organisation.7 codes (e.g. GIP, DES, HYP) |
| BBK_DORE_CLASSIFICATION | dimension | Code classifying the type or category of real estate covered.45 codes (e.g. GMFHK, GBUK, GEHK) |
| BBK_DORE_CONCEPT | dimension | Code identifying the statistical concept measured, e.g. sales or prices.3 codes (e.g. S, H, P) |
| BBK_DO_BASIS | dimension | Code identifying the reference basis or index type of the series.4 codes (e.g. I22, I, I15) |
| BBK_DO_SUFFIX | dimension | Suffix code further qualifying the series definition.1 codes (e.g. A) |
| TIME_PERIOD | time | Time period the observation refers to.Time dimension — filter with startPeriod / endPeriod query params. |
| OBS_VALUEObservation value | number | Observed numeric value for the given series and period.The observed numeric value for each cell. |
| TIME_FORMAT | attribute | Code describing the format of the time period value.Code describing the format of the time period value. |
| BBK_DECIMALS | attribute | Number of decimal places used in the observation value.Number of decimal places used in the observation value. |
| BBK_ID | attribute | Unique Bundesbank identifier for the time series.Unique Bundesbank identifier for the time series. |
| BBK_UNIT | attribute | Unit of measurement for the observation value.Unit of measurement for the observation value. |
| BBK_UNIT_MULT | attribute | Multiplier applied to the unit of the observation value.Multiplier applied to the unit of the observation value. |
| BBK_TITLE_ENG | attribute | English-language title of the time series.English-language title of the time series. |
| WEB_CATEGORY | attribute | Category under which the series is published on the Bundesbank website.Category under which the series is published on the Bundesbank website. |
| BBK_COMM_METH_ENG | attribute | English-language note on the methodology used for the series.English-language note on the methodology used for the series. |
| BBK_COMM_SRC_ENG | attribute | English-language note on the data source of the series.English-language note on the data source of the series. |
| BBK_COMM_GEN | attribute | General comment or note about the time series.General comment or note about the time series. |
| BBK_DIFF_Y | attribute | Code or value indicating year-on-year difference for the series.Code or value indicating year-on-year difference for the series. |
| OBS_STATUS | attribute | Status code describing the nature of the observation, e.g. estimated.Status code describing the nature of the observation, e.g. estimated. |
| BBK_DIFF | attribute | Code or value indicating a period-on-period difference for the series.Code or value indicating a period-on-period difference for the series. |
Schema captured from sdmx 1 month ago.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (5 records)
Record 1OBS_VALUE: 45.3 · TIME_PERIOD: 2013
{
"OBS_VALUE": "45.3",
"TIME_PERIOD": "2013",
"BBK_DORE_AGS": "17R111G7",
"BBK_DO_BASIS": "I22",
"BBK_STD_FREQ": "A",
"BBK_DO_SUFFIX": "A",
"BBK_DORE_CONCEPT": "S",
"BBK_DORE_SUPPLIER": "GIP",
"BBK_STD_ADJUSTMENT": "N",
"BBK_DORE_CLASSIFICATION": "GMFHK"
}Record 2OBS_VALUE: 48.8 · TIME_PERIOD: 2014
{
"OBS_VALUE": "48.8",
"TIME_PERIOD": "2014",
"BBK_DORE_AGS": "17R111G7",
"BBK_DO_BASIS": "I22",
"BBK_STD_FREQ": "A",
"BBK_DO_SUFFIX": "A",
"BBK_DORE_CONCEPT": "S",
"BBK_DORE_SUPPLIER": "GIP",
"BBK_STD_ADJUSTMENT": "N",
"BBK_DORE_CLASSIFICATION": "GMFHK"
}Record 3OBS_VALUE: 55.1 · TIME_PERIOD: 2015
{
"OBS_VALUE": "55.1",
"TIME_PERIOD": "2015",
"BBK_DORE_AGS": "17R111G7",
"BBK_DO_BASIS": "I22",
"BBK_STD_FREQ": "A",
"BBK_DO_SUFFIX": "A",
"BBK_DORE_CONCEPT": "S",
"BBK_DORE_SUPPLIER": "GIP",
"BBK_STD_ADJUSTMENT": "N",
"BBK_DORE_CLASSIFICATION": "GMFHK"
}Record 4OBS_VALUE: 60.3 · TIME_PERIOD: 2016
{
"OBS_VALUE": "60.3",
"TIME_PERIOD": "2016",
"BBK_DORE_AGS": "17R111G7",
"BBK_DO_BASIS": "I22",
"BBK_STD_FREQ": "A",
"BBK_DO_SUFFIX": "A",
"BBK_DORE_CONCEPT": "S",
"BBK_DORE_SUPPLIER": "GIP",
"BBK_STD_ADJUSTMENT": "N",
"BBK_DORE_CLASSIFICATION": "GMFHK"
}Record 5OBS_VALUE: 65.0 · TIME_PERIOD: 2017
{
"OBS_VALUE": "65.0",
"TIME_PERIOD": "2017",
"BBK_DORE_AGS": "17R111G7",
"BBK_DO_BASIS": "I22",
"BBK_STD_FREQ": "A",
"BBK_DO_SUFFIX": "A",
"BBK_DORE_CONCEPT": "S",
"BBK_DORE_SUPPLIER": "GIP",
"BBK_STD_ADJUSTMENT": "N",
"BBK_DORE_CLASSIFICATION": "GMFHK"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Query examples
curl -s 'https://api.statistiken.bundesbank.de/rest/metadata/dataflow/BBK' -H 'Accept: application/vnd.sdmx.structure+xml;version=2.1'All dataflows (datasets) published by this agency, as SDMX-ML.
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.