Consumer Price Index, Index Level, Australia. Sourced from ABS Consumer Price Index (6401.0); resolves to /v1/data/abs/CPI [region=australia, measure=index, category=all_groups].
| Series ID | AU.CPI.INDEX |
|---|---|
| Frequency | quarterly |
| Units | Index |
| Adjustment | Seasonally Adjusted |
| Source | ABS Consumer Price Index (6401.0) |
| Resolves to | /v1/series/AU.CPI.INDEX |
| Backed by | /v1/data/abs/CPI [region=australia, measure=index, category=all_groups] |
Get the latest value
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/series/AU.CPI.INDEX/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.INDEX?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.INDEX/chart.svg?key=emb_..."> Related series
Thematic neighbours, ranked by shared tags.
AU.CPI.QOQ Consumer Price Index, Quarterly Change, Australia
ABS Consumer Price Index (6401.0)
AU.CPI.YOY Consumer Price Index, Annual Change (Headline Inflation), Australia
ABS Consumer Price Index (6401.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.CPI.HOUSING.YOY CPI Housing Group, Annual Change, Australia
ABS Monthly CPI Indicator (6484.0)
AU.CPI.MONTHLY Monthly CPI Indicator, Annual Change, Australia
ABS Monthly CPI Indicator (6484.0)