Skip to content

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

GBP/KRW over 5Y: show the values
PointGBP/KRW
2021-09-271617.94
2021-11-081601.02
2021-12-201576.67
2022-01-311622.41
2022-03-141618.03
2022-04-271593.52
2022-06-081576.79
2022-07-201570.37
2022-08-311560.75
2022-10-121576.34
2022-11-231617.97
2023-01-051524.18
2023-02-161548.69
2023-03-301603.43
2023-05-161677.95
2023-06-271656.24
2023-08-081676.94
2023-09-191644.95
2023-10-311642.13
2023-12-121646.97
2024-01-261699.80
2024-03-081693.02
2024-04-231709.72
2024-06-051753.53
2024-07-171797.15
2024-08-271759.71
2024-10-011718.43
2024-10-311791.04
2024-11-301775.70
2024-12-301855.49
2025-01-291796.43
2025-02-281839.92
2025-03-301873.11
2025-04-291921.38
2025-05-291851.46
2025-06-281867.00
2025-07-281860.35
2025-08-271878.61
2025-09-261882.77
2025-10-261919.43
2025-11-251925.45
2025-12-251955.03
2026-01-241975.35
2026-02-231947.65
2026-03-252005.52
2026-04-241992.92
2026-05-242048.78
2026-06-232030.14
2026-07-231966.43
2026-08-221891.16
2026-09-211837.99

High

2048.78

Low

1524.18

Average

1765.05

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.