Skip to content

FKP to LAK exchange rate API

Falkland Islands Pound to Kip · quoted 2026-09-25

29681.97

▲ +2.55% over 6M

1 FKP = 29681.97 LAK · 1 LAK = 0.000034 FKP · Get this rate via the API

1 FKP buys 29681.97 LAK as of 2026-09-25, so 1 LAK buys 0.000034 FKP. Over the last 6 months, FKP/LAK traded between 28944.50 and 30751.28, averaged 29852.26 and rose 2.55%. The API holds daily FKP/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/LAK over 6M

FKP/LAK over 6M: show the values
PointFKP/LAK
2026-03-2928944.50
2026-04-0528992.31
2026-04-1229634.73
2026-04-1929956.32
2026-04-2629565.72
2026-05-0329935.22
2026-05-1029799.98
2026-05-1829284.77
2026-05-2629565.03
2026-06-0229514.82
2026-06-1129450.72
2026-06-1829279.69
2026-06-2529139.86
2026-07-0229828.37
2026-07-0930119.57
2026-07-1630415.22
2026-07-2330253.50
2026-07-3030224.57
2026-08-0630440.62
2026-08-1330431.41
2026-08-2130751.28
2026-08-2830454.32
2026-09-0430371.31
2026-09-1130261.95
2026-09-1829861.05

High

30751.28

Low

28944.50

Average

29852.26

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/LAK API questions

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

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

How far back does FKP/LAK historical data go?

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