Convert CAD to RWF
Canadian Dollar → Rwandan Franc
1 CAD = 1,043.5501 RWF(1 RWF = 0.000958267 CAD)
Currency converter
1 CAD =
1,043.5501 RWF
CAD to RWF: last 30 days
Over the last 30 days, 1 CAD traded between 1,043.0771 and 1,068.179 RWF, averaging 1,057.8029 RWF. The CAD/RWF rate is down 1.66% since 2026-08-28.
- 30-day high
- 1,068.179
- 2026-09-09
- 30-day low
- 1,043.0771
- 2026-09-19
- 30-day average
- 1,057.8029
- Days with data: 30
- 30-day change
- -1.66%
- since 2026-08-28
1,068.179
1,043.07712026-08-28 → 2026-09-26
| Date | 1 CAD in RWF | Daily change |
|---|---|---|
| 2026-09-26 | 1,043.5501 | 0.00% |
| 2026-09-25 | 1,043.5501 | -0.48% |
| 2026-09-24 | 1,048.6246 | +0.17% |
| 2026-09-23 | 1,046.8101 | -0.10% |
| 2026-09-22 | 1,047.8466 | +0.01% |
| 2026-09-21 | 1,047.777 | -0.39% |
| 2026-09-20 | 1,051.9044 | +0.85% |
| 2026-09-19 | 1,043.0771 | -0.95% |
| 2026-09-18 | 1,053.0677 | +0.21% |
| 2026-09-17 | 1,050.8932 | -0.52% |
| 2026-09-16 | 1,056.4321 | -0.16% |
| 2026-09-15 | 1,058.1459 | -0.11% |
| 2026-09-14 | 1,059.2793 | -0.32% |
| 2026-09-13 | 1,062.6317 | +0.38% |
| 2026-09-12 | 1,058.5944 | -0.54% |
| Date | 1 CAD in RWF | Daily change |
|---|---|---|
| 2026-09-11 | 1,064.3657 | -0.22% |
| 2026-09-10 | 1,066.692 | -0.14% |
| 2026-09-09 | 1,068.179 | +0.13% |
| 2026-09-08 | 1,066.7891 | +0.14% |
| 2026-09-07 | 1,065.2678 | -0.20% |
| 2026-09-06 | 1,067.3574 | +0.15% |
| 2026-09-05 | 1,065.7996 | -0.05% |
| 2026-09-04 | 1,066.3502 | -0.10% |
| 2026-09-03 | 1,067.442 | +0.82% |
| 2026-09-02 | 1,058.7209 | -0.15% |
| 2026-09-01 | 1,060.3606 | +0.10% |
| 2026-08-31 | 1,059.2542 | -0.25% |
| 2026-08-30 | 1,061.8732 | -0.04% |
| 2026-08-29 | 1,062.2636 | +0.10% |
| 2026-08-28 | 1,061.1868 | — |
CAD to RWF conversion table
1 CAD1,043.5501 RWF
5 CAD5,217.7503 RWF
10 CAD10,435.501 RWF
25 CAD26,088.752 RWF
50 CAD52,177.503 RWF
100 CAD104,355.01 RWF
500 CAD521,775.03 RWF
1,000 CAD1,043,550.1 RWF
5,000 CAD5,217,750.3 RWF
10,000 CAD10,435,501 RWF
Get the CAD/RWF rate in your app
One GET request returns the latest CAD → 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/CAD/RWF"fetch('https://rate-api.com/api/v1/pair/CAD/RWF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} RWF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/RWF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} RWF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/RWF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} RWF\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "RWF"
},
"rate": 1043.5501,
"timestamp": 1790429371,
"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 CADRwandan Franc → Canadian Dollar0.00095827Convert CAD to other currencies
Convert other currencies to RWF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.