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: show the values
| Point | KMF/LAK |
|---|---|
| 2025-09-25 | 51.7504 |
| 2025-10-02 | 51.6161 |
| 2025-10-09 | 51.2085 |
| 2025-10-16 | 51.4951 |
| 2025-10-23 | 51.1121 |
| 2025-10-30 | 51.2331 |
| 2025-11-06 | 50.6329 |
| 2025-11-13 | 51.0757 |
| 2025-11-20 | 50.8042 |
| 2025-11-27 | 51.2209 |
| 2025-12-04 | 51.3914 |
| 2025-12-12 | 51.5971 |
| 2025-12-19 | 51.5799 |
| 2025-12-26 | 51.7959 |
| 2026-01-02 | 51.7145 |
| 2026-01-09 | 51.1722 |
| 2026-01-16 | 51.0467 |
| 2026-01-23 | 51.4802 |
| 2026-01-30 | 52.1653 |
| 2026-02-06 | 51.5421 |
| 2026-02-13 | 51.9043 |
| 2026-02-20 | 51.2704 |
| 2026-02-27 | 51.4380 |
| 2026-03-06 | 50.5615 |
| 2026-03-13 | 50.3504 |
| 2026-03-20 | 50.2417 |
| 2026-03-27 | 50.8093 |
| 2026-04-03 | 51.4601 |
| 2026-04-10 | 52.1734 |
| 2026-04-17 | 52.6536 |
| 2026-04-24 | 51.9668 |
| 2026-05-01 | 52.3274 |
| 2026-05-08 | 52.5453 |
| 2026-05-16 | 52.0177 |
| 2026-05-24 | 51.5525 |
| 2026-05-31 | 51.9252 |
| 2026-06-09 | 51.6758 |
| 2026-06-16 | 51.7578 |
| 2026-06-23 | 51.3275 |
| 2026-06-30 | 51.9399 |
| 2026-07-07 | 52.4468 |
| 2026-07-14 | 52.3327 |
| 2026-07-21 | 52.5570 |
| 2026-07-28 | 52.5392 |
| 2026-08-04 | 53.0511 |
| 2026-08-11 | 53.1638 |
| 2026-08-18 | 53.0842 |
| 2026-08-26 | 53.2897 |
| 2026-09-02 | 52.8476 |
| 2026-09-09 | 52.8068 |
| 2026-09-16 | 52.5830 |
| 2026-09-23 | 52.1134 |
High
53.2897
Low
50.2417
Average
51.7762
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.