Skip to content

FJD to KES exchange rate API

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

57.7054

▼ +1.58% over 30D

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 30 days, FJD/KES traded between 57.7054 and 58.8678, averaged 58.3827 and fell 1.58%. 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 30D

FJD/KES over 30D: show the values
PointFJD/KES
2026-08-2658.6345
2026-08-2758.6030
2026-08-2858.6226
2026-08-2958.8678
2026-08-3058.5146
2026-08-3158.6434
2026-09-0158.5186
2026-09-0258.3777
2026-09-0358.4373
2026-09-0458.5753
2026-09-0558.7509
2026-09-0658.4184
2026-09-0758.6055
2026-09-0858.6299
2026-09-0958.5902
2026-09-1058.5003
2026-09-1158.3600
2026-09-1258.4926
2026-09-1358.2500
2026-09-1458.4353
2026-09-1558.3719
2026-09-1658.4063
2026-09-1758.0680
2026-09-1858.2728
2026-09-1958.4397
2026-09-2058.4294
2026-09-2158.1529
2026-09-2258.0073
2026-09-2358.0269
2026-09-2457.8306
2026-09-2557.7077

High

58.8678

Low

57.7054

Average

58.3827

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.