AUD FX and rate data for treasury workflows

Analyst tier fit

Treasury 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. 1

    Get daily AUD pairs

    GET /v1/data/rba/f11.1

    USD, EUR, GBP, JPY, CNY.

  2. 2

    Pull the cash rate

    GET /v1/data/rba/f1.1

    Joins by date.

  3. 3

    Add real-rate context

    GET /v1/real-rate-regime

    Cash 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.

See pricing

Related

Get a free API key

500 free calls per month. No credit card.