Skip to content

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

KMF/LBP over YTD: show the values
PointKMF/LBP
2025-12-31214.3052
2026-01-07213.0399
2026-01-14212.8846
2026-01-21213.0909
2026-01-28219.2836
2026-02-04214.5165
2026-02-11217.5016
2026-02-18216.0725
2026-02-25215.4849
2026-03-04211.2522
2026-03-11211.9526
2026-03-18209.4476
2026-03-25211.6332
2026-04-01210.6951
2026-04-08211.1641
2026-04-15214.3442
2026-04-22213.1361
2026-04-29212.6872
2026-05-06212.9444
2026-05-14214.0127
2026-05-21210.8640
2026-05-29210.9949
2026-06-05211.9028
2026-06-14210.8778
2026-06-21209.8459
2026-06-28207.5410
2026-07-05208.3453
2026-07-12208.8999
2026-07-19209.0504
2026-07-26207.4403
2026-08-02210.7617
2026-08-09210.4943
2026-08-16211.8226
2026-08-24213.2480
2026-08-31212.2954
2026-09-07211.7356
2026-09-14211.0150
2026-09-21209.0238

High

219.2836

Low

207.4403

Average

211.8789

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=LBP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=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&currencies=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.