House Prices (DKK)

Indicator validated by integration tests.

Latest reading: 0.95 (2016-05-31)  ·  %QoQ

Category: Additional Indicators

API Endpoint

/api/v1/announcements/dkk/house_prices

About House Prices (DKK)

The house price index for Denmark tracks changes in residential property values, typically measured as a percentage change versus the prior period or the same period of the previous year.

Why FX traders watch it

House prices are a key component of household wealth in Denmark. Rising prices boost consumer confidence and spending via the wealth effect, while also raising concerns about housing affordability and financial stability.

How to interpret the data

Rapidly rising house prices may prompt the Danmarks Nationalbank to tighten macro-prudential measures or raise rates, both of which are dkk-supportive. A sharp correction in house prices is a significant deflationary risk and can force the Danmarks Nationalbank to ease policy.

Historical House Prices (DKK)

Source: Statistics Denmark (DST)/DN  ·  Quarterly  ·  %QoQ

Data provided by FXMacroData via the /api/v1/announcements/dkk/house_prices endpoint. For access, see pricing.

Data Source

Primary Source

Statistics Denmark (DST)/DN

Official Series ID

EJENDOMSPRISER

Data Format and Properties

Data Frequency

Quarterly

Unit of Measure

%QoQ

JSON Response Structure

The endpoint returns a chronological list of observations in JSON format.

{
    "currency": "DKK",
    "indicator": "house_prices",
    "has_official_forecast": false,
    "start_date": "2023-01-01",
    "end_date": "2023-12-31",
    "data": [
        {
            "date": "2024-07-01",
            "val": 4.2,
            "announcement_datetime": 1722456000
        }
    ]
}

Request Parameters & Usage

Parameter Required Format Description
start_date NO YYYY-MM-DD Optional lower bound for the requested history.
end_date NO YYYY-MM-DD Optional upper bound. Defaults to the current date.
api_key CONDITIONAL string Required for non-USD announcement requests. USD announcement requests are public without an API key.

Example Usage

To retrieve House Prices data for DKK from 2023:

GET https://fxmacrodata.com/api/v1/announcements/dkk/house_prices?start_date=2023-01-01&end_date=2023-12-31&api_key=YOUR_API_KEY