Home / ABS CPI API
Monthly CPI vs citation-grade quarterly YoY
Three stable IDs for three different jobs. Pick the series that matches the question, then carry the citation fields into your app.
Which ID to call
AU.CPI.MONTHLY
Monthly CPI Indicator (ABS 6484.0). Faster release-morning read. Useful for dashboards and agents that need a newer print than the quarterly cycle. Not a substitute for citation-grade quarterly headline CPI.
Series: /series/AU.CPI.MONTHLY/
AU.CPI.YOY
Headline quarterly CPI year-on-year (ABS 6401.0). Prefer this when you need a citable quarterly inflation figure for reports, footnotes, or product copy.
Series: /series/AU.CPI.YOY/
AU.CPI.TRIMMED
Trimmed mean CPI, annual (ABS 6401.0). The RBA-preferred underlying gauge.
Pairs with AU.CASHRATE when you care about policy stance rather
than headline alone.
Series: /series/AU.CPI.TRIMMED/
Try monthly /latest
curl -H 'Authorization: Bearer ak_2IliQLJlKozQBX2tksjZ2JbArUvDz2fJ' \
https://api.ausdata.io/v1/series/AU.CPI.MONTHLY/latest Shared demo key (Analyst pool), rate limited per IP. Not a Free personal key.
Citation-grade quarterly
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/series/AU.CPI.YOY/latest
Both responses include source_url and retrieved_at.
Swap the ID for AU.CPI.TRIMMED the same way.
Free vs paid (same series)
Free is 500 calls a month with every CPI series and full history. Analyst ($29 / 10k) raises volume. Embed ($99) adds signed responses, embed tokens, and webhooks. Nothing on this page is paid-only.