Skip to content

KWD to GBP exchange rate API

Kuwaiti Dinar to Pound Sterling · quoted 2026-09-27

2.4476

▲ +0.15% over 1Y

1 KWD = 2.4476 GBP · 1 GBP = 0.40856 KWD · Get this rate via the API

1 KWD buys 2.4476 GBP as of 2026-09-27, so 1 GBP buys 0.40856 KWD. Over the last year, KWD/GBP traded between 2.3754 and 2.4878, averaged 2.4251 and rose 0.15%. The API holds daily KWD/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KWD/GBP over 1Y

KWD/GBP over 1Y: show the values
PointKWD/GBP
2025-09-272.4440
2025-10-042.4264
2025-10-112.4428
2025-10-182.4364
2025-10-252.4509
2025-11-012.4780
2025-11-082.4753
2025-11-152.4743
2025-11-222.4878
2025-11-292.4615
2025-12-062.4441
2025-12-142.4333
2025-12-212.4327
2025-12-282.4103
2026-01-042.4163
2026-01-112.4274
2026-01-182.4326
2026-01-252.3877
2026-02-012.3859
2026-02-082.3952
2026-02-152.3909
2026-02-222.4177
2026-03-012.4279
2026-03-082.4370
2026-03-152.4598
2026-03-222.4477
2026-03-292.4529
2026-04-052.4658
2026-04-122.4118
2026-04-192.4008
2026-04-262.4060
2026-05-032.3921
2026-05-102.3899
2026-05-182.4206
2026-05-262.4014
2026-06-022.4017
2026-06-112.4195
2026-06-182.4556
2026-06-252.4577
2026-07-022.4299
2026-07-092.4090
2026-07-162.3926
2026-07-232.4162
2026-07-302.4050
2026-08-062.4022
2026-08-132.3980
2026-08-212.3754
2026-08-282.3841
2026-09-042.3924
2026-09-112.4000
2026-09-182.4355
2026-09-252.4434

High

2.4878

Low

2.3754

Average

2.4251

For developers

Get this rate via the API

One GET request returns the KWD/GBP 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=KWD&currencies=GBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD&currencies=GBP");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

KWD/GBP API questions

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

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

How far back does KWD/GBP historical data go?

Daily KWD/GBP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free KWD/GBP 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.