Convert AUD to CDF
Australian Dollar → Congolese Franc
1 AUD = 1,624.1376 CDF(1 CDF = 0.000615711 AUD)
Currency converter
1 AUD =
1,624.1376 CDF
AUD to CDF: last 30 days
Over the last 30 days, 1 AUD traded between 1,623.3273 and 1,665.8252 CDF, averaging 1,642.3922 CDF. The AUD/CDF rate is down 1.64% since 2026-08-28.
- 30-day high
- 1,665.8252
- 2026-09-09
- 30-day low
- 1,623.3273
- 2026-09-24
- 30-day average
- 1,642.3922
- Days with data: 30
- 30-day change
- -1.64%
- since 2026-08-28
1,665.8252
1,623.32732026-08-28 → 2026-09-26
| Date | 1 AUD in CDF | Daily change |
|---|---|---|
| 2026-09-26 | 1,624.1376 | 0.00% |
| 2026-09-25 | 1,624.1376 | +0.05% |
| 2026-09-24 | 1,623.3273 | -0.58% |
| 2026-09-23 | 1,632.7426 | -0.57% |
| 2026-09-22 | 1,642.0501 | -0.42% |
| 2026-09-21 | 1,648.9996 | +1.34% |
| 2026-09-20 | 1,627.156 | -0.76% |
| 2026-09-19 | 1,639.6155 | -0.35% |
| 2026-09-18 | 1,645.4249 | +0.32% |
| 2026-09-17 | 1,640.1431 | -0.46% |
| 2026-09-16 | 1,647.7068 | +0.18% |
| 2026-09-15 | 1,644.6768 | -0.07% |
| 2026-09-14 | 1,645.7723 | +1.19% |
| 2026-09-13 | 1,626.4699 | -0.06% |
| 2026-09-12 | 1,627.4187 | -1.72% |
| Date | 1 AUD in CDF | Daily change |
|---|---|---|
| 2026-09-11 | 1,655.9674 | -0.15% |
| 2026-09-10 | 1,658.4638 | -0.44% |
| 2026-09-09 | 1,665.8252 | +0.10% |
| 2026-09-08 | 1,664.2014 | +0.23% |
| 2026-09-07 | 1,660.4137 | +1.66% |
| 2026-09-06 | 1,633.2929 | -0.51% |
| 2026-09-05 | 1,641.7052 | -0.99% |
| 2026-09-04 | 1,658.0415 | +0.50% |
| 2026-09-03 | 1,649.8115 | +0.60% |
| 2026-09-02 | 1,639.9141 | +0.06% |
| 2026-09-01 | 1,638.934 | +0.67% |
| 2026-08-31 | 1,628.0119 | -0.62% |
| 2026-08-30 | 1,638.1448 | -0.60% |
| 2026-08-29 | 1,648.061 | -0.19% |
| 2026-08-28 | 1,651.1976 | — |
AUD to CDF conversion table
1 AUD1,624.1376 CDF
5 AUD8,120.6879 CDF
10 AUD16,241.376 CDF
25 AUD40,603.439 CDF
50 AUD81,206.879 CDF
100 AUD162,413.76 CDF
500 AUD812,068.79 CDF
1,000 AUD1,624,137.6 CDF
5,000 AUD8,120,687.9 CDF
10,000 AUD16,241,376 CDF
Get the AUD/CDF rate in your app
One GET request returns the latest AUD → CDF 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/CDF"fetch('https://rate-api.com/api/v1/pair/AUD/CDF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} CDF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/CDF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} CDF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/CDF');
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']} CDF\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "CDF"
},
"rate": 1624.1376,
"timestamp": 1790429275,
"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
CDF to AUDCongolese Franc → Australian Dollar0.00061571Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.