Skip to content

FJD to KES exchange rate API

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

57.7054

▲ +0.11% over 6M

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 6 months, FJD/KES traded between 57.6079 and 58.7902, averaged 58.1364 and rose 0.11%. 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 6M

FJD/KES over 6M: show the values
PointFJD/KES
2026-03-2957.6427
2026-04-0557.9649
2026-04-1258.0126
2026-04-1958.0633
2026-04-2658.1914
2026-05-0358.5654
2026-05-1058.5595
2026-05-1858.5159
2026-05-2658.7243
2026-06-0258.7902
2026-06-1158.0525
2026-06-1858.0782
2026-06-2557.7074
2026-07-0257.6083
2026-07-0957.6079
2026-07-1657.8828
2026-07-2357.8722
2026-07-3057.9328
2026-08-0658.1206
2026-08-1358.1038
2026-08-2158.4426
2026-08-2858.6226
2026-09-0458.5753
2026-09-1158.3600
2026-09-1858.2728
2026-09-2557.7077

High

58.7902

Low

57.6079

Average

58.1364

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.