KMF to LAK exchange rate API
Comoro Franc to Kip · quoted 2026-09-25
51.7929
▲ +0.31% over YTD
1 KMF = 51.7929 LAK · 1 LAK = 0.01931 KMF · Get this rate via the API
1 KMF buys 51.7929 LAK as of 2026-09-25, so 1 LAK buys 0.01931 KMF. Over the year to date, KMF/LAK traded between 50.2426 and 53.5179, averaged 51.9556 and rose 0.31%. The API holds daily KMF/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/LAK over YTD: show the values
| Point | KMF/LAK |
|---|---|
| 2025-12-31 | 51.6340 |
| 2026-01-07 | 51.4631 |
| 2026-01-14 | 51.2151 |
| 2026-01-21 | 51.5317 |
| 2026-01-28 | 52.2380 |
| 2026-02-04 | 51.4290 |
| 2026-02-11 | 52.0376 |
| 2026-02-18 | 51.5158 |
| 2026-02-25 | 51.2450 |
| 2026-03-04 | 50.4869 |
| 2026-03-11 | 50.5592 |
| 2026-03-18 | 50.2426 |
| 2026-03-25 | 50.7188 |
| 2026-04-01 | 51.5465 |
| 2026-04-08 | 52.0139 |
| 2026-04-15 | 52.5919 |
| 2026-04-22 | 52.5979 |
| 2026-04-29 | 52.1258 |
| 2026-05-06 | 52.1107 |
| 2026-05-14 | 52.3206 |
| 2026-05-21 | 51.8123 |
| 2026-05-29 | 51.6744 |
| 2026-06-05 | 51.8794 |
| 2026-06-14 | 51.7119 |
| 2026-06-21 | 51.4247 |
| 2026-06-28 | 51.8226 |
| 2026-07-05 | 52.4030 |
| 2026-07-12 | 52.1684 |
| 2026-07-19 | 52.4495 |
| 2026-07-26 | 52.3312 |
| 2026-08-02 | 52.9926 |
| 2026-08-09 | 53.0398 |
| 2026-08-16 | 52.8067 |
| 2026-08-24 | 53.5179 |
| 2026-08-31 | 53.0471 |
| 2026-09-07 | 52.8394 |
| 2026-09-14 | 52.6549 |
| 2026-09-21 | 52.2764 |
High
53.5179
Low
50.2426
Average
51.9556
Get this rate via the API
One GET request returns the KMF/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=KMF¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/LAK API questions
How do I get the KMF/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/LAK rate in rates.LAK.
How far back does KMF/LAK historical data go?
Daily KMF/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 KMF/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.