Convert GBP to UGX
British Pound → Ugandan Shilling
1 GBP = 5,188.5619 UGX(1 UGX = 0.000192732 GBP)
Currency converter
1 GBP =
5,188.5619 UGX
GBP to UGX: last 30 days
Over the last 30 days, 1 GBP traded between 5,092.0232 and 5,272.9582 UGX, averaging 5,176.1525 UGX. The GBP/UGX rate is up 1.36% since 2026-08-29.
- 30-day high
- 5,272.9582
- 2026-09-21
- 30-day low
- 5,092.0232
- 2026-09-02
- 30-day average
- 5,176.1525
- Days with data: 30
- 30-day change
- +1.36%
- since 2026-08-29
5,272.9582
5,092.02322026-08-29 → 2026-09-27
| Date | 1 GBP in UGX | Daily change |
|---|---|---|
| 2026-09-27 | 5,188.5619 | 0.00% |
| 2026-09-26 | 5,188.5619 | -0.34% |
| 2026-09-25 | 5,206.0241 | +0.83% |
| 2026-09-24 | 5,163.3322 | -0.43% |
| 2026-09-23 | 5,185.6223 | -1.20% |
| 2026-09-22 | 5,248.8542 | -0.46% |
| 2026-09-21 | 5,272.9582 | +0.41% |
| 2026-09-20 | 5,251.3784 | +0.06% |
| 2026-09-19 | 5,248.329 | +0.09% |
| 2026-09-18 | 5,243.5424 | -0.10% |
| 2026-09-17 | 5,248.834 | -0.22% |
| 2026-09-16 | 5,260.1772 | +0.20% |
| 2026-09-15 | 5,249.8181 | +0.57% |
| 2026-09-14 | 5,220.1984 | -0.10% |
| 2026-09-13 | 5,225.6102 | +0.04% |
| Date | 1 GBP in UGX | Daily change |
|---|---|---|
| 2026-09-12 | 5,223.3942 | +0.93% |
| 2026-09-11 | 5,175.0468 | +0.98% |
| 2026-09-10 | 5,125.0354 | -0.22% |
| 2026-09-09 | 5,136.3589 | +0.36% |
| 2026-09-08 | 5,118.0519 | +0.17% |
| 2026-09-07 | 5,109.2423 | -0.08% |
| 2026-09-06 | 5,113.515 | +0.07% |
| 2026-09-05 | 5,110.1241 | -0.03% |
| 2026-09-04 | 5,111.6574 | +0.21% |
| 2026-09-03 | 5,101.1125 | +0.18% |
| 2026-09-02 | 5,092.0232 | -0.57% |
| 2026-09-01 | 5,121.2742 | +0.27% |
| 2026-08-31 | 5,107.5074 | -0.24% |
| 2026-08-30 | 5,119.6633 | +0.02% |
| 2026-08-29 | 5,118.7645 | — |
GBP to UGX conversion table
1 GBP5,188.5619 UGX
5 GBP25,942.81 UGX
10 GBP51,885.619 UGX
25 GBP129,714.05 UGX
50 GBP259,428.1 UGX
100 GBP518,856.19 UGX
500 GBP2,594,281 UGX
1,000 GBP5,188,561.9 UGX
5,000 GBP25,942,810 UGX
10,000 GBP51,885,619 UGX
Get the GBP/UGX rate in your app
One GET request returns the latest GBP → UGX 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/UGX"fetch('https://rate-api.com/api/v1/pair/GBP/UGX', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} UGX`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/UGX",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} UGX")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/UGX');
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']} UGX\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "UGX"
},
"rate": 5188.5619,
"timestamp": 1790490115,
"date": "2026-09-27"
}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
UGX to GBPUgandan Shilling → British Pound0.00019273Convert GBP to other currencies
Convert other currencies to UGX
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.