Convert GBP to UZS
British Pound → Uzbekistani Som
1 GBP = 15,665.954 UZS(1 UZS = 0.0000638327 GBP)
Currency converter
1 GBP =
15,665.954 UZS
GBP to UZS: last 30 days
Over the last 30 days, 1 GBP traded between 15,627.405 and 16,061.479 UZS, averaging 15,865.202 UZS. The GBP/UZS rate is down 2.46% since 2026-08-29.
- 30-day high
- 16,061.479
- 2026-08-29
- 30-day low
- 15,627.405
- 2026-09-24
- 30-day average
- 15,865.202
- Days with data: 30
- 30-day change
- -2.46%
- since 2026-08-29
16,061.479
15,627.4052026-08-29 → 2026-09-27
| Date | 1 GBP in UZS | Daily change |
|---|---|---|
| 2026-09-27 | 15,665.954 | 0.00% |
| 2026-09-26 | 15,665.954 | +0.05% |
| 2026-09-25 | 15,658.652 | +0.20% |
| 2026-09-24 | 15,627.405 | -0.14% |
| 2026-09-23 | 15,649.092 | -0.73% |
| 2026-09-22 | 15,764.75 | -0.56% |
| 2026-09-21 | 15,853.424 | +0.35% |
| 2026-09-20 | 15,798.787 | -0.04% |
| 2026-09-19 | 15,805.804 | +0.17% |
| 2026-09-18 | 15,779.495 | +0.10% |
| 2026-09-17 | 15,764.182 | -0.47% |
| 2026-09-16 | 15,839.195 | +0.13% |
| 2026-09-15 | 15,819.024 | -0.15% |
| 2026-09-14 | 15,842.621 | -0.33% |
| 2026-09-13 | 15,894.624 | -0.18% |
| Date | 1 GBP in UZS | Daily change |
|---|---|---|
| 2026-09-12 | 15,922.741 | +0.01% |
| 2026-09-11 | 15,921.521 | -0.28% |
| 2026-09-10 | 15,965.827 | -0.33% |
| 2026-09-09 | 16,018.952 | +0.46% |
| 2026-09-08 | 15,945.137 | +0.05% |
| 2026-09-07 | 15,937.895 | -0.06% |
| 2026-09-06 | 15,947.774 | -0.05% |
| 2026-09-05 | 15,956.519 | +0.12% |
| 2026-09-04 | 15,937.707 | +0.13% |
| 2026-09-03 | 15,916.784 | -0.09% |
| 2026-09-02 | 15,930.58 | -0.32% |
| 2026-09-01 | 15,982.468 | -0.24% |
| 2026-08-31 | 16,021.454 | -0.24% |
| 2026-08-30 | 16,060.251 | -0.01% |
| 2026-08-29 | 16,061.479 | — |
GBP to UZS conversion table
1 GBP15,665.954 UZS
5 GBP78,329.772 UZS
10 GBP156,659.54 UZS
25 GBP391,648.86 UZS
50 GBP783,297.72 UZS
100 GBP1,566,595.4 UZS
500 GBP7,832,977.2 UZS
1,000 GBP15,665,954 UZS
5,000 GBP78,329,772 UZS
10,000 GBP156,659,543 UZS
Get the GBP/UZS rate in your app
One GET request returns the latest GBP → UZS 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/UZS"fetch('https://rate-api.com/api/v1/pair/GBP/UZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} UZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/UZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} UZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/UZS');
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']} UZS\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "UZS"
},
"rate": 15665.9543,
"timestamp": 1790490126,
"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
UZS to GBPUzbekistani Som → British Pound0.000063833Convert GBP to other currencies
Convert other currencies to UZS
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.