Convert LYD to CHF
Libyan Dinar → Swiss Franc
1 LYD = 0.129526 CHF(1 CHF = 7.72046 LYD)
Currency converter
1 LYD =
0.12953 CHF
LYD to CHF: last 30 days
Over the last 30 days, 1 LYD traded between 0.12686 and 0.13013 CHF, averaging 0.1284 CHF. The LYD/CHF rate is up 2.10% since 2026-08-28.
- 30-day high
- 0.13013
- 2026-09-18
- 30-day low
- 0.12686
- 2026-08-28
- 30-day average
- 0.1284
- Days with data: 30
- 30-day change
- +2.10%
- since 2026-08-28
0.13013
0.126862026-08-28 → 2026-09-26
| Date | 1 LYD in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.12953 | 0.00% |
| 2026-09-25 | 0.12953 | +0.25% |
| 2026-09-24 | 0.12921 | +0.26% |
| 2026-09-23 | 0.12887 | +0.26% |
| 2026-09-22 | 0.12854 | -0.69% |
| 2026-09-21 | 0.12944 | -0.46% |
| 2026-09-20 | 0.13004 | +0.01% |
| 2026-09-19 | 0.13002 | -0.08% |
| 2026-09-18 | 0.13013 | +0.87% |
| 2026-09-17 | 0.129 | -0.15% |
| 2026-09-16 | 0.12919 | +0.17% |
| 2026-09-15 | 0.12897 | -0.05% |
| 2026-09-14 | 0.12903 | +0.11% |
| 2026-09-13 | 0.12889 | -0.05% |
| 2026-09-12 | 0.12896 | +0.18% |
| Date | 1 LYD in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.12872 | +0.27% |
| 2026-09-10 | 0.12837 | +0.54% |
| 2026-09-09 | 0.12768 | -0.01% |
| 2026-09-08 | 0.1277 | +0.15% |
| 2026-09-07 | 0.1275 | +0.04% |
| 2026-09-06 | 0.12745 | +0.17% |
| 2026-09-05 | 0.12724 | -0.00% |
| 2026-09-04 | 0.12724 | -0.09% |
| 2026-09-03 | 0.12736 | -0.64% |
| 2026-09-02 | 0.12818 | +0.39% |
| 2026-09-01 | 0.12768 | +0.58% |
| 2026-08-31 | 0.12694 | +0.05% |
| 2026-08-30 | 0.12687 | -0.01% |
| 2026-08-29 | 0.12689 | +0.02% |
| 2026-08-28 | 0.12686 | — |
LYD to CHF conversion table
1 LYD0.12953 CHF
5 LYD0.64763 CHF
10 LYD1.2953 CHF
25 LYD3.2381 CHF
50 LYD6.4763 CHF
100 LYD12.9526 CHF
500 LYD64.763 CHF
1,000 LYD129.526 CHF
5,000 LYD647.6298 CHF
10,000 LYD1,295.2596 CHF
Get the LYD/CHF rate in your app
One GET request returns the latest LYD → CHF 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/LYD/CHF"fetch('https://rate-api.com/api/v1/pair/LYD/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LYD = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LYD/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LYD = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LYD/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 LYD = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "LYD",
"to": "CHF"
},
"rate": 0.1295,
"timestamp": 1790435061,
"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
CHF to LYDSwiss Franc → Libyan Dinar7.7205Convert LYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.