Skip to content

GBP to KRW exchange rate API

Pound Sterling to Won · quoted 2026-09-26

1808.79

▼ +6.99% over YTD

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 year to date, GBP/KRW traded between 1808.79 and 2062.94, averaged 1963.16 and fell 6.99%. 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 YTD

GBP/KRW over YTD: show the values
PointGBP/KRW
2025-12-311944.69
2026-01-071952.30
2026-01-141983.16
2026-01-211966.29
2026-01-281969.93
2026-02-041997.10
2026-02-111996.59
2026-02-181963.16
2026-02-251930.96
2026-03-041960.18
2026-03-111980.76
2026-03-182001.41
2026-03-252005.52
2026-04-012004.67
2026-04-081986.04
2026-04-152001.52
2026-04-221995.56
2026-04-291997.38
2026-05-061972.05
2026-05-132011.08
2026-05-202017.57
2026-05-272014.83
2026-06-032058.69
2026-06-102040.08
2026-06-172033.76
2026-06-242035.22
2026-07-012062.94
2026-07-082014.34
2026-07-152000.13
2026-07-221978.89
2026-07-291930.02
2026-08-051919.01
2026-08-121916.73
2026-08-191886.28
2026-08-261885.69
2026-09-021837.16
2026-09-091812.55
2026-09-161840.48
2026-09-231812.68

High

2062.94

Low

1808.79

Average

1963.16

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.