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: show the values
| Point | KMF/LAK |
|---|---|
| 2024-08-24 | 50.3365 |
| 2024-10-07 | 49.6501 |
| 2024-11-06 | 48.3336 |
| 2024-12-06 | 47.1779 |
| 2025-01-05 | 45.5429 |
| 2025-02-04 | 45.8144 |
| 2025-03-06 | 47.6291 |
| 2025-04-06 | 48.2307 |
| 2025-05-06 | 49.6755 |
| 2025-06-07 | 49.9673 |
| 2025-07-07 | 51.5874 |
| 2025-08-06 | 50.6732 |
| 2025-09-05 | 51.4542 |
| 2025-10-06 | 51.7483 |
| 2025-11-05 | 50.6883 |
| 2025-12-05 | 51.3966 |
| 2026-01-05 | 51.5285 |
| 2026-02-04 | 51.4290 |
| 2026-03-06 | 50.5615 |
| 2026-04-05 | 51.4270 |
| 2026-05-05 | 52.2289 |
| 2026-06-06 | 51.3097 |
| 2026-07-08 | 52.4777 |
| 2026-08-07 | 52.9769 |
| 2026-09-07 | 52.8394 |
High
52.9769
Low
45.5429
Average
50.3260
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.