Home / RBA cash rate API
Fetch RBA cash rate with source_url in one call
Stable ID AU.CASHRATE, flat /latest, and citation fields on every response.
The numbers still come from the Reserve Bank. We supply the plumbing.
Try it
curl -H 'Authorization: Bearer ak_2IliQLJlKozQBX2tksjZ2JbArUvDz2fJ' \
https://api.ausdata.io/v1/series/AU.CASHRATE/latest Shared demo key (Analyst pool), rate limited per IP. Not a Free personal key. Free personal keys are 500 calls a month from /get-started.
Response includes value, period, citation,
source_url, and retrieved_at. Same fields on every tier.
Series page: /series/AU.CASHRATE/.
The F-table pain this replaces
The live cash rate target still lives in the RBA F1 statistical tables
(Interest Rates and Yields, Money Market). The usual DIY path is download
f01hist.xls, fight multi-row headers, pick the right series ID,
sort, and take the last row. That works until a header row moves.
AU.CASHRATE/latest is the same published figure behind a stable
path. We do not invent a second cash rate, and we do not claim exclusive
access to RBA data. Anyone can still open the F-tables. We wrap them so your
script does not have to.
What you get on Free
- 500 calls / month, no card, every endpoint including cash rate history
- Full history on the same ID (drop
/latestor use observations) - Citation fields:
source_url+retrieved_aton/latest
Upgrade is volume and product ops, not unlocking this series. Analyst is $29 / 10k calls. Embed is $99 for signed responses, embed tokens, and webhooks. Details: why pay and pricing.
Cited Australian stats, one call
Plumbing, not a data broker. Start free, keep the same key when you need more volume.