Skip to content

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

KMF/LAK over YTD: show the values
PointKMF/LAK
2025-12-3151.6340
2026-01-0751.4631
2026-01-1451.2151
2026-01-2151.5317
2026-01-2852.2380
2026-02-0451.4290
2026-02-1152.0376
2026-02-1851.5158
2026-02-2551.2450
2026-03-0450.4869
2026-03-1150.5592
2026-03-1850.2426
2026-03-2550.7188
2026-04-0151.5465
2026-04-0852.0139
2026-04-1552.5919
2026-04-2252.5979
2026-04-2952.1258
2026-05-0652.1107
2026-05-1452.3206
2026-05-2151.8123
2026-05-2951.6744
2026-06-0551.8794
2026-06-1451.7119
2026-06-2151.4247
2026-06-2851.8226
2026-07-0552.4030
2026-07-1252.1684
2026-07-1952.4495
2026-07-2652.3312
2026-08-0252.9926
2026-08-0953.0398
2026-08-1652.8067
2026-08-2453.5179
2026-08-3153.0471
2026-09-0752.8394
2026-09-1452.6549
2026-09-2152.2764

High

53.5179

Low

50.2426

Average

51.9556

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=LAK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&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=KMF&currencies=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&currencies=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.