Skip to content

CDF to LBP exchange rate API

Congolese Franc to Lebanese Pound · quoted 2026-09-25

38.8964

▲ +17.26% over 1Y

1 CDF = 38.8964 LBP · 1 LBP = 0.02571 CDF · Get this rate via the API

1 CDF buys 38.8964 LBP as of 2026-09-25, so 1 LBP buys 0.02571 CDF. Over the last year, CDF/LBP traded between 33.1706 and 42.5139, averaged 39.0879 and rose 17.26%. The API holds daily CDF/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CDF/LBP over 1Y

CDF/LBP over 1Y: show the values
PointCDF/LBP
2025-09-2533.1706
2025-10-0235.2383
2025-10-0937.1677
2025-10-1642.5139
2025-10-2339.4345
2025-10-3039.2562
2025-11-0641.0644
2025-11-1342.0140
2025-11-2039.4211
2025-11-2739.3689
2025-12-0439.3393
2025-12-1239.1263
2025-12-1939.0235
2025-12-2639.3802
2026-01-0239.6587
2026-01-0939.0364
2026-01-1639.6487
2026-01-2339.8464
2026-01-3039.1114
2026-02-0639.1908
2026-02-1339.1332
2026-02-2038.9905
2026-02-2741.8405
2026-03-0638.5585
2026-03-1339.4687
2026-03-2038.6081
2026-03-2738.7837
2026-04-0338.7523
2026-04-1038.9138
2026-04-1738.8244
2026-04-2438.6935
2026-05-0138.5991
2026-05-0838.6588
2026-05-1639.3683
2026-05-2439.9634
2026-05-3139.2961
2026-06-0938.9867
2026-06-1638.7706
2026-06-2339.0549
2026-06-3038.7912
2026-07-0738.7921
2026-07-1439.2345
2026-07-2138.9802
2026-07-2838.9503
2026-08-0439.2693
2026-08-1139.2516
2026-08-1839.1610
2026-08-2639.0966
2026-09-0239.1558
2026-09-0938.9212
2026-09-1638.7725
2026-09-2339.1103

High

42.5139

Low

33.1706

Average

39.0879

For developers

Get this rate via the API

One GET request returns the CDF/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=CDF&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&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=CDF&currencies=LBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

CDF/LBP API questions

How do I get the CDF/LBP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CDF/LBP rate in rates.LBP.

How far back does CDF/LBP historical data go?

Daily CDF/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 CDF/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.