Skip to content

KWD to GBP exchange rate API

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

2.4476

▲ +1.50% over YTD

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 year to date, KWD/GBP traded between 2.3682 and 2.4576, averaged 2.4108 and rose 1.50%. 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 YTD

KWD/GBP over YTD: show the values
PointKWD/GBP
2025-12-312.4114
2026-01-072.4142
2026-01-142.4170
2026-01-212.4228
2026-01-282.3682
2026-02-042.3747
2026-02-112.3867
2026-02-182.4031
2026-02-252.4121
2026-03-042.4313
2026-03-112.4317
2026-03-182.4495
2026-03-252.4348
2026-04-012.4328
2026-04-082.4045
2026-04-152.3892
2026-04-222.4041
2026-04-292.4064
2026-05-062.3843
2026-05-142.4051
2026-05-212.4114
2026-05-292.4068
2026-06-052.4039
2026-06-142.4173
2026-06-212.4576
2026-06-282.4509
2026-07-052.4168
2026-07-122.4192
2026-07-192.4133
2026-07-262.4182
2026-08-022.3955
2026-08-092.4005
2026-08-162.3940
2026-08-242.3783
2026-08-312.3912
2026-09-072.3916
2026-09-142.4013
2026-09-212.4219

High

2.4576

Low

2.3682

Average

2.4108

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.