Erzeugerpreisindex (PPI) (AUD)

Misst die durchschnittliche Veränderung der von inländischen Produzenten für ihre Produktion erzielten Verkaufspreise im Zeitverlauf.

Latest reading: 1.0 (2016-06-30)  ·  %YoY

Category: Economy

API Endpoint

/api/v1/announcements/aud/ppi

About Erzeugerpreisindex (PPI) (AUD)

The Producer Price Index (PPI) for Australia 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 aud-positive. A PPI surprise to the downside suggests softening cost pressures ahead.

Historical Erzeugerpreisindex (PPI) (AUD)

Source: ABS/RBA  ·  Quarterly  ·  %YoY

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

Data Source

Primary Source

ABS/RBA

Official Series ID

6427055001

Data Format and Properties

Data Frequency

Quarterly

Unit of Measure

%YoY

JSON Response Structure

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

{
    "currency": "AUD",
    "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 Erzeugerpreisindex (PPI) data for AUD from 2023:

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