Convert CHF to LBP
Swiss Franc → Lebanese Pound
1 CHF = 108,487.73 LBP(1 LBP = 0.00000921763 CHF)
Currency converter
1 CHF =
108,487.73 LBP
CHF to LBP: last 30 days
Over the last 30 days, 1 CHF traded between 108,405.64 and 111,840.96 LBP, averaging 110,097.04 LBP. The CHF/LBP rate is down 2.68% since 2026-08-28.
- 30-day high
- 111,840.96
- 2026-08-30
- 30-day low
- 108,405.64
- 2026-09-24
- 30-day average
- 110,097.04
- Days with data: 30
- 30-day change
- -2.68%
- since 2026-08-28
111,840.96
108,405.642026-08-28 → 2026-09-26
| Date | 1 CHF in LBP | Daily change |
|---|---|---|
| 2026-09-26 | 108,487.73 | 0.00% |
| 2026-09-25 | 108,487.73 | +0.08% |
| 2026-09-24 | 108,405.64 | -1.27% |
| 2026-09-23 | 109,801.51 | +0.26% |
| 2026-09-22 | 109,519.84 | +0.41% |
| 2026-09-21 | 109,075.53 | -0.02% |
| 2026-09-20 | 109,100.48 | +0.23% |
| 2026-09-19 | 108,850.08 | +0.36% |
| 2026-09-18 | 108,459.96 | -0.96% |
| 2026-09-17 | 109,516.56 | +0.14% |
| 2026-09-16 | 109,367.6 | -0.55% |
| 2026-09-15 | 109,969.06 | +0.05% |
| 2026-09-14 | 109,916.17 | -0.31% |
| 2026-09-13 | 110,252.66 | -0.32% |
| 2026-09-12 | 110,609.32 | +0.25% |
| Date | 1 CHF in LBP | Daily change |
|---|---|---|
| 2026-09-11 | 110,334.85 | -0.07% |
| 2026-09-10 | 110,416.35 | -0.70% |
| 2026-09-09 | 111,191.48 | +0.53% |
| 2026-09-08 | 110,607.03 | -0.24% |
| 2026-09-07 | 110,868.4 | -0.26% |
| 2026-09-06 | 111,158.69 | -0.21% |
| 2026-09-05 | 111,390.13 | +0.30% |
| 2026-09-04 | 111,054.01 | +1.07% |
| 2026-09-03 | 109,879.09 | -0.45% |
| 2026-09-02 | 110,373 | -0.10% |
| 2026-09-01 | 110,481.82 | -0.86% |
| 2026-08-31 | 111,441.53 | -0.36% |
| 2026-08-30 | 111,840.96 | +1.14% |
| 2026-08-29 | 110,577.45 | -0.81% |
| 2026-08-28 | 111,476.41 | — |
CHF to LBP conversion table
1 CHF108,487.73 LBP
5 CHF542,438.67 LBP
10 CHF1,084,877.3 LBP
25 CHF2,712,193.4 LBP
50 CHF5,424,386.7 LBP
100 CHF10,848,773 LBP
500 CHF54,243,867 LBP
1,000 CHF108,487,734 LBP
5,000 CHF542,438,672 LBP
10,000 CHF1,084,877,344 LBP
Get the CHF/LBP rate in your app
One GET request returns the latest CHF → LBP rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/LBP"fetch('https://rate-api.com/api/v1/pair/CHF/LBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} LBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/LBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} LBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/LBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} LBP\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "LBP"
},
"rate": 108487.7344,
"timestamp": 1790429346,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
LBP to CHFLebanese Pound → Swiss Franc0.0000092176Convert CHF to other currencies
Convert other currencies to LBP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.