Skip to content

KMF to LAK exchange rate API

Comoro Franc to Kip · quoted 2026-09-25

51.7929

▲ +1.21% over 6M

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 last 6 months, KMF/LAK traded between 51.0896 and 53.5498, averaged 52.2396 and rose 1.21%. 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 6M

KMF/LAK over 6M: show the values
PointKMF/LAK
2026-03-2951.1734
2026-04-0551.4270
2026-04-1252.4274
2026-04-1952.8715
2026-04-2652.0874
2026-05-0352.3333
2026-05-1052.3251
2026-05-1851.8253
2026-05-2651.8431
2026-06-0251.8591
2026-06-1151.6594
2026-06-1851.5101
2026-06-2551.0896
2026-07-0251.9631
2026-07-0952.2175
2026-07-1652.3752
2026-07-2352.4877
2026-07-3052.7084
2026-08-0653.0859
2026-08-1352.8384
2026-08-2153.5498
2026-08-2853.0481
2026-09-0453.0347
2026-09-1152.8636
2026-09-1852.2780
2026-09-2551.7929

High

53.5498

Low

51.0896

Average

52.2396

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.