Skip to content

FJD to KYD exchange rate API

Fiji Dollar to Cayman Islands Dollar · quoted 2026-09-25

0.37045

▲ +0.83% over 1Y

1 FJD = 0.37045 KYD · 1 KYD = 2.6994 FJD · Get this rate via the API

1 FJD buys 0.37045 KYD as of 2026-09-25, so 1 KYD buys 2.6994 FJD. Over the last year, FJD/KYD traded between 0.36013 and 0.38087, averaged 0.37087 and rose 0.83%. The API holds daily FJD/KYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/KYD over 1Y

FJD/KYD over 1Y: show the values
PointFJD/KYD
2025-09-250.36741
2025-10-020.36701
2025-10-090.36584
2025-10-160.36281
2025-10-230.36211
2025-10-300.36485
2025-11-060.36204
2025-11-130.36268
2025-11-200.36013
2025-11-270.36306
2025-12-040.36467
2025-12-120.36584
2025-12-190.36430
2025-12-260.36602
2026-01-020.36397
2026-01-090.36544
2026-01-160.36413
2026-01-230.36810
2026-01-300.37658
2026-02-060.37402
2026-02-130.37753
2026-02-200.37636
2026-02-270.37758
2026-03-060.37414
2026-03-130.37732
2026-03-200.37479
2026-03-270.36952
2026-04-030.36877
2026-04-100.37447
2026-04-170.37635
2026-04-240.37635
2026-05-010.37940
2026-05-080.38087
2026-05-160.37760
2026-05-240.36983
2026-05-310.37044
2026-06-090.37489
2026-06-160.37372
2026-06-230.37039
2026-06-300.36955
2026-07-070.37073
2026-07-140.37071
2026-07-210.37276
2026-07-280.37193
2026-08-040.37370
2026-08-110.37422
2026-08-180.37462
2026-08-260.37671
2026-09-020.37504
2026-09-090.37649
2026-09-160.37468
2026-09-230.37292

High

0.38087

Low

0.36013

Average

0.37087

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/KYD API questions

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

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

How far back does FJD/KYD historical data go?

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