Skip to content

KMF to LAK exchange rate API

Comoro Franc to Kip · quoted 2026-09-25

51.7929

▲ +2.89% over 5Y

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 5 years, KMF/LAK traded between 45.5429 and 52.9769, averaged 50.3260 and rose 2.89%. 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 5Y

KMF/LAK over 5Y: show the values
PointKMF/LAK
2024-08-2450.3365
2024-10-0749.6501
2024-11-0648.3336
2024-12-0647.1779
2025-01-0545.5429
2025-02-0445.8144
2025-03-0647.6291
2025-04-0648.2307
2025-05-0649.6755
2025-06-0749.9673
2025-07-0751.5874
2025-08-0650.6732
2025-09-0551.4542
2025-10-0651.7483
2025-11-0550.6883
2025-12-0551.3966
2026-01-0551.5285
2026-02-0451.4290
2026-03-0650.5615
2026-04-0551.4270
2026-05-0552.2289
2026-06-0651.3097
2026-07-0852.4777
2026-08-0752.9769
2026-09-0752.8394

High

52.9769

Low

45.5429

Average

50.3260

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.