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: show the values
| Point | FJD/KES |
|---|---|
| 2025-09-25 | 57.2795 |
| 2025-10-02 | 57.1802 |
| 2025-10-09 | 56.8987 |
| 2025-10-16 | 56.5305 |
| 2025-10-23 | 56.2487 |
| 2025-10-30 | 56.6582 |
| 2025-11-06 | 56.3394 |
| 2025-11-13 | 56.4314 |
| 2025-11-20 | 56.4406 |
| 2025-11-27 | 56.6353 |
| 2025-12-04 | 56.7732 |
| 2025-12-12 | 56.6468 |
| 2025-12-19 | 56.5012 |
| 2025-12-26 | 56.7566 |
| 2026-01-02 | 56.6122 |
| 2026-01-09 | 56.7735 |
| 2026-01-16 | 56.6694 |
| 2026-01-23 | 57.2851 |
| 2026-01-30 | 58.4915 |
| 2026-02-06 | 58.0417 |
| 2026-02-13 | 58.6219 |
| 2026-02-20 | 58.5381 |
| 2026-02-27 | 58.5611 |
| 2026-03-06 | 58.1550 |
| 2026-03-13 | 58.6758 |
| 2026-03-20 | 58.2231 |
| 2026-03-27 | 57.8107 |
| 2026-04-03 | 57.6547 |
| 2026-04-10 | 58.1534 |
| 2026-04-17 | 58.3684 |
| 2026-04-24 | 58.3859 |
| 2026-05-01 | 58.7982 |
| 2026-05-08 | 59.0041 |
| 2026-05-16 | 58.6997 |
| 2026-05-24 | 58.4823 |
| 2026-05-31 | 58.4470 |
| 2026-06-09 | 58.3133 |
| 2026-06-16 | 58.3067 |
| 2026-06-23 | 57.8452 |
| 2026-06-30 | 57.5438 |
| 2026-07-07 | 57.6450 |
| 2026-07-14 | 57.7008 |
| 2026-07-21 | 57.9043 |
| 2026-07-28 | 57.9187 |
| 2026-08-04 | 58.1668 |
| 2026-08-11 | 58.1948 |
| 2026-08-18 | 58.2692 |
| 2026-08-26 | 58.6345 |
| 2026-09-02 | 58.3777 |
| 2026-09-09 | 58.5902 |
| 2026-09-16 | 58.4063 |
| 2026-09-23 | 58.0269 |
High
59.0041
Low
56.2487
Average
57.7231
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.