उत्पादक मूल्य सूचकांक (PPI) (DKK)

घरेलू उत्पादकों द्वारा अपने उत्पादन के लिए प्राप्त विक्रय मूल्यों में समय के साथ औसत परिवर्तन को मापता है।

Latest reading: 8.8 %YoY · Last updated: · Source: Statistics Denmark (DST)/DN

Category: Economy

API Endpoint

/api/v1/announcements/dkk/ppi

Optional Indicator Availability (DKK)

Optional indicators use per-currency fetcher capability checks and may be temporarily hidden while source coverage is being remediated.

foreign_reserves
Unavailable Not implemented on this currency fetcher yet.
cb_assets
Unavailable Not implemented on this currency fetcher yet.
inflation_mom
Available

About उत्पादक मूल्य सूचकांक (PPI) (DKK)

The Producer Price Index (PPI) for Denmark measures the average change in prices received by domestic producers for their output. It is often described as an upstream or 'pipeline' inflation indicator.

Why FX traders watch it

PPI changes often flow through to consumer prices with a 1–3 month lag, making it a leading indicator of future CPI. Rising PPI signals that input cost pressure will likely push consumer prices higher.

How to interpret the data

A PPI above consensus is hawkish—it implies future consumer price pressures and supports rate-hold or hike expectations, which is dkk-positive. A PPI surprise to the downside suggests softening cost pressures ahead.

Historical उत्पादक मूल्य सूचकांक (PPI) (DKK)

Source: Statistics Denmark (DST)/DN  ·  Monthly  ·  %YoY

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

Data Source

Primary Source

Statistics Denmark (DST)/DN

Official Series ID

PRIS4221

Data Format and Properties

Data Frequency

Monthly

Unit of Measure

%YoY

JSON Response Structure

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

{
    "currency": "DKK",
    "indicator": "ppi",
    "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 उत्पादक मूल्य सूचकांक (PPI) data for DKK from 2023:

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

Frequently Asked Questions

How often is Denmark Producer Price Index (PPI) updated?
Producer Price Index (PPI) for Denmark is released on a monthly schedule by Danmarks Nationalbank (or the relevant national statistics agency). FXMacroData ingests each new value within seconds of the official publication and exposes the exact announcement timestamp on every record.
What unit is Producer Price Index (PPI) reported in?
The series is published in %YoY. The exact unit is also returned on every API response under the indicator metadata.
Where does FXMacroData source Denmark Producer Price Index (PPI) data?
Data is fetched directly from Danmarks Nationalbank or the official national statistics publication for Denmark. The source URL is preserved on every announcement record so downstream consumers can trace the value back to its primary release.
How do I query Producer Price Index (PPI) for Denmark via the API?
Issue a GET request to /api/v1/announcements/dkk/ppi?api_key=YOUR_API_KEY. The response contains a chronological list of observations with values, release dates, and announcement timestamps. USD announcement data is public; other currencies require a Professional API key.