CHF to LBP exchange rate API
Swiss Franc to Lebanese Pound · quoted 2026-09-25
108432.20
▼ +3.90% over 1Y
1 CHF = 108432.20 LBP · 1 LBP = 0.000009 CHF · Get this rate via the API
1 CHF buys 108432.20 LBP as of 2026-09-25, so 1 LBP buys 0.000009 CHF. Over the last year, CHF/LBP traded between 108432.20 and 117084.39, averaged 112504.72 and fell 3.90%. The API holds daily CHF/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/LBP over 1Y: show the values
| Point | CHF/LBP |
|---|---|
| 2025-09-25 | 112828.70 |
| 2025-10-02 | 112908.40 |
| 2025-10-09 | 111816.44 |
| 2025-10-16 | 112470.57 |
| 2025-10-23 | 112325.97 |
| 2025-10-30 | 111654.04 |
| 2025-11-06 | 111510.63 |
| 2025-11-13 | 112922.95 |
| 2025-11-20 | 111300.30 |
| 2025-11-27 | 111259.66 |
| 2025-12-04 | 112174.49 |
| 2025-12-12 | 112614.61 |
| 2025-12-19 | 112901.92 |
| 2025-12-26 | 113659.96 |
| 2026-01-02 | 113454.92 |
| 2026-01-09 | 112407.40 |
| 2026-01-16 | 112252.16 |
| 2026-01-23 | 108968.47 |
| 2026-01-30 | 117084.39 |
| 2026-02-06 | 115533.65 |
| 2026-02-13 | 116921.07 |
| 2026-02-20 | 115809.26 |
| 2026-02-27 | 116550.44 |
| 2026-03-06 | 113843.79 |
| 2026-03-13 | 113972.71 |
| 2026-03-20 | 113235.60 |
| 2026-03-27 | 112565.68 |
| 2026-04-03 | 112093.27 |
| 2026-04-10 | 113424.55 |
| 2026-04-17 | 114416.14 |
| 2026-04-24 | 113947.43 |
| 2026-05-01 | 114635.63 |
| 2026-05-08 | 115007.30 |
| 2026-05-16 | 112398.18 |
| 2026-05-24 | 114628.98 |
| 2026-05-31 | 114336.96 |
| 2026-06-09 | 113300.02 |
| 2026-06-16 | 112810.02 |
| 2026-06-23 | 110778.00 |
| 2026-06-30 | 110855.58 |
| 2026-07-07 | 111009.87 |
| 2026-07-14 | 110726.91 |
| 2026-07-21 | 110780.25 |
| 2026-07-28 | 109582.36 |
| 2026-08-04 | 111003.75 |
| 2026-08-11 | 110926.24 |
| 2026-08-18 | 110474.57 |
| 2026-08-26 | 111499.40 |
| 2026-09-02 | 110373.41 |
| 2026-09-09 | 111191.34 |
| 2026-09-16 | 109368.00 |
| 2026-09-23 | 109801.54 |
High
117084.39
Low
108432.20
Average
112504.72
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=LBP").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/LBP API questions
How do I get the CHF/LBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/LBP rate in rates.LBP.
How far back does CHF/LBP historical data go?
Daily CHF/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 CHF/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.