KMF to LAK exchange rate API
Comoro Franc to Kip · quoted 2026-09-25
51.7929
▼ +2.81% over 30D
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 30 days, KMF/LAK traded between 51.7929 and 53.2897, averaged 52.6351 and fell 2.81%. 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 30D: show the values
| Point | KMF/LAK |
|---|---|
| 2026-08-26 | 53.2897 |
| 2026-08-27 | 53.0733 |
| 2026-08-28 | 53.0481 |
| 2026-08-29 | 52.8843 |
| 2026-08-30 | 52.7944 |
| 2026-08-31 | 53.0471 |
| 2026-09-01 | 52.9016 |
| 2026-09-02 | 52.8476 |
| 2026-09-03 | 52.6711 |
| 2026-09-04 | 53.0347 |
| 2026-09-05 | 53.0064 |
| 2026-09-06 | 52.9001 |
| 2026-09-07 | 52.8394 |
| 2026-09-08 | 52.9972 |
| 2026-09-09 | 52.8068 |
| 2026-09-10 | 52.9766 |
| 2026-09-11 | 52.8636 |
| 2026-09-12 | 52.7462 |
| 2026-09-13 | 52.5124 |
| 2026-09-14 | 52.6549 |
| 2026-09-15 | 52.4742 |
| 2026-09-16 | 52.5830 |
| 2026-09-17 | 52.2290 |
| 2026-09-18 | 52.2780 |
| 2026-09-19 | 52.4771 |
| 2026-09-20 | 52.2188 |
| 2026-09-21 | 52.2764 |
| 2026-09-22 | 52.3271 |
| 2026-09-23 | 52.1134 |
| 2026-09-24 | 51.8635 |
| 2026-09-25 | 51.7929 |
High
53.2897
Low
51.7929
Average
52.6351
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.