FKP to LAK exchange rate API
Falkland Islands Pound to Kip · quoted 2026-09-25
29681.97
▲ +1.78% over 1Y
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 year, FKP/LAK traded between 28278.42 and 30654.41, averaged 29401.81 and rose 1.78%. 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 1Y: show the values
| Point | FKP/LAK |
|---|---|
| 2025-09-25 | 29163.69 |
| 2025-10-02 | 29167.89 |
| 2025-10-09 | 29024.03 |
| 2025-10-16 | 29168.69 |
| 2025-10-23 | 28919.67 |
| 2025-10-30 | 28661.03 |
| 2025-11-06 | 28278.42 |
| 2025-11-13 | 28452.63 |
| 2025-11-20 | 28296.70 |
| 2025-11-27 | 28770.65 |
| 2025-12-04 | 28917.69 |
| 2025-12-12 | 28972.77 |
| 2025-12-19 | 28962.81 |
| 2025-12-26 | 29211.69 |
| 2026-01-02 | 29176.10 |
| 2026-01-09 | 29018.93 |
| 2026-01-16 | 28952.16 |
| 2026-01-23 | 29097.05 |
| 2026-01-30 | 29632.71 |
| 2026-02-06 | 29138.70 |
| 2026-02-13 | 29305.19 |
| 2026-02-20 | 28832.09 |
| 2026-02-27 | 28926.02 |
| 2026-03-06 | 28619.67 |
| 2026-03-13 | 28726.34 |
| 2026-03-20 | 28665.83 |
| 2026-03-27 | 28902.80 |
| 2026-04-03 | 29026.05 |
| 2026-04-10 | 29519.78 |
| 2026-04-17 | 29935.61 |
| 2026-04-24 | 29613.84 |
| 2026-05-01 | 29647.39 |
| 2026-05-08 | 29935.15 |
| 2026-05-16 | 29337.97 |
| 2026-05-24 | 29362.90 |
| 2026-05-31 | 29483.50 |
| 2026-06-09 | 29412.54 |
| 2026-06-16 | 29460.97 |
| 2026-06-23 | 29270.83 |
| 2026-06-30 | 29667.17 |
| 2026-07-07 | 30208.93 |
| 2026-07-14 | 30189.95 |
| 2026-07-21 | 30438.58 |
| 2026-07-28 | 30211.50 |
| 2026-08-04 | 30449.25 |
| 2026-08-11 | 30605.04 |
| 2026-08-18 | 30552.69 |
| 2026-08-26 | 30654.41 |
| 2026-09-02 | 30317.01 |
| 2026-09-09 | 30257.53 |
| 2026-09-16 | 30213.19 |
| 2026-09-23 | 29880.27 |
High
30654.41
Low
28278.42
Average
29401.81
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.