Skip to content

FKP to KES exchange rate API

Falkland Islands Pound to Kenyan Shilling · quoted 2026-09-25

171.3970

▼ +1.49% over YTD

1 FKP = 171.3970 KES · 1 KES = 0.005834 FKP · Get this rate via the API

1 FKP buys 171.3970 KES as of 2026-09-25, so 1 KES buys 0.005834 FKP. Over the year to date, FKP/KES traded between 170.9011 and 178.0828, averaged 174.0130 and fell 1.49%. The API holds daily FKP/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/KES over YTD

FKP/KES over YTD: show the values
PointFKP/KES
2025-12-31173.9814
2026-01-07174.4481
2026-01-14173.3442
2026-01-21173.5706
2026-01-28178.0828
2026-02-04176.3254
2026-02-11176.1238
2026-02-18174.7466
2026-02-25174.3196
2026-03-04172.2439
2026-03-11173.7359
2026-03-18172.8166
2026-03-25173.5022
2026-04-01172.0730
2026-04-08174.2661
2026-04-15174.1651
2026-04-22175.0211
2026-04-29174.9353
2026-05-06174.4310
2026-05-14174.7545
2026-05-21173.8100
2026-05-29173.4798
2026-06-05173.7557
2026-06-14173.6036
2026-06-21171.2901
2026-06-28170.9011
2026-07-05172.6448
2026-07-12173.1549
2026-07-19173.8822
2026-07-26172.5414
2026-08-02174.3705
2026-08-09174.5294
2026-08-16174.9363
2026-08-24176.6018
2026-08-31175.7770
2026-09-07174.8489
2026-09-14174.8133
2026-09-21173.2831

High

178.0828

Low

170.9011

Average

174.0130

For developers

Get this rate via the API

One GET request returns the FKP/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=FKP&currencies=KES"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&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=FKP&currencies=KES").json()

Replace YOUR_API_KEY with the key from your dashboard.

FKP/KES API questions

How do I get the FKP/KES exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=KES, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/KES rate in rates.KES.

How far back does FKP/KES historical data go?

Daily FKP/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 FKP/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.