Skip to content

FJD to KES exchange rate API

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

57.7054

▲ +1.46% over YTD

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 year to date, FJD/KES traded between 56.6355 and 58.9232, averaged 58.0826 and rose 1.46%. 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 YTD

FJD/KES over YTD: show the values
PointFJD/KES
2025-12-3156.8755
2026-01-0756.8683
2026-01-1456.6355
2026-01-2156.9278
2026-01-2858.1950
2026-02-0458.1309
2026-02-1158.5368
2026-02-1858.4310
2026-02-2558.4826
2026-03-0458.3862
2026-03-1158.5720
2026-03-1858.4515
2026-03-2557.9973
2026-04-0158.0453
2026-04-0858.0974
2026-04-1558.5604
2026-04-2258.5927
2026-04-2958.5206
2026-05-0658.6270
2026-05-1458.9232
2026-05-2158.6091
2026-05-2958.4926
2026-06-0558.7055
2026-06-1457.9403
2026-06-2157.6743
2026-06-2857.1298
2026-07-0557.2688
2026-07-1257.3869
2026-07-1957.5576
2026-07-2657.6464
2026-08-0258.2901
2026-08-0958.1957
2026-08-1658.1441
2026-08-2458.7818
2026-08-3158.6434
2026-09-0758.6055
2026-09-1458.4353
2026-09-2158.1529

High

58.9232

Low

56.6355

Average

58.0826

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.