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: show the values
| Point | KWD/GBP |
|---|---|
| 2025-09-27 | 2.4440 |
| 2025-10-04 | 2.4264 |
| 2025-10-11 | 2.4428 |
| 2025-10-18 | 2.4364 |
| 2025-10-25 | 2.4509 |
| 2025-11-01 | 2.4780 |
| 2025-11-08 | 2.4753 |
| 2025-11-15 | 2.4743 |
| 2025-11-22 | 2.4878 |
| 2025-11-29 | 2.4615 |
| 2025-12-06 | 2.4441 |
| 2025-12-14 | 2.4333 |
| 2025-12-21 | 2.4327 |
| 2025-12-28 | 2.4103 |
| 2026-01-04 | 2.4163 |
| 2026-01-11 | 2.4274 |
| 2026-01-18 | 2.4326 |
| 2026-01-25 | 2.3877 |
| 2026-02-01 | 2.3859 |
| 2026-02-08 | 2.3952 |
| 2026-02-15 | 2.3909 |
| 2026-02-22 | 2.4177 |
| 2026-03-01 | 2.4279 |
| 2026-03-08 | 2.4370 |
| 2026-03-15 | 2.4598 |
| 2026-03-22 | 2.4477 |
| 2026-03-29 | 2.4529 |
| 2026-04-05 | 2.4658 |
| 2026-04-12 | 2.4118 |
| 2026-04-19 | 2.4008 |
| 2026-04-26 | 2.4060 |
| 2026-05-03 | 2.3921 |
| 2026-05-10 | 2.3899 |
| 2026-05-18 | 2.4206 |
| 2026-05-26 | 2.4014 |
| 2026-06-02 | 2.4017 |
| 2026-06-11 | 2.4195 |
| 2026-06-18 | 2.4556 |
| 2026-06-25 | 2.4577 |
| 2026-07-02 | 2.4299 |
| 2026-07-09 | 2.4090 |
| 2026-07-16 | 2.3926 |
| 2026-07-23 | 2.4162 |
| 2026-07-30 | 2.4050 |
| 2026-08-06 | 2.4022 |
| 2026-08-13 | 2.3980 |
| 2026-08-21 | 2.3754 |
| 2026-08-28 | 2.3841 |
| 2026-09-04 | 2.3924 |
| 2026-09-11 | 2.4000 |
| 2026-09-18 | 2.4355 |
| 2026-09-25 | 2.4434 |
High
2.4878
Low
2.3754
Average
2.4251
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=GBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=GBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=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¤cies=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.