Consumer Price Index, Annual Change (Headline Inflation), Australia. Sourced from ABS Consumer Price Index (6401.0); resolves to /v1/data/abs/CPI [region=australia, measure=change_year, category=all_groups].
| Series ID | AU.CPI.YOY |
|---|---|
| Frequency | quarterly |
| Units | Percent |
| Adjustment | Original |
| Source | ABS Consumer Price Index (6401.0) |
| Resolves to | /v1/series/AU.CPI.YOY |
| Backed by | /v1/data/abs/CPI [region=australia, measure=change_year, category=all_groups] |
Get the latest value
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/series/AU.CPI.YOY/latest Get the full series (with a transform)
# annual percent change, last 12 observations, CSV
curl -H 'Authorization: Bearer ak_your_key' \
'https://api.ausdata.io/v1/series/AU.CPI.YOY?units=pc1&limit=12&format=csv' Embed a chart
Mint a chart-only token at /v1/account/embed-token, then:
<img src="https://api.ausdata.io/v1/series/AU.CPI.YOY/chart.svg?key=emb_..."> Related series
Thematic neighbours, ranked by shared tags.
AU.CPI.INDEX Consumer Price Index, Index Level, Australia
ABS Consumer Price Index (6401.0)
AU.CPI.QOQ Consumer Price Index, Quarterly Change, Australia
ABS Consumer Price Index (6401.0)
AU.CPI.MONTHLY Monthly CPI Indicator, Annual Change, Australia
ABS Monthly CPI Indicator (6484.0)
AU.CPI.TRIMMED Trimmed Mean CPI, Annual (Underlying Inflation), Australia
ABS Consumer Price Index (6401.0)
AU.PPI.YOY Producer Price Index (Final Demand), Annual Change, Australia
ABS Producer Price Indexes (6427.0)
AU.WAGES.YOY Wage Price Index, Annual Growth, Australia
ABS Wage Price Index (6345.0)