Skip to content

FKP to KWD exchange rate API

Falkland Islands Pound to Kuwaiti Dinar · quoted 2026-09-25

0.40801

▼ +1.58% over YTD

1 FKP = 0.40801 KWD · 1 KWD = 2.4509 FKP · Get this rate via the API

1 FKP buys 0.40801 KWD as of 2026-09-25, so 1 KWD buys 2.4509 FKP. Over the year to date, FKP/KWD traded between 0.40744 and 0.42256, averaged 0.41463 and fell 1.58%. The API holds daily FKP/KWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/KWD over YTD

FKP/KWD over YTD: show the values
PointFKP/KWD
2025-12-310.41456
2026-01-070.41500
2026-01-140.41331
2026-01-210.41350
2026-01-280.42256
2026-02-040.42067
2026-02-110.41896
2026-02-180.41550
2026-02-250.41424
2026-03-040.40980
2026-03-110.41212
2026-03-180.40960
2026-03-250.41109
2026-04-010.40846
2026-04-080.41362
2026-04-150.41567
2026-04-220.41716
2026-04-290.41680
2026-05-060.41683
2026-05-140.41633
2026-05-210.41495
2026-05-290.41573
2026-06-050.41479
2026-06-140.41304
2026-06-210.40744
2026-06-280.40805
2026-07-050.41381
2026-07-120.41376
2026-07-190.41452
2026-07-260.41319
2026-08-020.41723
2026-08-090.41658
2026-08-160.41761
2026-08-240.42074
2026-08-310.41837
2026-09-070.41747
2026-09-140.41677
2026-09-210.41253

High

0.42256

Low

0.40744

Average

0.41463

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/KWD API questions

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

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

How far back does FKP/KWD historical data go?

Daily FKP/KWD 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 FKP/KWD 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.