Skip to content

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

FKP/KGS over 1Y: show the values
PointFKP/KGS
2025-09-27117.0932
2025-10-04117.9034
2025-10-11116.7439
2025-10-18117.4153
2025-10-25116.4377
2025-11-01115.0567
2025-11-08115.1358
2025-11-15115.2547
2025-11-22114.7171
2025-11-29115.8168
2025-12-06116.6228
2025-12-14117.1102
2025-12-21117.0479
2025-12-28118.0377
2026-01-04117.7410
2026-01-11117.2056
2026-01-18117.0082
2026-01-25119.2988
2026-02-01119.7403
2026-02-08119.0663
2026-02-15119.3894
2026-02-22117.9502
2026-03-01117.9206
2026-03-08117.2934
2026-03-15115.7854
2026-03-22116.6551
2026-03-29116.0092
2026-04-05115.4471
2026-04-12117.6941
2026-04-19118.5365
2026-04-26118.1227
2026-05-03119.0606
2026-05-10119.1085
2026-05-18116.5448
2026-05-26117.9437
2026-06-02117.7405
2026-06-11117.0270
2026-06-18116.4460
2026-06-25115.3051
2026-07-02115.9330
2026-07-09117.1787
2026-07-16118.3704
2026-07-23117.0756
2026-07-30116.7990
2026-08-06118.2659
2026-08-13117.9837
2026-08-21119.4685
2026-08-28118.9774
2026-09-04118.4504
2026-09-11118.1813
2026-09-18116.7081
2026-09-25115.5461

High

119.7403

Low

114.7171

Average

117.2684

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=KGS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=KGS");
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=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&currencies=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.