Skip to content

FJD to KES exchange rate API

Fiji Dollar to Kenyan Shilling · quoted 2026-09-25

57.7054

▲ +0.74% over 1Y

1 FJD = 57.7054 KES · 1 KES = 0.01733 FJD · Get this rate via the API

1 FJD buys 57.7054 KES as of 2026-09-25, so 1 KES buys 0.01733 FJD. Over the last year, FJD/KES traded between 56.2487 and 59.0041, averaged 57.7231 and rose 0.74%. The API holds daily FJD/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/KES over 1Y

FJD/KES over 1Y: show the values
PointFJD/KES
2025-09-2557.2795
2025-10-0257.1802
2025-10-0956.8987
2025-10-1656.5305
2025-10-2356.2487
2025-10-3056.6582
2025-11-0656.3394
2025-11-1356.4314
2025-11-2056.4406
2025-11-2756.6353
2025-12-0456.7732
2025-12-1256.6468
2025-12-1956.5012
2025-12-2656.7566
2026-01-0256.6122
2026-01-0956.7735
2026-01-1656.6694
2026-01-2357.2851
2026-01-3058.4915
2026-02-0658.0417
2026-02-1358.6219
2026-02-2058.5381
2026-02-2758.5611
2026-03-0658.1550
2026-03-1358.6758
2026-03-2058.2231
2026-03-2757.8107
2026-04-0357.6547
2026-04-1058.1534
2026-04-1758.3684
2026-04-2458.3859
2026-05-0158.7982
2026-05-0859.0041
2026-05-1658.6997
2026-05-2458.4823
2026-05-3158.4470
2026-06-0958.3133
2026-06-1658.3067
2026-06-2357.8452
2026-06-3057.5438
2026-07-0757.6450
2026-07-1457.7008
2026-07-2157.9043
2026-07-2857.9187
2026-08-0458.1668
2026-08-1158.1948
2026-08-1858.2692
2026-08-2658.6345
2026-09-0258.3777
2026-09-0958.5902
2026-09-1658.4063
2026-09-2358.0269

High

59.0041

Low

56.2487

Average

57.7231

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/KES API questions

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

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

How far back does FJD/KES historical data go?

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