Skip to content

GBP to KRW exchange rate API

Pound Sterling to Won · quoted 2026-09-26

1808.79

▼ +3.93% over 1Y

1 GBP = 1808.79 KRW · 1 KRW = 0.000553 GBP · Get this rate via the API

1 GBP buys 1808.79 KRW as of 2026-09-26, so 1 KRW buys 0.000553 GBP. Over the last year, GBP/KRW traded between 1795.76 and 2075.18, averaged 1953.07 and fell 3.93%. The API holds daily GBP/KRW rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

GBP/KRW over 1Y

GBP/KRW over 1Y: show the values
PointGBP/KRW
2025-09-261882.77
2025-10-031890.09
2025-10-101887.53
2025-10-171908.43
2025-10-241915.53
2025-10-311871.68
2025-11-071915.21
2025-11-141911.27
2025-11-211929.32
2025-11-281942.20
2025-12-051964.96
2025-12-121976.51
2025-12-191977.03
2025-12-261959.97
2026-01-021942.35
2026-01-091958.69
2026-01-161973.59
2026-01-231985.03
2026-01-301985.07
2026-02-061994.10
2026-02-131968.54
2026-02-201954.41
2026-02-271942.54
2026-03-061980.58
2026-03-131978.97
2026-03-202006.26
2026-03-272007.37
2026-04-032006.24
2026-04-101994.22
2026-04-172001.61
2026-04-241992.92
2026-05-012016.69
2026-05-081996.39
2026-05-152003.17
2026-05-222036.15
2026-05-292022.42
2026-06-052075.18
2026-06-122037.46
2026-06-192027.74
2026-06-262030.92
2026-07-032044.97
2026-07-102019.99
2026-07-171995.89
2026-07-241946.62
2026-07-311937.52
2026-08-071904.39
2026-08-141910.38
2026-08-211890.29
2026-08-281867.00
2026-09-041827.03
2026-09-111813.86
2026-09-181852.31
2026-09-251795.76

High

2075.18

Low

1795.76

Average

1953.07

For developers

Get this rate via the API

One GET request returns the GBP/KRW rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=KRW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=KRW").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/KRW API questions

How do I get the GBP/KRW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/KRW rate in rates.KRW.

How far back does GBP/KRW historical data go?

Daily GBP/KRW rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/KRW exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.