Convert GBP to UYU
British Pound → Uruguayan Peso
1 GBP = 53.08961 UYU(1 UYU = 0.0188361 GBP)
Currency converter
1 GBP =
53.0896 UYU
GBP to UYU: last 30 days
Over the last 30 days, 1 GBP traded between 53.0896 and 54.7933 UYU, averaging 54.1289 UYU. The GBP/UYU rate is down 2.65% since 2026-08-28.
- 30-day high
- 54.7933
- 2026-08-31
- 30-day low
- 53.0896
- 2026-09-25
- 30-day average
- 54.1289
- Days with data: 30
- 30-day change
- -2.65%
- since 2026-08-28
54.7933
53.08962026-08-28 → 2026-09-26
| Date | 1 GBP in UYU | Daily change |
|---|---|---|
| 2026-09-26 | 53.0896 | 0.00% |
| 2026-09-25 | 53.0896 | -0.16% |
| 2026-09-24 | 53.175 | -0.42% |
| 2026-09-23 | 53.4004 | -0.64% |
| 2026-09-22 | 53.7442 | -0.15% |
| 2026-09-21 | 53.8228 | +0.47% |
| 2026-09-20 | 53.5701 | -0.15% |
| 2026-09-19 | 53.6496 | +0.01% |
| 2026-09-18 | 53.6443 | -0.83% |
| 2026-09-17 | 54.0947 | +0.08% |
| 2026-09-16 | 54.05 | -0.23% |
| 2026-09-15 | 54.1753 | -0.07% |
| 2026-09-14 | 54.2123 | -0.43% |
| 2026-09-13 | 54.4448 | +0.25% |
| 2026-09-12 | 54.3094 | -0.17% |
| Date | 1 GBP in UYU | Daily change |
|---|---|---|
| 2026-09-11 | 54.4033 | +0.01% |
| 2026-09-10 | 54.3998 | -0.24% |
| 2026-09-09 | 54.5318 | +0.04% |
| 2026-09-08 | 54.5091 | +0.08% |
| 2026-09-07 | 54.4648 | +0.05% |
| 2026-09-06 | 54.436 | -0.03% |
| 2026-09-05 | 54.453 | +0.19% |
| 2026-09-04 | 54.3518 | +0.14% |
| 2026-09-03 | 54.2732 | -0.19% |
| 2026-09-02 | 54.376 | -0.14% |
| 2026-09-01 | 54.4543 | -0.62% |
| 2026-08-31 | 54.7933 | +0.15% |
| 2026-08-30 | 54.7093 | +0.01% |
| 2026-08-29 | 54.7039 | +0.31% |
| 2026-08-28 | 54.5349 | — |
GBP to UYU conversion table
1 GBP53.0896 UYU
5 GBP265.4481 UYU
10 GBP530.8961 UYU
25 GBP1,327.2403 UYU
50 GBP2,654.4805 UYU
100 GBP5,308.961 UYU
500 GBP26,544.805 UYU
1,000 GBP53,089.61 UYU
5,000 GBP265,448.05 UYU
10,000 GBP530,896.1 UYU
Get the GBP/UYU rate in your app
One GET request returns the latest GBP → UYU 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/UYU"fetch('https://rate-api.com/api/v1/pair/GBP/UYU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} UYU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/UYU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} UYU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/UYU');
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']} UYU\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "UYU"
},
"rate": 53.0896,
"timestamp": 1790438423,
"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
UYU to GBPUruguayan Peso → British Pound0.018836Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.