How Ausdata compares

Australian government data has good free tools already. Here's where Ausdata fits and where it doesn't.

FeatureAusdataRaw ABS / RBAreadrba (R)DBnomics
One API key for ABS, RBA, APRA, AEMOpartial
JSON responses (no SDMX, no XLS)
Composed series (real cash rate, real wages)
Python SDK
R supportpartial
MCP server for LLM agents
Pulse webhooks on new releases
Source URL + attribution in every responsepartial
AUD billingfreefreefree
Free tier500/mo

Use raw ABS / RBA if…

You only need one series, once, and you're happy parsing SDMX or XLS by hand. It's free and it always will be. Ausdata is a wrapper, not a replacement for the source.

Use readrba if…

You're an R user. Matt Cowgill's package is excellent and idiomatic for the tidyverse. Ausdata doesn't ship an R client.

Use DBnomics if…

You need a global macro database (IMF, OECD, ECB) and Australian data is one slice of that. DBnomics is broader; Ausdata is deeper on AU and ships composed series DBnomics doesn't.

Use Ausdata if…

You're shipping a product or an LLM agent that needs live Australian numbers, with one auth key, JSON in, JSON out, citation-ready, and ideally a webhook when the data changes.