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: show the values
| Point | FKP/KES |
|---|---|
| 2025-12-31 | 173.9814 |
| 2026-01-07 | 174.4481 |
| 2026-01-14 | 173.3442 |
| 2026-01-21 | 173.5706 |
| 2026-01-28 | 178.0828 |
| 2026-02-04 | 176.3254 |
| 2026-02-11 | 176.1238 |
| 2026-02-18 | 174.7466 |
| 2026-02-25 | 174.3196 |
| 2026-03-04 | 172.2439 |
| 2026-03-11 | 173.7359 |
| 2026-03-18 | 172.8166 |
| 2026-03-25 | 173.5022 |
| 2026-04-01 | 172.0730 |
| 2026-04-08 | 174.2661 |
| 2026-04-15 | 174.1651 |
| 2026-04-22 | 175.0211 |
| 2026-04-29 | 174.9353 |
| 2026-05-06 | 174.4310 |
| 2026-05-14 | 174.7545 |
| 2026-05-21 | 173.8100 |
| 2026-05-29 | 173.4798 |
| 2026-06-05 | 173.7557 |
| 2026-06-14 | 173.6036 |
| 2026-06-21 | 171.2901 |
| 2026-06-28 | 170.9011 |
| 2026-07-05 | 172.6448 |
| 2026-07-12 | 173.1549 |
| 2026-07-19 | 173.8822 |
| 2026-07-26 | 172.5414 |
| 2026-08-02 | 174.3705 |
| 2026-08-09 | 174.5294 |
| 2026-08-16 | 174.9363 |
| 2026-08-24 | 176.6018 |
| 2026-08-31 | 175.7770 |
| 2026-09-07 | 174.8489 |
| 2026-09-14 | 174.8133 |
| 2026-09-21 | 173.2831 |
High
178.0828
Low
170.9011
Average
174.0130
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.