Convert CHF to RWF
Swiss Franc → Rwandan Franc
1 CHF = 1,781.8245 RWF(1 RWF = 0.000561223 CHF)
Currency converter
1 CHF =
1,781.8245 RWF
CHF to RWF: last 30 days
Over the last 30 days, 1 CHF traded between 1,769.9401 and 1,829.8312 RWF, averaging 1,804.9784 RWF. The CHF/RWF rate is down 2.52% since 2026-08-28.
- 30-day high
- 1,829.8312
- 2026-08-29
- 30-day low
- 1,769.9401
- 2026-09-19
- 30-day average
- 1,804.9784
- Days with data: 30
- 30-day change
- -2.52%
- since 2026-08-28
1,829.8312
1,769.94012026-08-28 → 2026-09-26
| Date | 1 CHF in RWF | Daily change |
|---|---|---|
| 2026-09-26 | 1,781.8245 | 0.00% |
| 2026-09-25 | 1,781.8245 | -0.37% |
| 2026-09-24 | 1,788.4237 | -0.22% |
| 2026-09-23 | 1,792.286 | -0.20% |
| 2026-09-22 | 1,795.8993 | +0.54% |
| 2026-09-21 | 1,786.3271 | +0.08% |
| 2026-09-20 | 1,784.9187 | +0.85% |
| 2026-09-19 | 1,769.9401 | -0.95% |
| 2026-09-18 | 1,786.8926 | +0.17% |
| 2026-09-17 | 1,783.7998 | -0.79% |
| 2026-09-16 | 1,797.9545 | -0.13% |
| 2026-09-15 | 1,800.2629 | -0.08% |
| 2026-09-14 | 1,801.6842 | -0.25% |
| 2026-09-13 | 1,806.2002 | +0.38% |
| 2026-09-12 | 1,799.3379 | -0.54% |
| Date | 1 CHF in RWF | Daily change |
|---|---|---|
| 2026-09-11 | 1,809.1476 | -0.32% |
| 2026-09-10 | 1,814.9975 | -0.40% |
| 2026-09-09 | 1,822.232 | +0.41% |
| 2026-09-08 | 1,814.7455 | -0.25% |
| 2026-09-07 | 1,819.238 | -0.05% |
| 2026-09-06 | 1,820.1686 | +0.15% |
| 2026-09-05 | 1,817.512 | -0.05% |
| 2026-09-04 | 1,818.4509 | -0.14% |
| 2026-09-03 | 1,821.0579 | +0.54% |
| 2026-09-02 | 1,811.23 | -0.31% |
| 2026-09-01 | 1,816.8714 | -0.13% |
| 2026-08-31 | 1,819.1583 | -0.55% |
| 2026-08-30 | 1,829.1586 | -0.04% |
| 2026-08-29 | 1,829.8312 | +0.10% |
| 2026-08-28 | 1,827.9763 | — |
CHF to RWF conversion table
1 CHF1,781.8245 RWF
5 CHF8,909.1223 RWF
10 CHF17,818.245 RWF
25 CHF44,545.611 RWF
50 CHF89,091.223 RWF
100 CHF178,182.45 RWF
500 CHF890,912.23 RWF
1,000 CHF1,781,824.5 RWF
5,000 CHF8,909,122.3 RWF
10,000 CHF17,818,245 RWF
Get the CHF/RWF rate in your app
One GET request returns the latest CHF → 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/CHF/RWF"fetch('https://rate-api.com/api/v1/pair/CHF/RWF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} RWF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/RWF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} RWF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/RWF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} RWF\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "RWF"
},
"rate": 1781.8245,
"timestamp": 1790429310,
"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 CHFRwandan Franc → Swiss Franc0.00056122Convert CHF to other currencies
Convert other currencies to RWF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.