Convert CDF to AUD
Congolese Franc → Australian Dollar
1 CDF = 0.000615711 AUD(1 AUD = 1,624.1376 CDF)
Currency converter
1 CDF =
0.00061571 AUD
CDF to AUD: last 30 days
Over the last 30 days, 1 CDF traded between 0.0006003 and 0.00061602 AUD, averaging 0.0006089 AUD. The CDF/AUD rate is up 1.67% since 2026-08-28.
- 30-day high
- 0.00061602
- 2026-09-24
- 30-day low
- 0.0006003
- 2026-09-09
- 30-day average
- 0.0006089
- Days with data: 30
- 30-day change
- +1.67%
- since 2026-08-28
0.00061602
0.00060032026-08-28 → 2026-09-26
| Date | 1 CDF in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00061571 | 0.00% |
| 2026-09-25 | 0.00061571 | -0.05% |
| 2026-09-24 | 0.00061602 | +0.58% |
| 2026-09-23 | 0.00061247 | +0.57% |
| 2026-09-22 | 0.00060899 | +0.42% |
| 2026-09-21 | 0.00060643 | -1.32% |
| 2026-09-20 | 0.00061457 | +0.77% |
| 2026-09-19 | 0.0006099 | +0.35% |
| 2026-09-18 | 0.00060775 | -0.32% |
| 2026-09-17 | 0.0006097 | +0.46% |
| 2026-09-16 | 0.0006069 | -0.18% |
| 2026-09-15 | 0.00060802 | +0.07% |
| 2026-09-14 | 0.00060762 | -1.17% |
| 2026-09-13 | 0.00061483 | +0.06% |
| 2026-09-12 | 0.00061447 | +1.75% |
| Date | 1 CDF in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00060388 | +0.15% |
| 2026-09-10 | 0.00060297 | +0.44% |
| 2026-09-09 | 0.0006003 | -0.10% |
| 2026-09-08 | 0.00060089 | -0.23% |
| 2026-09-07 | 0.00060226 | -1.63% |
| 2026-09-06 | 0.00061226 | +0.52% |
| 2026-09-05 | 0.00060912 | +1.00% |
| 2026-09-04 | 0.00060312 | -0.50% |
| 2026-09-03 | 0.00060613 | -0.60% |
| 2026-09-02 | 0.00060979 | -0.06% |
| 2026-09-01 | 0.00061015 | -0.67% |
| 2026-08-31 | 0.00061425 | +0.62% |
| 2026-08-30 | 0.00061045 | +0.61% |
| 2026-08-29 | 0.00060677 | +0.19% |
| 2026-08-28 | 0.00060562 | — |
CDF to AUD conversion table
1 CDF0.00061571 AUD
5 CDF0.0030786 AUD
10 CDF0.0061571 AUD
25 CDF0.015393 AUD
50 CDF0.030786 AUD
100 CDF0.061571 AUD
500 CDF0.30786 AUD
1,000 CDF0.61571 AUD
5,000 CDF3.0786 AUD
10,000 CDF6.1571 AUD
Get the CDF/AUD rate in your app
One GET request returns the latest CDF → AUD 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/CDF/AUD?precision=6"fetch('https://rate-api.com/api/v1/pair/CDF/AUD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CDF = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CDF/AUD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CDF = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CDF/AUD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CDF = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "CDF",
"to": "AUD"
},
"rate": 0.000616,
"timestamp": 1790432039,
"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
AUD to CDFAustralian Dollar → Congolese Franc1,624.1376Convert CDF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.