Skip to content

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

KMF/LBP over 1Y: show the values
PointKMF/LBP
2025-09-25214.3565
2025-10-02214.2903
2025-10-09212.0989
2025-10-16213.1090
2025-10-23211.3401
2025-10-30211.8110
2025-11-06210.7077
2025-11-13211.6367
2025-11-20210.4597
2025-11-27211.6208
2025-12-04212.9134
2025-12-12213.6717
2025-12-19214.1157
2025-12-26214.8158
2026-01-02215.1541
2026-01-09212.9436
2026-01-16212.3422
2026-01-23205.5721
2026-01-30217.7140
2026-02-06215.3985
2026-02-13216.9105
2026-02-20214.7693
2026-02-27215.5447
2026-03-06210.3662
2026-03-13210.0607
2026-03-20209.5584
2026-03-27210.4040
2026-04-03210.2737
2026-04-10212.5935
2026-04-17213.6732
2026-04-24212.0808
2026-05-01213.2143
2026-05-08213.6844
2026-05-16209.0444
2026-05-24211.8922
2026-05-31211.7353
2026-06-09211.3695
2026-06-16211.2664
2026-06-23208.4090
2026-06-30207.9376
2026-07-07208.0732
2026-07-14208.1081
2026-07-21208.3582
2026-07-28207.7868
2026-08-04210.1768
2026-08-11210.9435
2026-08-18211.2508
2026-08-26212.6025
2026-09-02211.4461
2026-09-09212.1626
2026-09-16210.1590
2026-09-23209.8546

High

217.7140

Low

205.5721

Average

211.6878

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.