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: show the values
| Point | FKP/LAK |
|---|---|
| 2026-03-29 | 28944.50 |
| 2026-04-05 | 28992.31 |
| 2026-04-12 | 29634.73 |
| 2026-04-19 | 29956.32 |
| 2026-04-26 | 29565.72 |
| 2026-05-03 | 29935.22 |
| 2026-05-10 | 29799.98 |
| 2026-05-18 | 29284.77 |
| 2026-05-26 | 29565.03 |
| 2026-06-02 | 29514.82 |
| 2026-06-11 | 29450.72 |
| 2026-06-18 | 29279.69 |
| 2026-06-25 | 29139.86 |
| 2026-07-02 | 29828.37 |
| 2026-07-09 | 30119.57 |
| 2026-07-16 | 30415.22 |
| 2026-07-23 | 30253.50 |
| 2026-07-30 | 30224.57 |
| 2026-08-06 | 30440.62 |
| 2026-08-13 | 30431.41 |
| 2026-08-21 | 30751.28 |
| 2026-08-28 | 30454.32 |
| 2026-09-04 | 30371.31 |
| 2026-09-11 | 30261.95 |
| 2026-09-18 | 29861.05 |
High
30751.28
Low
28944.50
Average
29852.26
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.