KMF to LBP exchange rate API
Comoro Franc to Lebanese Pound · quoted 2026-09-25
207.6701
▼ +3.12% over 1Y
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 year, KMF/LBP traded between 205.5721 and 217.7140, averaged 211.6878 and fell 3.12%. 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 1Y: show the values
| Point | KMF/LBP |
|---|---|
| 2025-09-25 | 214.3565 |
| 2025-10-02 | 214.2903 |
| 2025-10-09 | 212.0989 |
| 2025-10-16 | 213.1090 |
| 2025-10-23 | 211.3401 |
| 2025-10-30 | 211.8110 |
| 2025-11-06 | 210.7077 |
| 2025-11-13 | 211.6367 |
| 2025-11-20 | 210.4597 |
| 2025-11-27 | 211.6208 |
| 2025-12-04 | 212.9134 |
| 2025-12-12 | 213.6717 |
| 2025-12-19 | 214.1157 |
| 2025-12-26 | 214.8158 |
| 2026-01-02 | 215.1541 |
| 2026-01-09 | 212.9436 |
| 2026-01-16 | 212.3422 |
| 2026-01-23 | 205.5721 |
| 2026-01-30 | 217.7140 |
| 2026-02-06 | 215.3985 |
| 2026-02-13 | 216.9105 |
| 2026-02-20 | 214.7693 |
| 2026-02-27 | 215.5447 |
| 2026-03-06 | 210.3662 |
| 2026-03-13 | 210.0607 |
| 2026-03-20 | 209.5584 |
| 2026-03-27 | 210.4040 |
| 2026-04-03 | 210.2737 |
| 2026-04-10 | 212.5935 |
| 2026-04-17 | 213.6732 |
| 2026-04-24 | 212.0808 |
| 2026-05-01 | 213.2143 |
| 2026-05-08 | 213.6844 |
| 2026-05-16 | 209.0444 |
| 2026-05-24 | 211.8922 |
| 2026-05-31 | 211.7353 |
| 2026-06-09 | 211.3695 |
| 2026-06-16 | 211.2664 |
| 2026-06-23 | 208.4090 |
| 2026-06-30 | 207.9376 |
| 2026-07-07 | 208.0732 |
| 2026-07-14 | 208.1081 |
| 2026-07-21 | 208.3582 |
| 2026-07-28 | 207.7868 |
| 2026-08-04 | 210.1768 |
| 2026-08-11 | 210.9435 |
| 2026-08-18 | 211.2508 |
| 2026-08-26 | 212.6025 |
| 2026-09-02 | 211.4461 |
| 2026-09-09 | 212.1626 |
| 2026-09-16 | 210.1590 |
| 2026-09-23 | 209.8546 |
High
217.7140
Low
205.5721
Average
211.6878
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.