Skip to content

FKP to LAK exchange rate API

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

29681.97

▲ +1.92% over YTD

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 year to date, FKP/LAK traded between 28552.22 and 30759.53, averaged 29599.10 and rose 1.92%. 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 YTD

FKP/LAK over YTD: show the values
PointFKP/LAK
2025-12-3129123.48
2026-01-0729235.40
2026-01-1429068.43
2026-01-2129072.34
2026-01-2829566.45
2026-02-0429322.84
2026-02-1129358.08
2026-02-1829006.34
2026-02-2528900.45
2026-03-0428552.22
2026-03-1128765.41
2026-03-1828618.00
2026-03-2528817.32
2026-04-0129023.05
2026-04-0829377.20
2026-04-1529583.96
2026-04-2229911.83
2026-04-2929737.21
2026-05-0629659.34
2026-05-1429725.14
2026-05-2129454.64
2026-05-2929344.15
2026-06-0529507.09
2026-06-1429468.29
2026-06-2129169.59
2026-06-2829543.53
2026-07-0530087.46
2026-07-1230128.22
2026-07-1930348.56
2026-07-2630161.67
2026-08-0230471.72
2026-08-0930453.04
2026-08-1630387.00
2026-08-2430759.53
2026-08-3130495.87
2026-09-0730246.90
2026-09-1430242.69
2026-09-2129988.60

High

30759.53

Low

28552.22

Average

29599.10

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.