FKP to KGS exchange rate API
Falkland Islands Pound to Som · quoted 2026-09-27
115.8541
▼ +1.06% over 1Y
1 FKP = 115.8541 KGS · 1 KGS = 0.008632 FKP · Get this rate via the API
1 FKP buys 115.8541 KGS as of 2026-09-27, so 1 KGS buys 0.008632 FKP. Over the last year, FKP/KGS traded between 114.7171 and 119.7403, averaged 117.2684 and fell 1.06%. The API holds daily FKP/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/KGS over 1Y: show the values
| Point | FKP/KGS |
|---|---|
| 2025-09-27 | 117.0932 |
| 2025-10-04 | 117.9034 |
| 2025-10-11 | 116.7439 |
| 2025-10-18 | 117.4153 |
| 2025-10-25 | 116.4377 |
| 2025-11-01 | 115.0567 |
| 2025-11-08 | 115.1358 |
| 2025-11-15 | 115.2547 |
| 2025-11-22 | 114.7171 |
| 2025-11-29 | 115.8168 |
| 2025-12-06 | 116.6228 |
| 2025-12-14 | 117.1102 |
| 2025-12-21 | 117.0479 |
| 2025-12-28 | 118.0377 |
| 2026-01-04 | 117.7410 |
| 2026-01-11 | 117.2056 |
| 2026-01-18 | 117.0082 |
| 2026-01-25 | 119.2988 |
| 2026-02-01 | 119.7403 |
| 2026-02-08 | 119.0663 |
| 2026-02-15 | 119.3894 |
| 2026-02-22 | 117.9502 |
| 2026-03-01 | 117.9206 |
| 2026-03-08 | 117.2934 |
| 2026-03-15 | 115.7854 |
| 2026-03-22 | 116.6551 |
| 2026-03-29 | 116.0092 |
| 2026-04-05 | 115.4471 |
| 2026-04-12 | 117.6941 |
| 2026-04-19 | 118.5365 |
| 2026-04-26 | 118.1227 |
| 2026-05-03 | 119.0606 |
| 2026-05-10 | 119.1085 |
| 2026-05-18 | 116.5448 |
| 2026-05-26 | 117.9437 |
| 2026-06-02 | 117.7405 |
| 2026-06-11 | 117.0270 |
| 2026-06-18 | 116.4460 |
| 2026-06-25 | 115.3051 |
| 2026-07-02 | 115.9330 |
| 2026-07-09 | 117.1787 |
| 2026-07-16 | 118.3704 |
| 2026-07-23 | 117.0756 |
| 2026-07-30 | 116.7990 |
| 2026-08-06 | 118.2659 |
| 2026-08-13 | 117.9837 |
| 2026-08-21 | 119.4685 |
| 2026-08-28 | 118.9774 |
| 2026-09-04 | 118.4504 |
| 2026-09-11 | 118.1813 |
| 2026-09-18 | 116.7081 |
| 2026-09-25 | 115.5461 |
High
119.7403
Low
114.7171
Average
117.2684
Get this rate via the API
One GET request returns the FKP/KGS 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=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=KGS").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/KGS API questions
How do I get the FKP/KGS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/KGS rate in rates.KGS.
How far back does FKP/KGS historical data go?
Daily FKP/KGS 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/KGS 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.