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: show the values
| Point | KMF/LAK |
|---|---|
| 2026-03-29 | 51.1734 |
| 2026-04-05 | 51.4270 |
| 2026-04-12 | 52.4274 |
| 2026-04-19 | 52.8715 |
| 2026-04-26 | 52.0874 |
| 2026-05-03 | 52.3333 |
| 2026-05-10 | 52.3251 |
| 2026-05-18 | 51.8253 |
| 2026-05-26 | 51.8431 |
| 2026-06-02 | 51.8591 |
| 2026-06-11 | 51.6594 |
| 2026-06-18 | 51.5101 |
| 2026-06-25 | 51.0896 |
| 2026-07-02 | 51.9631 |
| 2026-07-09 | 52.2175 |
| 2026-07-16 | 52.3752 |
| 2026-07-23 | 52.4877 |
| 2026-07-30 | 52.7084 |
| 2026-08-06 | 53.0859 |
| 2026-08-13 | 52.8384 |
| 2026-08-21 | 53.5498 |
| 2026-08-28 | 53.0481 |
| 2026-09-04 | 53.0347 |
| 2026-09-11 | 52.8636 |
| 2026-09-18 | 52.2780 |
| 2026-09-25 | 51.7929 |
High
53.5498
Low
51.0896
Average
52.2396
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.