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: show the values
| Point | CDF/LBP |
|---|---|
| 2025-09-25 | 33.1706 |
| 2025-10-02 | 35.2383 |
| 2025-10-09 | 37.1677 |
| 2025-10-16 | 42.5139 |
| 2025-10-23 | 39.4345 |
| 2025-10-30 | 39.2562 |
| 2025-11-06 | 41.0644 |
| 2025-11-13 | 42.0140 |
| 2025-11-20 | 39.4211 |
| 2025-11-27 | 39.3689 |
| 2025-12-04 | 39.3393 |
| 2025-12-12 | 39.1263 |
| 2025-12-19 | 39.0235 |
| 2025-12-26 | 39.3802 |
| 2026-01-02 | 39.6587 |
| 2026-01-09 | 39.0364 |
| 2026-01-16 | 39.6487 |
| 2026-01-23 | 39.8464 |
| 2026-01-30 | 39.1114 |
| 2026-02-06 | 39.1908 |
| 2026-02-13 | 39.1332 |
| 2026-02-20 | 38.9905 |
| 2026-02-27 | 41.8405 |
| 2026-03-06 | 38.5585 |
| 2026-03-13 | 39.4687 |
| 2026-03-20 | 38.6081 |
| 2026-03-27 | 38.7837 |
| 2026-04-03 | 38.7523 |
| 2026-04-10 | 38.9138 |
| 2026-04-17 | 38.8244 |
| 2026-04-24 | 38.6935 |
| 2026-05-01 | 38.5991 |
| 2026-05-08 | 38.6588 |
| 2026-05-16 | 39.3683 |
| 2026-05-24 | 39.9634 |
| 2026-05-31 | 39.2961 |
| 2026-06-09 | 38.9867 |
| 2026-06-16 | 38.7706 |
| 2026-06-23 | 39.0549 |
| 2026-06-30 | 38.7912 |
| 2026-07-07 | 38.7921 |
| 2026-07-14 | 39.2345 |
| 2026-07-21 | 38.9802 |
| 2026-07-28 | 38.9503 |
| 2026-08-04 | 39.2693 |
| 2026-08-11 | 39.2516 |
| 2026-08-18 | 39.1610 |
| 2026-08-26 | 39.0966 |
| 2026-09-02 | 39.1558 |
| 2026-09-09 | 38.9212 |
| 2026-09-16 | 38.7725 |
| 2026-09-23 | 39.1103 |
High
42.5139
Low
33.1706
Average
39.0879
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=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¤cies=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.