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: show the values
| Point | GBP/KRW |
|---|---|
| 2025-09-26 | 1882.77 |
| 2025-10-03 | 1890.09 |
| 2025-10-10 | 1887.53 |
| 2025-10-17 | 1908.43 |
| 2025-10-24 | 1915.53 |
| 2025-10-31 | 1871.68 |
| 2025-11-07 | 1915.21 |
| 2025-11-14 | 1911.27 |
| 2025-11-21 | 1929.32 |
| 2025-11-28 | 1942.20 |
| 2025-12-05 | 1964.96 |
| 2025-12-12 | 1976.51 |
| 2025-12-19 | 1977.03 |
| 2025-12-26 | 1959.97 |
| 2026-01-02 | 1942.35 |
| 2026-01-09 | 1958.69 |
| 2026-01-16 | 1973.59 |
| 2026-01-23 | 1985.03 |
| 2026-01-30 | 1985.07 |
| 2026-02-06 | 1994.10 |
| 2026-02-13 | 1968.54 |
| 2026-02-20 | 1954.41 |
| 2026-02-27 | 1942.54 |
| 2026-03-06 | 1980.58 |
| 2026-03-13 | 1978.97 |
| 2026-03-20 | 2006.26 |
| 2026-03-27 | 2007.37 |
| 2026-04-03 | 2006.24 |
| 2026-04-10 | 1994.22 |
| 2026-04-17 | 2001.61 |
| 2026-04-24 | 1992.92 |
| 2026-05-01 | 2016.69 |
| 2026-05-08 | 1996.39 |
| 2026-05-15 | 2003.17 |
| 2026-05-22 | 2036.15 |
| 2026-05-29 | 2022.42 |
| 2026-06-05 | 2075.18 |
| 2026-06-12 | 2037.46 |
| 2026-06-19 | 2027.74 |
| 2026-06-26 | 2030.92 |
| 2026-07-03 | 2044.97 |
| 2026-07-10 | 2019.99 |
| 2026-07-17 | 1995.89 |
| 2026-07-24 | 1946.62 |
| 2026-07-31 | 1937.52 |
| 2026-08-07 | 1904.39 |
| 2026-08-14 | 1910.38 |
| 2026-08-21 | 1890.29 |
| 2026-08-28 | 1867.00 |
| 2026-09-04 | 1827.03 |
| 2026-09-11 | 1813.86 |
| 2026-09-18 | 1852.31 |
| 2026-09-25 | 1795.76 |
High
2075.18
Low
1795.76
Average
1953.07
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.