GBP to KRW exchange rate API
Pound Sterling to Won · quoted 2026-09-26
1808.79
▲ +11.80% over 5Y
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 5 years, GBP/KRW traded between 1524.18 and 2048.78, averaged 1765.05 and rose 11.80%. 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 5Y: show the values
| Point | GBP/KRW |
|---|---|
| 2021-09-27 | 1617.94 |
| 2021-11-08 | 1601.02 |
| 2021-12-20 | 1576.67 |
| 2022-01-31 | 1622.41 |
| 2022-03-14 | 1618.03 |
| 2022-04-27 | 1593.52 |
| 2022-06-08 | 1576.79 |
| 2022-07-20 | 1570.37 |
| 2022-08-31 | 1560.75 |
| 2022-10-12 | 1576.34 |
| 2022-11-23 | 1617.97 |
| 2023-01-05 | 1524.18 |
| 2023-02-16 | 1548.69 |
| 2023-03-30 | 1603.43 |
| 2023-05-16 | 1677.95 |
| 2023-06-27 | 1656.24 |
| 2023-08-08 | 1676.94 |
| 2023-09-19 | 1644.95 |
| 2023-10-31 | 1642.13 |
| 2023-12-12 | 1646.97 |
| 2024-01-26 | 1699.80 |
| 2024-03-08 | 1693.02 |
| 2024-04-23 | 1709.72 |
| 2024-06-05 | 1753.53 |
| 2024-07-17 | 1797.15 |
| 2024-08-27 | 1759.71 |
| 2024-10-01 | 1718.43 |
| 2024-10-31 | 1791.04 |
| 2024-11-30 | 1775.70 |
| 2024-12-30 | 1855.49 |
| 2025-01-29 | 1796.43 |
| 2025-02-28 | 1839.92 |
| 2025-03-30 | 1873.11 |
| 2025-04-29 | 1921.38 |
| 2025-05-29 | 1851.46 |
| 2025-06-28 | 1867.00 |
| 2025-07-28 | 1860.35 |
| 2025-08-27 | 1878.61 |
| 2025-09-26 | 1882.77 |
| 2025-10-26 | 1919.43 |
| 2025-11-25 | 1925.45 |
| 2025-12-25 | 1955.03 |
| 2026-01-24 | 1975.35 |
| 2026-02-23 | 1947.65 |
| 2026-03-25 | 2005.52 |
| 2026-04-24 | 1992.92 |
| 2026-05-24 | 2048.78 |
| 2026-06-23 | 2030.14 |
| 2026-07-23 | 1966.43 |
| 2026-08-22 | 1891.16 |
| 2026-09-21 | 1837.99 |
High
2048.78
Low
1524.18
Average
1765.05
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.