Skip to content

KYD to GBP exchange rate API

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

0.91028

▲ +1.30% over 1Y

1 KYD = 0.91028 GBP · 1 GBP = 1.0986 KYD · Get this rate via the API

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

KYD/GBP over 1Y

KYD/GBP over 1Y: show the values
PointKYD/GBP
2025-09-250.89864
2025-10-020.89231
2025-10-090.89928
2025-10-160.89821
2025-10-230.90232
2025-10-300.91584
2025-11-060.91949
2025-11-130.91400
2025-11-200.92300
2025-11-270.90851
2025-12-040.90185
2025-12-120.89850
2025-12-190.89954
2025-12-260.89078
2026-01-020.89677
2026-01-090.89582
2026-01-160.89949
2026-01-230.89190
2026-01-300.87419
2026-02-060.88478
2026-02-130.88323
2026-02-200.89336
2026-02-270.89244
2026-03-060.90200
2026-03-130.90582
2026-03-200.90139
2026-03-270.90823
2026-04-030.91133
2026-04-100.89366
2026-04-170.88669
2026-04-240.88922
2026-05-010.88191
2026-05-080.87879
2026-05-160.90159
2026-05-240.90646
2026-05-310.90595
2026-06-090.89711
2026-06-160.89902
2026-06-230.91326
2026-06-300.90959
2026-07-070.89833
2026-07-140.89999
2026-07-210.89666
2026-07-280.90470
2026-08-040.89471
2026-08-110.89041
2026-08-180.88898
2026-08-260.88237
2026-09-020.89189
2026-09-090.88639
2026-09-160.89358
2026-09-230.90532

High

0.92300

Low

0.87419

Average

0.89830

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KYD/GBP API questions

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

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

How far back does KYD/GBP historical data go?

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