Inflation decomposition

CPI by all 11 expenditure groups, each weighted by its basket share, so you can see what is driving headline inflation.

history mode ABS

What it answers

What is driving headline inflation this quarter? This breaks ABS CPI into all eleven expenditure groups, each weighted by its basket share, so you can see whether housing, food, or transport is doing the lifting.

Call it

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/inflation-decomposition

History mode

Add start_period and end_period to walk the series back through time instead of returning only the latest point.

curl -H 'Authorization: Bearer ak_your_key' \
  'https://api.ausdata.io/v1/inflation-decomposition?start_period=2015-Q1&end_period=2024-Q4'

Returns

Every response uses the same {data, meta, links} envelope:

Example response shape
{
  "data": { ... },
  "meta": {
    "endpoint": "/v1/inflation-decomposition",
    "query": { ... },
    "period": { "start": "...", "end": "..." },
    "row_count": 1,
    "retrieved_at": "<ISO-8601 UTC>",
    "sources": [
      { "name": "...", "url": "...", "attribution": "..." }
    ],
    "stale": false,
    "stale_reason": null,
    "server_version": "..."
  },
  "links": { "csv": null }
}

Draws from

This signal joins data from one source. Each source page lists the underlying datasets and canonical series.

Cross-source signals join multiple sources into one response. Reliability: current data when sources are up; cached fallbacks set stale: true with stale_reason; otherwise a clear 503.

Related signals

All endpoints