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: show the values
| Point | KYD/GBP |
|---|---|
| 2025-09-25 | 0.89864 |
| 2025-10-02 | 0.89231 |
| 2025-10-09 | 0.89928 |
| 2025-10-16 | 0.89821 |
| 2025-10-23 | 0.90232 |
| 2025-10-30 | 0.91584 |
| 2025-11-06 | 0.91949 |
| 2025-11-13 | 0.91400 |
| 2025-11-20 | 0.92300 |
| 2025-11-27 | 0.90851 |
| 2025-12-04 | 0.90185 |
| 2025-12-12 | 0.89850 |
| 2025-12-19 | 0.89954 |
| 2025-12-26 | 0.89078 |
| 2026-01-02 | 0.89677 |
| 2026-01-09 | 0.89582 |
| 2026-01-16 | 0.89949 |
| 2026-01-23 | 0.89190 |
| 2026-01-30 | 0.87419 |
| 2026-02-06 | 0.88478 |
| 2026-02-13 | 0.88323 |
| 2026-02-20 | 0.89336 |
| 2026-02-27 | 0.89244 |
| 2026-03-06 | 0.90200 |
| 2026-03-13 | 0.90582 |
| 2026-03-20 | 0.90139 |
| 2026-03-27 | 0.90823 |
| 2026-04-03 | 0.91133 |
| 2026-04-10 | 0.89366 |
| 2026-04-17 | 0.88669 |
| 2026-04-24 | 0.88922 |
| 2026-05-01 | 0.88191 |
| 2026-05-08 | 0.87879 |
| 2026-05-16 | 0.90159 |
| 2026-05-24 | 0.90646 |
| 2026-05-31 | 0.90595 |
| 2026-06-09 | 0.89711 |
| 2026-06-16 | 0.89902 |
| 2026-06-23 | 0.91326 |
| 2026-06-30 | 0.90959 |
| 2026-07-07 | 0.89833 |
| 2026-07-14 | 0.89999 |
| 2026-07-21 | 0.89666 |
| 2026-07-28 | 0.90470 |
| 2026-08-04 | 0.89471 |
| 2026-08-11 | 0.89041 |
| 2026-08-18 | 0.88898 |
| 2026-08-26 | 0.88237 |
| 2026-09-02 | 0.89189 |
| 2026-09-09 | 0.88639 |
| 2026-09-16 | 0.89358 |
| 2026-09-23 | 0.90532 |
High
0.92300
Low
0.87419
Average
0.89830
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=GBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=GBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=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¤cies=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.