KMF to LBP exchange rate API
Comoro Franc to Lebanese Pound · quoted 2026-09-25
207.6701
▼ +1.34% over 6M
1 KMF = 207.6701 LBP · 1 LBP = 0.004815 KMF · Get this rate via the API
1 KMF buys 207.6701 LBP as of 2026-09-25, so 1 LBP buys 0.004815 KMF. Over the last 6 months, KMF/LBP traded between 206.9397 and 214.5981, averaged 210.6754 and fell 1.34%. The API holds daily KMF/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/LBP over 6M: show the values
| Point | KMF/LBP |
|---|---|
| 2026-03-29 | 210.4933 |
| 2026-04-05 | 210.8601 |
| 2026-04-12 | 212.9039 |
| 2026-04-19 | 214.5981 |
| 2026-04-26 | 212.8640 |
| 2026-05-03 | 213.2141 |
| 2026-05-10 | 213.6643 |
| 2026-05-18 | 211.6158 |
| 2026-05-26 | 211.1012 |
| 2026-06-02 | 212.4110 |
| 2026-06-11 | 210.5070 |
| 2026-06-18 | 211.4781 |
| 2026-06-25 | 206.9397 |
| 2026-07-02 | 207.2304 |
| 2026-07-09 | 208.0745 |
| 2026-07-16 | 208.4728 |
| 2026-07-23 | 208.1358 |
| 2026-07-30 | 208.8699 |
| 2026-08-06 | 209.9913 |
| 2026-08-13 | 210.2410 |
| 2026-08-21 | 213.3030 |
| 2026-08-28 | 212.2357 |
| 2026-09-04 | 212.3307 |
| 2026-09-11 | 212.1317 |
| 2026-09-18 | 209.2290 |
| 2026-09-25 | 207.6701 |
High
214.5981
Low
206.9397
Average
210.6754
Get this rate via the API
One GET request returns the KMF/LBP 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=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=LBP").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/LBP API questions
How do I get the KMF/LBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/LBP rate in rates.LBP.
How far back does KMF/LBP historical data go?
Daily KMF/LBP 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/LBP 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.