Skip to content

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

KMF/LBP over 6M: show the values
PointKMF/LBP
2026-03-29210.4933
2026-04-05210.8601
2026-04-12212.9039
2026-04-19214.5981
2026-04-26212.8640
2026-05-03213.2141
2026-05-10213.6643
2026-05-18211.6158
2026-05-26211.1012
2026-06-02212.4110
2026-06-11210.5070
2026-06-18211.4781
2026-06-25206.9397
2026-07-02207.2304
2026-07-09208.0745
2026-07-16208.4728
2026-07-23208.1358
2026-07-30208.8699
2026-08-06209.9913
2026-08-13210.2410
2026-08-21213.3030
2026-08-28212.2357
2026-09-04212.3307
2026-09-11212.1317
2026-09-18209.2290
2026-09-25207.6701

High

214.5981

Low

206.9397

Average

210.6754

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.