KYD to FJD exchange rate API
Cayman Islands Dollar to Fiji Dollar · quoted 2026-09-25
2.6994
▼ +0.82% over 1Y
1 KYD = 2.6994 FJD · 1 FJD = 0.37045 KYD · Get this rate via the API
1 KYD buys 2.6994 FJD as of 2026-09-25, so 1 FJD buys 0.37045 KYD. Over the last year, KYD/FJD traded between 2.6255 and 2.7768, averaged 2.6970 and fell 0.82%. The API holds daily KYD/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KYD/FJD over 1Y: show the values
| Point | KYD/FJD |
|---|---|
| 2025-09-25 | 2.7217 |
| 2025-10-02 | 2.7247 |
| 2025-10-09 | 2.7334 |
| 2025-10-16 | 2.7563 |
| 2025-10-23 | 2.7616 |
| 2025-10-30 | 2.7408 |
| 2025-11-06 | 2.7621 |
| 2025-11-13 | 2.7573 |
| 2025-11-20 | 2.7768 |
| 2025-11-27 | 2.7544 |
| 2025-12-04 | 2.7422 |
| 2025-12-12 | 2.7334 |
| 2025-12-19 | 2.7450 |
| 2025-12-26 | 2.7321 |
| 2026-01-02 | 2.7475 |
| 2026-01-09 | 2.7365 |
| 2026-01-16 | 2.7462 |
| 2026-01-23 | 2.7166 |
| 2026-01-30 | 2.6555 |
| 2026-02-06 | 2.6736 |
| 2026-02-13 | 2.6488 |
| 2026-02-20 | 2.6570 |
| 2026-02-27 | 2.6485 |
| 2026-03-06 | 2.6728 |
| 2026-03-13 | 2.6503 |
| 2026-03-20 | 2.6681 |
| 2026-03-27 | 2.7062 |
| 2026-04-03 | 2.7117 |
| 2026-04-10 | 2.6704 |
| 2026-04-17 | 2.6571 |
| 2026-04-24 | 2.6571 |
| 2026-05-01 | 2.6358 |
| 2026-05-08 | 2.6255 |
| 2026-05-16 | 2.6483 |
| 2026-05-24 | 2.7040 |
| 2026-05-31 | 2.6995 |
| 2026-06-09 | 2.6674 |
| 2026-06-16 | 2.6758 |
| 2026-06-23 | 2.6998 |
| 2026-06-30 | 2.7060 |
| 2026-07-07 | 2.6974 |
| 2026-07-14 | 2.6975 |
| 2026-07-21 | 2.6827 |
| 2026-07-28 | 2.6887 |
| 2026-08-04 | 2.6759 |
| 2026-08-11 | 2.6722 |
| 2026-08-18 | 2.6694 |
| 2026-08-26 | 2.6546 |
| 2026-09-02 | 2.6664 |
| 2026-09-09 | 2.6561 |
| 2026-09-16 | 2.6689 |
| 2026-09-23 | 2.6815 |
High
2.7768
Low
2.6255
Average
2.6970
Get this rate via the API
One GET request returns the KYD/FJD 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=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
KYD/FJD API questions
How do I get the KYD/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KYD/FJD rate in rates.FJD.
How far back does KYD/FJD historical data go?
Daily KYD/FJD 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/FJD 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.