Convert AUD to RWF
Australian Dollar → Rwandan Franc
1 AUD = 1,037.5667 RWF(1 RWF = 0.000963793 AUD)
Currency converter
1 AUD =
1,037.5667 RWF
AUD to RWF: last 30 days
Over the last 30 days, 1 AUD traded between 1,037.5667 and 1,062.5452 RWF, averaging 1,052.4074 RWF. The AUD/RWF rate is down 1.91% since 2026-08-28.
- 30-day high
- 1,062.5452
- 2026-09-09
- 30-day low
- 1,037.5667
- 2026-09-25
- 30-day average
- 1,052.4074
- Days with data: 30
- 30-day change
- -1.91%
- since 2026-08-28
1,062.5452
1,037.56672026-08-28 → 2026-09-26
| Date | 1 AUD in RWF | Daily change |
|---|---|---|
| 2026-09-26 | 1,037.5667 | 0.00% |
| 2026-09-25 | 1,037.5667 | -0.25% |
| 2026-09-24 | 1,040.1977 | -0.21% |
| 2026-09-23 | 1,042.3365 | -0.38% |
| 2026-09-22 | 1,046.3565 | -0.09% |
| 2026-09-21 | 1,047.3283 | -0.19% |
| 2026-09-20 | 1,049.2831 | +0.85% |
| 2026-09-19 | 1,040.4778 | -0.95% |
| 2026-09-18 | 1,050.4435 | +0.40% |
| 2026-09-17 | 1,046.2581 | -0.38% |
| 2026-09-16 | 1,050.2537 | +0.07% |
| 2026-09-15 | 1,049.5505 | +0.07% |
| 2026-09-14 | 1,048.7816 | -0.71% |
| 2026-09-13 | 1,056.2294 | +0.38% |
| 2026-09-12 | 1,052.2165 | -0.54% |
| Date | 1 AUD in RWF | Daily change |
|---|---|---|
| 2026-09-11 | 1,057.953 | -0.09% |
| 2026-09-10 | 1,058.8746 | -0.35% |
| 2026-09-09 | 1,062.5452 | +0.01% |
| 2026-09-08 | 1,062.4791 | +0.03% |
| 2026-09-07 | 1,062.1168 | +0.10% |
| 2026-09-06 | 1,061.0526 | +0.15% |
| 2026-09-05 | 1,059.504 | -0.05% |
| 2026-09-04 | 1,060.0513 | +0.10% |
| 2026-09-03 | 1,058.9958 | +0.50% |
| 2026-09-02 | 1,053.7265 | +0.20% |
| 2026-09-01 | 1,051.6523 | -0.17% |
| 2026-08-31 | 1,053.4129 | -0.47% |
| 2026-08-30 | 1,058.4352 | -0.04% |
| 2026-08-29 | 1,058.8244 | +0.10% |
| 2026-08-28 | 1,057.7511 | — |
AUD to RWF conversion table
1 AUD1,037.5667 RWF
5 AUD5,187.8335 RWF
10 AUD10,375.667 RWF
25 AUD25,939.168 RWF
50 AUD51,878.335 RWF
100 AUD103,756.67 RWF
500 AUD518,783.35 RWF
1,000 AUD1,037,566.7 RWF
5,000 AUD5,187,833.5 RWF
10,000 AUD10,375,667 RWF
Get the AUD/RWF rate in your app
One GET request returns the latest AUD → RWF rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/AUD/RWF"fetch('https://rate-api.com/api/v1/pair/AUD/RWF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} RWF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/RWF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} RWF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/RWF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} RWF\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "RWF"
},
"rate": 1037.5667,
"timestamp": 1790429307,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
RWF to AUDRwandan Franc → Australian Dollar0.00096379Convert AUD to other currencies
Convert other currencies to RWF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.