Convert BYN to GBP
Belarusian Ruble → British Pound
1 BYN = 0.247888 GBP(1 GBP = 4.034079 BYN)
Currency converter
1 BYN =
0.24789 GBP
BYN to GBP: last 30 days
Over the last 30 days, 1 BYN traded between 0.23981 and 0.24884 GBP, averaging 0.24383 GBP. The BYN/GBP rate is up 1.39% since 2026-08-28.
- 30-day high
- 0.24884
- 2026-09-24
- 30-day low
- 0.23981
- 2026-09-02
- 30-day average
- 0.24383
- Days with data: 30
- 30-day change
- +1.39%
- since 2026-08-28
0.24884
0.239812026-08-28 → 2026-09-26
| Date | 1 BYN in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.24789 | 0.00% |
| 2026-09-25 | 0.24789 | -0.38% |
| 2026-09-24 | 0.24884 | +0.31% |
| 2026-09-23 | 0.24806 | +0.04% |
| 2026-09-22 | 0.24795 | +0.39% |
| 2026-09-21 | 0.24698 | -0.43% |
| 2026-09-20 | 0.24805 | +0.17% |
| 2026-09-19 | 0.24764 | +0.44% |
| 2026-09-18 | 0.24655 | +0.80% |
| 2026-09-17 | 0.24458 | -0.07% |
| 2026-09-16 | 0.24476 | +0.38% |
| 2026-09-15 | 0.24384 | -0.00% |
| 2026-09-14 | 0.24384 | -0.06% |
| 2026-09-13 | 0.244 | +0.10% |
| 2026-09-12 | 0.24374 | +0.14% |
| Date | 1 BYN in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.2434 | +0.78% |
| 2026-09-10 | 0.24152 | +0.71% |
| 2026-09-09 | 0.23981 | -0.11% |
| 2026-09-08 | 0.24008 | +0.09% |
| 2026-09-07 | 0.23988 | -0.00% |
| 2026-09-06 | 0.23988 | +0.02% |
| 2026-09-05 | 0.23983 | -0.05% |
| 2026-09-04 | 0.23996 | -0.02% |
| 2026-09-03 | 0.24001 | +0.08% |
| 2026-09-02 | 0.23981 | -0.55% |
| 2026-09-01 | 0.24113 | -1.05% |
| 2026-08-31 | 0.2437 | +0.38% |
| 2026-08-30 | 0.24277 | -0.50% |
| 2026-08-29 | 0.24398 | -0.21% |
| 2026-08-28 | 0.24449 | — |
BYN to GBP conversion table
1 BYN0.24789 GBP
5 BYN1.2394 GBP
10 BYN2.4789 GBP
25 BYN6.1972 GBP
50 BYN12.3944 GBP
100 BYN24.7888 GBP
500 BYN123.944 GBP
1,000 BYN247.8881 GBP
5,000 BYN1,239.4404 GBP
10,000 BYN2,478.8808 GBP
Get the BYN/GBP rate in your app
One GET request returns the latest BYN → 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/BYN/GBP"fetch('https://rate-api.com/api/v1/pair/BYN/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BYN = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BYN/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BYN = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BYN/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BYN = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "BYN",
"to": "GBP"
},
"rate": 0.2479,
"timestamp": 1790435116,
"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 BYNBritish Pound → Belarusian Ruble4.0341Convert BYN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.