Convert CDF to CAD
Congolese Franc → Canadian Dollar
1 CDF = 0.000612181 CAD(1 CAD = 1,633.5035 CDF)
Currency converter
1 CDF =
0.00061218 CAD
CDF to CAD: last 30 days
Over the last 30 days, 1 CDF traded between 0.00059714 and 0.00061304 CAD, averaging 0.0006058 CAD. The CDF/CAD rate is up 1.41% since 2026-08-28.
- 30-day high
- 0.00061304
- 2026-09-20
- 30-day low
- 0.00059714
- 2026-09-09
- 30-day average
- 0.0006058
- Days with data: 30
- 30-day change
- +1.41%
- since 2026-08-28
0.00061304
0.000597142026-08-28 → 2026-09-26
| Date | 1 CDF in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00061218 | 0.00% |
| 2026-09-25 | 0.00061218 | +0.18% |
| 2026-09-24 | 0.00061107 | +0.20% |
| 2026-09-23 | 0.00060985 | +0.28% |
| 2026-09-22 | 0.00060813 | +0.32% |
| 2026-09-21 | 0.00060617 | -1.12% |
| 2026-09-20 | 0.00061304 | +0.77% |
| 2026-09-19 | 0.00060838 | +0.35% |
| 2026-09-18 | 0.00060623 | -0.13% |
| 2026-09-17 | 0.00060701 | +0.61% |
| 2026-09-16 | 0.00060335 | +0.05% |
| 2026-09-15 | 0.00060308 | +0.25% |
| 2026-09-14 | 0.0006016 | -1.56% |
| 2026-09-13 | 0.00061112 | +0.06% |
| 2026-09-12 | 0.00061077 | +1.75% |
| Date | 1 CDF in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00060024 | +0.28% |
| 2026-09-10 | 0.00059855 | +0.24% |
| 2026-09-09 | 0.00059714 | -0.22% |
| 2026-09-08 | 0.00059846 | -0.34% |
| 2026-09-07 | 0.00060048 | -1.34% |
| 2026-09-06 | 0.00060864 | +0.52% |
| 2026-09-05 | 0.00060552 | +1.00% |
| 2026-09-04 | 0.00059956 | -0.30% |
| 2026-09-03 | 0.00060133 | -0.92% |
| 2026-09-02 | 0.00060691 | +0.29% |
| 2026-09-01 | 0.00060514 | -0.94% |
| 2026-08-31 | 0.00061086 | +0.39% |
| 2026-08-30 | 0.00060847 | +0.61% |
| 2026-08-29 | 0.00060481 | +0.19% |
| 2026-08-28 | 0.00060366 | — |
CDF to CAD conversion table
1 CDF0.00061218 CAD
5 CDF0.0030609 CAD
10 CDF0.0061218 CAD
25 CDF0.015305 CAD
50 CDF0.030609 CAD
100 CDF0.061218 CAD
500 CDF0.30609 CAD
1,000 CDF0.61218 CAD
5,000 CDF3.0609 CAD
10,000 CDF6.1218 CAD
Get the CDF/CAD rate in your app
One GET request returns the latest CDF → CAD 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/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/CDF/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CDF = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CDF/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CDF = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CDF/CAD?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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "CDF",
"to": "CAD"
},
"rate": 0.000612,
"timestamp": 1790432086,
"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
CAD to CDFCanadian Dollar → Congolese Franc1,633.5035Convert CDF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.