KMF to LBP exchange rate API
Comoro Franc to Lebanese Pound · quoted 2026-09-25
207.6701
▼ +3.10% over YTD
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 year to date, KMF/LBP traded between 207.4403 and 219.2836, averaged 211.8789 and fell 3.10%. 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 YTD: show the values
| Point | KMF/LBP |
|---|---|
| 2025-12-31 | 214.3052 |
| 2026-01-07 | 213.0399 |
| 2026-01-14 | 212.8846 |
| 2026-01-21 | 213.0909 |
| 2026-01-28 | 219.2836 |
| 2026-02-04 | 214.5165 |
| 2026-02-11 | 217.5016 |
| 2026-02-18 | 216.0725 |
| 2026-02-25 | 215.4849 |
| 2026-03-04 | 211.2522 |
| 2026-03-11 | 211.9526 |
| 2026-03-18 | 209.4476 |
| 2026-03-25 | 211.6332 |
| 2026-04-01 | 210.6951 |
| 2026-04-08 | 211.1641 |
| 2026-04-15 | 214.3442 |
| 2026-04-22 | 213.1361 |
| 2026-04-29 | 212.6872 |
| 2026-05-06 | 212.9444 |
| 2026-05-14 | 214.0127 |
| 2026-05-21 | 210.8640 |
| 2026-05-29 | 210.9949 |
| 2026-06-05 | 211.9028 |
| 2026-06-14 | 210.8778 |
| 2026-06-21 | 209.8459 |
| 2026-06-28 | 207.5410 |
| 2026-07-05 | 208.3453 |
| 2026-07-12 | 208.8999 |
| 2026-07-19 | 209.0504 |
| 2026-07-26 | 207.4403 |
| 2026-08-02 | 210.7617 |
| 2026-08-09 | 210.4943 |
| 2026-08-16 | 211.8226 |
| 2026-08-24 | 213.2480 |
| 2026-08-31 | 212.2954 |
| 2026-09-07 | 211.7356 |
| 2026-09-14 | 211.0150 |
| 2026-09-21 | 209.0238 |
High
219.2836
Low
207.4403
Average
211.8789
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.