Convert RWF to GBP
Rwandan Franc → British Pound
1 RWF = 0.00051128 GBP(1 GBP = 1,955.8756 RWF)
Currency converter
1 RWF =
0.00051128 GBP
RWF to GBP: last 30 days
Over the last 30 days, 1 RWF traded between 0.00050028 and 0.00051281 GBP, averaging 0.00050484 GBP. The RWF/GBP rate is up 2.10% since 2026-08-28.
- 30-day high
- 0.00051281
- 2026-09-19
- 30-day low
- 0.00050028
- 2026-08-29
- 30-day average
- 0.00050484
- Days with data: 30
- 30-day change
- +2.10%
- since 2026-08-28
0.00051281
0.000500282026-08-28 → 2026-09-26
| Date | 1 RWF in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.00051128 | 0.00% |
| 2026-09-25 | 0.00051128 | +0.06% |
| 2026-09-24 | 0.00051099 | +0.06% |
| 2026-09-23 | 0.00051071 | +0.43% |
| 2026-09-22 | 0.00050851 | -0.06% |
| 2026-09-21 | 0.0005088 | +0.06% |
| 2026-09-20 | 0.0005085 | -0.84% |
| 2026-09-19 | 0.00051281 | +0.96% |
| 2026-09-18 | 0.00050794 | -0.07% |
| 2026-09-17 | 0.00050831 | +0.72% |
| 2026-09-16 | 0.00050468 | +0.23% |
| 2026-09-15 | 0.00050352 | -0.05% |
| 2026-09-14 | 0.00050376 | +0.21% |
| 2026-09-13 | 0.00050272 | -0.38% |
| 2026-09-12 | 0.00050464 | +0.55% |
| Date | 1 RWF in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.0005019 | +0.01% |
| 2026-09-10 | 0.00050187 | +0.12% |
| 2026-09-09 | 0.00050127 | -0.00% |
| 2026-09-08 | 0.00050129 | -0.14% |
| 2026-09-07 | 0.00050201 | +0.05% |
| 2026-09-06 | 0.00050178 | -0.15% |
| 2026-09-05 | 0.00050251 | +0.05% |
| 2026-09-04 | 0.00050226 | -0.20% |
| 2026-09-03 | 0.00050325 | +0.04% |
| 2026-09-02 | 0.00050308 | +0.24% |
| 2026-09-01 | 0.00050185 | -0.06% |
| 2026-08-31 | 0.00050215 | +0.34% |
| 2026-08-30 | 0.00050046 | +0.04% |
| 2026-08-29 | 0.00050028 | -0.10% |
| 2026-08-28 | 0.00050079 | — |
RWF to GBP conversion table
1 RWF0.00051128 GBP
5 RWF0.0025564 GBP
10 RWF0.0051128 GBP
25 RWF0.012782 GBP
50 RWF0.025564 GBP
100 RWF0.051128 GBP
500 RWF0.25564 GBP
1,000 RWF0.51128 GBP
5,000 RWF2.5564 GBP
10,000 RWF5.1128 GBP
Get the RWF/GBP rate in your app
One GET request returns the latest RWF → GBP 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/RWF/GBP?precision=6"fetch('https://rate-api.com/api/v1/pair/RWF/GBP?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RWF = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RWF/GBP?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RWF = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RWF/GBP?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 RWF = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "RWF",
"to": "GBP"
},
"rate": 0.000511,
"timestamp": 1790432144,
"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
GBP to RWFBritish Pound → Rwandan Franc1,955.8756Convert RWF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.