Convert CHF to LYD
Swiss Franc → Libyan Dinar
1 CHF = 7.72046 LYD(1 LYD = 0.129526 CHF)
Currency converter
1 CHF =
7.7205 LYD
CHF to LYD: last 30 days
Over the last 30 days, 1 CHF traded between 7.6849 and 7.8829 LYD, averaging 7.7886 LYD. The CHF/LYD rate is down 2.06% since 2026-08-28.
- 30-day high
- 7.8829
- 2026-08-28
- 30-day low
- 7.6849
- 2026-09-18
- 30-day average
- 7.7886
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
7.8829
7.68492026-08-28 → 2026-09-26
| Date | 1 CHF in LYD | Daily change |
|---|---|---|
| 2026-09-26 | 7.7205 | 0.00% |
| 2026-09-25 | 7.7205 | -0.25% |
| 2026-09-24 | 7.7395 | -0.26% |
| 2026-09-23 | 7.7597 | -0.26% |
| 2026-09-22 | 7.7798 | +0.70% |
| 2026-09-21 | 7.7258 | +0.46% |
| 2026-09-20 | 7.6902 | -0.01% |
| 2026-09-19 | 7.6908 | +0.08% |
| 2026-09-18 | 7.6849 | -0.87% |
| 2026-09-17 | 7.7521 | +0.15% |
| 2026-09-16 | 7.7406 | -0.17% |
| 2026-09-15 | 7.7535 | +0.05% |
| 2026-09-14 | 7.75 | -0.11% |
| 2026-09-13 | 7.7585 | +0.05% |
| 2026-09-12 | 7.7545 | -0.18% |
| Date | 1 CHF in LYD | Daily change |
|---|---|---|
| 2026-09-11 | 7.7688 | -0.27% |
| 2026-09-10 | 7.79 | -0.54% |
| 2026-09-09 | 7.8321 | +0.01% |
| 2026-09-08 | 7.831 | -0.15% |
| 2026-09-07 | 7.8432 | -0.04% |
| 2026-09-06 | 7.846 | -0.17% |
| 2026-09-05 | 7.8591 | +0.00% |
| 2026-09-04 | 7.8591 | +0.09% |
| 2026-09-03 | 7.8517 | +0.65% |
| 2026-09-02 | 7.8013 | -0.39% |
| 2026-09-01 | 7.832 | -0.58% |
| 2026-08-31 | 7.8777 | -0.05% |
| 2026-08-30 | 7.8821 | +0.01% |
| 2026-08-29 | 7.881 | -0.02% |
| 2026-08-28 | 7.8829 | — |
CHF to LYD conversion table
1 CHF7.7205 LYD
5 CHF38.6023 LYD
10 CHF77.2046 LYD
25 CHF193.0115 LYD
50 CHF386.023 LYD
100 CHF772.046 LYD
500 CHF3,860.2301 LYD
1,000 CHF7,720.4602 LYD
5,000 CHF38,602.301 LYD
10,000 CHF77,204.602 LYD
Get the CHF/LYD rate in your app
One GET request returns the latest CHF → LYD 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/LYD"fetch('https://rate-api.com/api/v1/pair/CHF/LYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} LYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/LYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} LYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/LYD');
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']} LYD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "LYD"
},
"rate": 7.7205,
"timestamp": 1790432064,
"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
LYD to CHFLibyan Dinar → Swiss Franc0.12953Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.