Skip to content

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

KYD/FJD over 1Y: show the values
PointKYD/FJD
2025-09-252.7217
2025-10-022.7247
2025-10-092.7334
2025-10-162.7563
2025-10-232.7616
2025-10-302.7408
2025-11-062.7621
2025-11-132.7573
2025-11-202.7768
2025-11-272.7544
2025-12-042.7422
2025-12-122.7334
2025-12-192.7450
2025-12-262.7321
2026-01-022.7475
2026-01-092.7365
2026-01-162.7462
2026-01-232.7166
2026-01-302.6555
2026-02-062.6736
2026-02-132.6488
2026-02-202.6570
2026-02-272.6485
2026-03-062.6728
2026-03-132.6503
2026-03-202.6681
2026-03-272.7062
2026-04-032.7117
2026-04-102.6704
2026-04-172.6571
2026-04-242.6571
2026-05-012.6358
2026-05-082.6255
2026-05-162.6483
2026-05-242.7040
2026-05-312.6995
2026-06-092.6674
2026-06-162.6758
2026-06-232.6998
2026-06-302.7060
2026-07-072.6974
2026-07-142.6975
2026-07-212.6827
2026-07-282.6887
2026-08-042.6759
2026-08-112.6722
2026-08-182.6694
2026-08-262.6546
2026-09-022.6664
2026-09-092.6561
2026-09-162.6689
2026-09-232.6815

High

2.7768

Low

2.6255

Average

2.6970

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=FJD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=FJD");
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=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&currencies=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.