Live cash rate and lender data for mortgage tools
Embed tier fitBrokers and aggregators need the current RBA cash rate, recent rate moves, and a clean list of every ADI for lender comparison. We expose all three in one envelope.
The friction today
- .RBA publishes the cash rate as PDF announcement plus a CSV table. No webhook.
- .APRA's ADI list is a downloadable workbook, not an API.
- .Calculators built on Excel feeds break on rate-decision day.
The workflow in 3 calls
- 1
Get the current cash rate
GET /v1/data/rba/f1.1Latest value plus history.
- 2
List every authorised lender
GET /v1/data/apra/adi-listBank, building society, credit union.
- 3
Show recent housing finance flow
GET /v1/data/abs/5601.0Lending indicators, monthly.
Try it now
cURL
curl https://api.ausdata.io/v1/data/rba/f1.1?latest=true \
-H "Authorization: Bearer YOUR_KEY"Right tier for mortgage brokers
Embed ($199) is the right tier when the data shows in a customer-facing calculator.
Related
500 free calls per month. No credit card.