Australian public data, one API key

Nine Australian government sources behind one key: citable time series, charts, and cross-source signals.

Get a free key Read the docs

500 calls a month · no card · live in about a minute · API v0.7.103

pip install ausdata-sdk
npm i -g ausdata-cli
npx -y ausdata-mcp
MCP server for agents (config)

One call, the whole answer

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/series/AU.CPI.YOY/latest

Example response (flat, citable):

{
  "series_id": "AU.CPI.YOY",
  "date": "2026-03-31",
  "period": "2026-Q1",
  "value": 4,
  "units": "Percent",
  "citation": "Australian Bureau of Statistics, CPI, CC-BY 4.0"
}
9
government sources
69
canonical series
18
cross-source signals
47
live endpoints

ABS · RBA · ATO · APRA · AIHW · ASIC · AEMO · WGEA · BOM (weather)

What you get

69 canonical series

Stable IDs like AU.CPI.YOY, AU.CASHRATE, AU.GDP.REAL, with full history, FRED-style transforms, CSV and embeddable charts. Browse →

18 cross-source signals

Real wages, the real-rate regime, housing affordability, credit impulse, joined across sources into one response. See all →

Raw passthrough

Every curated dataset across all nine sources at /v1/data/{source}/{id}, with slicing and CSV.

Built for agents

An MCP server, an LLM discovery manifest, and a uniform response envelope.

Reliable by contract

A request returns the current published data, or a clear error: never an older vintage served as the current answer. Every value is traceable to its source agency via meta.sources[].attribution.

Start with a free key.

500 calls a month, no card.

Get a free keyRead the docs