Skip to content

KYD to FKP exchange rate API

Cayman Islands Dollar to Falkland Islands Pound · quoted 2026-09-25

0.91021

▲ +1.53% over 1Y

1 KYD = 0.91021 FKP · 1 FKP = 1.0986 KYD · Get this rate via the API

1 KYD buys 0.91021 FKP as of 2026-09-25, so 1 FKP buys 1.0986 KYD. Over the last year, KYD/FKP traded between 0.87491 and 0.92400, averaged 0.89786 and rose 1.53%. The API holds daily KYD/FKP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KYD/FKP over 1Y

KYD/FKP over 1Y: show the values
PointKYD/FKP
2025-09-250.89653
2025-10-020.89200
2025-10-090.89676
2025-10-160.89726
2025-10-230.90202
2025-10-300.91005
2025-11-060.92165
2025-11-130.91763
2025-11-200.92400
2025-11-270.90700
2025-12-040.90186
2025-12-120.89779
2025-12-190.89853
2025-12-260.88996
2026-01-020.89365
2026-01-090.89509
2026-01-160.90056
2026-01-230.89389
2026-01-300.87491
2026-02-060.88742
2026-02-130.88241
2026-02-200.89627
2026-02-270.89152
2026-03-060.89975
2026-03-130.89964
2026-03-200.89833
2026-03-270.90402
2026-04-030.90973
2026-04-100.89401
2026-04-170.88438
2026-04-240.88848
2026-05-010.88933
2026-05-080.87969
2026-05-160.90159
2026-05-240.90719
2026-05-310.90568
2026-06-090.90084
2026-06-160.89963
2026-06-230.91098
2026-06-300.90870
2026-07-070.89802
2026-07-140.90171
2026-07-210.89451
2026-07-280.90383
2026-08-040.89588
2026-08-110.88974
2026-08-180.88773
2026-08-260.88139
2026-09-020.89065
2026-09-090.88759
2026-09-160.89192
2026-09-230.90256

High

0.92400

Low

0.87491

Average

0.89786

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

KYD/FKP API questions

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

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

How far back does KYD/FKP historical data go?

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