AUD FX and rate data for treasury workflows
Analyst tier fitTreasury teams hedging AUD exposure need official RBA mid rates, not vendor composites. We expose F11 daily rates and the cash rate target in the same JSON envelope.
The friction today
- .Reuters and Bloomberg cost more than the data is worth at small scale.
- .RBA CSV downloads need manual parsing on rate-decision day.
- .Joining FX to the cash rate across providers is error-prone.
The workflow in 3 calls
- 1
Get daily AUD pairs
GET /v1/data/rba/f11.1USD, EUR, GBP, JPY, CNY.
- 2
Pull the cash rate
GET /v1/data/rba/f1.1Joins by date.
- 3
Add real-rate context
GET /v1/real-rate-regimeCash rate minus CPI.
Try it now
cURL
curl https://api.ausdata.io/v1/data/rba/f11.1?latest=true \
-H "Authorization: Bearer YOUR_KEY"Right tier for fx and treasury teams
Analyst covers daily polling. Embed only if you redistribute the rates.
Related
500 free calls per month. No credit card.