Convert GBP to RWF
British Pound → Rwandan Franc
1 GBP = 1,955.8756 RWF(1 RWF = 0.00051128 GBP)
Currency converter
1 GBP =
1,955.8756 RWF
GBP to RWF: last 30 days
Over the last 30 days, 1 GBP traded between 1,950.0541 and 1,998.8862 RWF, averaging 1,980.9411 RWF. The GBP/RWF rate is down 2.05% since 2026-08-28.
- 30-day high
- 1,998.8862
- 2026-08-29
- 30-day low
- 1,950.0541
- 2026-09-19
- 30-day average
- 1,980.9411
- Days with data: 30
- 30-day change
- -2.05%
- since 2026-08-28
1,998.8862
1,950.05412026-08-28 → 2026-09-26
| Date | 1 GBP in RWF | Daily change |
|---|---|---|
| 2026-09-26 | 1,955.8756 | 0.00% |
| 2026-09-25 | 1,955.8756 | -0.06% |
| 2026-09-24 | 1,956.9789 | -0.06% |
| 2026-09-23 | 1,958.0646 | -0.43% |
| 2026-09-22 | 1,966.5328 | +0.06% |
| 2026-09-21 | 1,965.424 | -0.06% |
| 2026-09-20 | 1,966.5569 | +0.85% |
| 2026-09-19 | 1,950.0541 | -0.95% |
| 2026-09-18 | 1,968.7318 | +0.07% |
| 2026-09-17 | 1,967.3146 | -0.71% |
| 2026-09-16 | 1,981.4587 | -0.23% |
| 2026-09-15 | 1,986.0032 | +0.05% |
| 2026-09-14 | 1,985.0765 | -0.21% |
| 2026-09-13 | 1,989.1868 | +0.38% |
| 2026-09-12 | 1,981.6293 | -0.54% |
| Date | 1 GBP in RWF | Daily change |
|---|---|---|
| 2026-09-11 | 1,992.4328 | -0.01% |
| 2026-09-10 | 1,992.5391 | -0.12% |
| 2026-09-09 | 1,994.9387 | +0.00% |
| 2026-09-08 | 1,994.8558 | +0.14% |
| 2026-09-07 | 1,991.99 | -0.05% |
| 2026-09-06 | 1,992.9012 | +0.15% |
| 2026-09-05 | 1,989.9925 | -0.05% |
| 2026-09-04 | 1,991.0205 | +0.20% |
| 2026-09-03 | 1,987.0644 | -0.04% |
| 2026-09-02 | 1,987.7692 | -0.24% |
| 2026-09-01 | 1,992.6239 | +0.06% |
| 2026-08-31 | 1,991.4439 | -0.34% |
| 2026-08-30 | 1,998.1515 | -0.04% |
| 2026-08-29 | 1,998.8862 | +0.10% |
| 2026-08-28 | 1,996.86 | — |
GBP to RWF conversion table
1 GBP1,955.8756 RWF
5 GBP9,779.3782 RWF
10 GBP19,558.756 RWF
25 GBP48,896.891 RWF
50 GBP97,793.782 RWF
100 GBP195,587.56 RWF
500 GBP977,937.82 RWF
1,000 GBP1,955,875.6 RWF
5,000 GBP9,779,378.2 RWF
10,000 GBP19,558,756 RWF
Get the GBP/RWF rate in your app
One GET request returns the latest GBP → 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/GBP/RWF"fetch('https://rate-api.com/api/v1/pair/GBP/RWF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} RWF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/RWF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} RWF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/RWF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} RWF\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "RWF"
},
"rate": 1955.8756,
"timestamp": 1790429398,
"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 GBPRwandan Franc → British Pound0.00051128Convert GBP to other currencies
Convert other currencies to RWF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.