Convert GBP to KRW
British Pound → South Korean Won
1 GBP = 1,795.758 KRW(1 KRW = 0.000556868 GBP)
Currency converter
1 GBP =
1,795.758 KRW
GBP to KRW: last 30 days
Over the last 30 days, 1 GBP traded between 1,795.758 and 1,866.9863 KRW, averaging 1,831.1728 KRW. The GBP/KRW rate is down 3.82% since 2026-08-28.
- 30-day high
- 1,866.9863
- 2026-08-28
- 30-day low
- 1,795.758
- 2026-09-25
- 30-day average
- 1,831.1728
- Days with data: 30
- 30-day change
- -3.82%
- since 2026-08-28
1,866.9863
1,795.7582026-08-28 → 2026-09-26
| Date | 1 GBP in KRW | Daily change |
|---|---|---|
| 2026-09-26 | 1,795.758 | 0.00% |
| 2026-09-25 | 1,795.758 | -0.74% |
| 2026-09-24 | 1,809.2364 | -0.19% |
| 2026-09-23 | 1,812.6818 | +0.02% |
| 2026-09-22 | 1,812.2595 | -1.40% |
| 2026-09-21 | 1,838.0036 | -0.77% |
| 2026-09-20 | 1,852.3065 | 0.00% |
| 2026-09-19 | 1,852.3065 | 0.00% |
| 2026-09-18 | 1,852.3065 | +0.16% |
| 2026-09-17 | 1,849.3673 | +0.48% |
| 2026-09-16 | 1,840.4941 | +0.43% |
| 2026-09-15 | 1,832.5783 | +0.87% |
| 2026-09-14 | 1,816.6901 | +0.16% |
| 2026-09-13 | 1,813.8457 | 0.00% |
| 2026-09-12 | 1,813.8457 | 0.00% |
| Date | 1 GBP in KRW | Daily change |
|---|---|---|
| 2026-09-11 | 1,813.8457 | -0.17% |
| 2026-09-10 | 1,816.8544 | +0.24% |
| 2026-09-09 | 1,812.5339 | -0.27% |
| 2026-09-08 | 1,817.3654 | -0.36% |
| 2026-09-07 | 1,823.8438 | -0.17% |
| 2026-09-06 | 1,827.0193 | 0.00% |
| 2026-09-05 | 1,827.0193 | 0.00% |
| 2026-09-04 | 1,827.0193 | -0.27% |
| 2026-09-03 | 1,831.9476 | -0.28% |
| 2026-09-02 | 1,837.1513 | -1.23% |
| 2026-09-01 | 1,859.994 | +0.42% |
| 2026-08-31 | 1,852.1933 | -0.79% |
| 2026-08-30 | 1,866.9863 | 0.00% |
| 2026-08-29 | 1,866.9863 | 0.00% |
| 2026-08-28 | 1,866.9863 | — |
GBP to KRW conversion table
1 GBP1,795.758 KRW
5 GBP8,978.7902 KRW
10 GBP17,957.58 KRW
25 GBP44,893.951 KRW
50 GBP89,787.902 KRW
100 GBP179,575.8 KRW
500 GBP897,879.02 KRW
1,000 GBP1,795,758 KRW
5,000 GBP8,978,790.2 KRW
10,000 GBP17,957,580 KRW
Get the GBP/KRW rate in your app
One GET request returns the latest GBP → KRW 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/KRW"fetch('https://rate-api.com/api/v1/pair/GBP/KRW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} KRW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/KRW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} KRW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/KRW');
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']} KRW\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "KRW"
},
"rate": 1795.758,
"timestamp": 1790429434,
"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
KRW to GBPSouth Korean Won → British Pound0.00055687Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.