Skip to content

FKP to KES exchange rate API

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

171.3970

▲ +0.57% over 5Y

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 last 5 years, FKP/KES traded between 160.1192 and 176.3254, averaged 170.9794 and rose 0.57%. 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 5Y

FKP/KES over 5Y: show the values
PointFKP/KES
2024-08-24170.4251
2024-10-07170.0873
2024-11-06167.2184
2024-12-06164.9046
2025-01-05160.9364
2025-02-04160.1192
2025-03-06166.0838
2025-04-06166.9861
2025-05-06171.5294
2025-06-07175.0180
2025-07-07176.1443
2025-08-06171.9870
2025-09-05174.0230
2025-10-06173.9311
2025-11-05168.2794
2025-12-05172.5208
2026-01-05173.5615
2026-02-04176.3254
2026-03-06172.7564
2026-04-05171.6322
2026-05-05175.4643
2026-06-06172.5705
2026-07-08172.6588
2026-08-07174.0546
2026-09-07174.8489

High

176.3254

Low

160.1192

Average

170.9794

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.