Convert EUR to LYD
Euro → Libyan Dinar
1 EUR = 7.291975 LYD(1 LYD = 0.137137 EUR)
Currency converter
1 EUR =
7.292 LYD
EUR to LYD: last 30 days
Over the last 30 days, 1 EUR traded between 7.2714 and 7.3915 LYD, averaging 7.3368 LYD. The EUR/LYD rate is down 1.21% since 2026-08-28.
- 30-day high
- 7.3915
- 2026-09-05
- 30-day low
- 7.2714
- 2026-09-18
- 30-day average
- 7.3368
- Days with data: 30
- 30-day change
- -1.21%
- since 2026-08-28
7.3915
7.27142026-08-28 → 2026-09-26
| Date | 1 EUR in LYD | Daily change |
|---|---|---|
| 2026-09-26 | 7.292 | 0.00% |
| 2026-09-25 | 7.292 | +0.14% |
| 2026-09-24 | 7.2821 | -0.06% |
| 2026-09-23 | 7.2864 | -0.29% |
| 2026-09-22 | 7.3076 | +0.22% |
| 2026-09-21 | 7.2916 | +0.21% |
| 2026-09-20 | 7.2764 | -0.01% |
| 2026-09-19 | 7.277 | +0.08% |
| 2026-09-18 | 7.2714 | -0.91% |
| 2026-09-17 | 7.3381 | +0.33% |
| 2026-09-16 | 7.3141 | -0.08% |
| 2026-09-15 | 7.32 | +0.15% |
| 2026-09-14 | 7.309 | -0.32% |
| 2026-09-13 | 7.3326 | +0.05% |
| 2026-09-12 | 7.3288 | -0.18% |
| Date | 1 EUR in LYD | Daily change |
|---|---|---|
| 2026-09-11 | 7.3423 | -0.07% |
| 2026-09-10 | 7.3475 | -0.24% |
| 2026-09-09 | 7.3653 | -0.21% |
| 2026-09-08 | 7.3807 | +0.06% |
| 2026-09-07 | 7.3764 | -0.04% |
| 2026-09-06 | 7.3791 | -0.17% |
| 2026-09-05 | 7.3915 | +0.00% |
| 2026-09-04 | 7.3914 | +0.25% |
| 2026-09-03 | 7.3727 | +0.28% |
| 2026-09-02 | 7.352 | -0.07% |
| 2026-09-01 | 7.3575 | -0.39% |
| 2026-08-31 | 7.3861 | +0.07% |
| 2026-08-30 | 7.3807 | +0.01% |
| 2026-08-29 | 7.3797 | -0.02% |
| 2026-08-28 | 7.3815 | — |
EUR to LYD conversion table
1 EUR7.292 LYD
5 EUR36.4599 LYD
10 EUR72.9197 LYD
25 EUR182.2994 LYD
50 EUR364.5987 LYD
100 EUR729.1975 LYD
500 EUR3,645.9874 LYD
1,000 EUR7,291.9747 LYD
5,000 EUR36,459.874 LYD
10,000 EUR72,919.747 LYD
Get the EUR/LYD rate in your app
One GET request returns the latest EUR → 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/EUR/LYD"fetch('https://rate-api.com/api/v1/pair/EUR/LYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} LYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/LYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} LYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/LYD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} LYD\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "LYD"
},
"rate": 7.292,
"timestamp": 1790429367,
"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 EURLibyan Dinar → Euro0.13714Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.