Skip to content

KMF to LAK exchange rate API

Comoro Franc to Kip · quoted 2026-09-25

51.7929

▲ +0.08% over 1Y

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 year, KMF/LAK traded between 50.2417 and 53.2897, averaged 51.7762 and rose 0.08%. 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 1Y

KMF/LAK over 1Y: show the values
PointKMF/LAK
2025-09-2551.7504
2025-10-0251.6161
2025-10-0951.2085
2025-10-1651.4951
2025-10-2351.1121
2025-10-3051.2331
2025-11-0650.6329
2025-11-1351.0757
2025-11-2050.8042
2025-11-2751.2209
2025-12-0451.3914
2025-12-1251.5971
2025-12-1951.5799
2025-12-2651.7959
2026-01-0251.7145
2026-01-0951.1722
2026-01-1651.0467
2026-01-2351.4802
2026-01-3052.1653
2026-02-0651.5421
2026-02-1351.9043
2026-02-2051.2704
2026-02-2751.4380
2026-03-0650.5615
2026-03-1350.3504
2026-03-2050.2417
2026-03-2750.8093
2026-04-0351.4601
2026-04-1052.1734
2026-04-1752.6536
2026-04-2451.9668
2026-05-0152.3274
2026-05-0852.5453
2026-05-1652.0177
2026-05-2451.5525
2026-05-3151.9252
2026-06-0951.6758
2026-06-1651.7578
2026-06-2351.3275
2026-06-3051.9399
2026-07-0752.4468
2026-07-1452.3327
2026-07-2152.5570
2026-07-2852.5392
2026-08-0453.0511
2026-08-1153.1638
2026-08-1853.0842
2026-08-2653.2897
2026-09-0252.8476
2026-09-0952.8068
2026-09-1652.5830
2026-09-2352.1134

High

53.2897

Low

50.2417

Average

51.7762

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.