Skip to content

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

CHF/LBP over 1Y: show the values
PointCHF/LBP
2025-09-25112828.70
2025-10-02112908.40
2025-10-09111816.44
2025-10-16112470.57
2025-10-23112325.97
2025-10-30111654.04
2025-11-06111510.63
2025-11-13112922.95
2025-11-20111300.30
2025-11-27111259.66
2025-12-04112174.49
2025-12-12112614.61
2025-12-19112901.92
2025-12-26113659.96
2026-01-02113454.92
2026-01-09112407.40
2026-01-16112252.16
2026-01-23108968.47
2026-01-30117084.39
2026-02-06115533.65
2026-02-13116921.07
2026-02-20115809.26
2026-02-27116550.44
2026-03-06113843.79
2026-03-13113972.71
2026-03-20113235.60
2026-03-27112565.68
2026-04-03112093.27
2026-04-10113424.55
2026-04-17114416.14
2026-04-24113947.43
2026-05-01114635.63
2026-05-08115007.30
2026-05-16112398.18
2026-05-24114628.98
2026-05-31114336.96
2026-06-09113300.02
2026-06-16112810.02
2026-06-23110778.00
2026-06-30110855.58
2026-07-07111009.87
2026-07-14110726.91
2026-07-21110780.25
2026-07-28109582.36
2026-08-04111003.75
2026-08-11110926.24
2026-08-18110474.57
2026-08-26111499.40
2026-09-02110373.41
2026-09-09111191.34
2026-09-16109368.00
2026-09-23109801.54

High

117084.39

Low

108432.20

Average

112504.72

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=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&currencies=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.