Convert UAH to GBP
Ukrainian Hryvnia → British Pound
1 UAH = 0.0168278 GBP(1 GBP = 59.425473 UAH)
Currency converter
1 UAH =
0.016828 GBP
UAH to GBP: last 30 days
Over the last 30 days, 1 UAH traded between 0.016505 and 0.016828 GBP, averaging 0.016646 GBP. The UAH/GBP rate is up 1.85% since 2026-08-28.
- 30-day high
- 0.016828
- 2026-09-25
- 30-day low
- 0.016505
- 2026-08-29
- 30-day average
- 0.016646
- Days with data: 30
- 30-day change
- +1.85%
- since 2026-08-28
0.016828
0.0165052026-08-28 → 2026-09-26
| Date | 1 UAH in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.016828 | 0.00% |
| 2026-09-25 | 0.016828 | +0.05% |
| 2026-09-24 | 0.01682 | +0.17% |
| 2026-09-23 | 0.016792 | +0.45% |
| 2026-09-22 | 0.016716 | +0.13% |
| 2026-09-21 | 0.016694 | -0.49% |
| 2026-09-20 | 0.016776 | -0.00% |
| 2026-09-19 | 0.016777 | +0.03% |
| 2026-09-18 | 0.016772 | +0.21% |
| 2026-09-17 | 0.016738 | +0.53% |
| 2026-09-16 | 0.01665 | +0.34% |
| 2026-09-15 | 0.016593 | -0.30% |
| 2026-09-14 | 0.016643 | +0.26% |
| 2026-09-13 | 0.0166 | -0.17% |
| 2026-09-12 | 0.016628 | -0.02% |
| Date | 1 UAH in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.016632 | +0.46% |
| 2026-09-10 | 0.016555 | +0.22% |
| 2026-09-09 | 0.016518 | -0.62% |
| 2026-09-08 | 0.016621 | +0.41% |
| 2026-09-07 | 0.016553 | -0.08% |
| 2026-09-06 | 0.016567 | -0.18% |
| 2026-09-05 | 0.016597 | +0.33% |
| 2026-09-04 | 0.016543 | -0.39% |
| 2026-09-03 | 0.016608 | -0.28% |
| 2026-09-02 | 0.016654 | +0.26% |
| 2026-09-01 | 0.016611 | +0.49% |
| 2026-08-31 | 0.01653 | +0.07% |
| 2026-08-30 | 0.016519 | +0.08% |
| 2026-08-29 | 0.016505 | -0.10% |
| 2026-08-28 | 0.016522 | — |
UAH to GBP conversion table
1 UAH0.016828 GBP
5 UAH0.084139 GBP
10 UAH0.16828 GBP
25 UAH0.4207 GBP
50 UAH0.84139 GBP
100 UAH1.6828 GBP
500 UAH8.4139 GBP
1,000 UAH16.8278 GBP
5,000 UAH84.139 GBP
10,000 UAH168.278 GBP
Get the UAH/GBP rate in your app
One GET request returns the latest UAH → 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/UAH/GBP"fetch('https://rate-api.com/api/v1/pair/UAH/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UAH = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UAH/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UAH = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UAH/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UAH = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "UAH",
"to": "GBP"
},
"rate": 0.0168,
"timestamp": 1790435185,
"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 UAHBritish Pound → Ukrainian Hryvnia59.4255Convert UAH to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.