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: show the values
| Point | FJD/KES |
|---|---|
| 2025-12-31 | 56.8755 |
| 2026-01-07 | 56.8683 |
| 2026-01-14 | 56.6355 |
| 2026-01-21 | 56.9278 |
| 2026-01-28 | 58.1950 |
| 2026-02-04 | 58.1309 |
| 2026-02-11 | 58.5368 |
| 2026-02-18 | 58.4310 |
| 2026-02-25 | 58.4826 |
| 2026-03-04 | 58.3862 |
| 2026-03-11 | 58.5720 |
| 2026-03-18 | 58.4515 |
| 2026-03-25 | 57.9973 |
| 2026-04-01 | 58.0453 |
| 2026-04-08 | 58.0974 |
| 2026-04-15 | 58.5604 |
| 2026-04-22 | 58.5927 |
| 2026-04-29 | 58.5206 |
| 2026-05-06 | 58.6270 |
| 2026-05-14 | 58.9232 |
| 2026-05-21 | 58.6091 |
| 2026-05-29 | 58.4926 |
| 2026-06-05 | 58.7055 |
| 2026-06-14 | 57.9403 |
| 2026-06-21 | 57.6743 |
| 2026-06-28 | 57.1298 |
| 2026-07-05 | 57.2688 |
| 2026-07-12 | 57.3869 |
| 2026-07-19 | 57.5576 |
| 2026-07-26 | 57.6464 |
| 2026-08-02 | 58.2901 |
| 2026-08-09 | 58.1957 |
| 2026-08-16 | 58.1441 |
| 2026-08-24 | 58.7818 |
| 2026-08-31 | 58.6434 |
| 2026-09-07 | 58.6055 |
| 2026-09-14 | 58.4353 |
| 2026-09-21 | 58.1529 |
High
58.9232
Low
56.6355
Average
58.0826
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.