Convert EUR to HNL
Euro → Honduran Lempira
1 EUR = 30.599342 HNL(1 HNL = 0.0326804 EUR)
Currency converter
1 EUR =
30.5993 HNL
EUR to HNL: last 30 days
Over the last 30 days, 1 EUR traded between 30.5519 and 31.3032 HNL, averaging 31.0243 HNL. The EUR/HNL rate is down 2.08% since 2026-08-28.
- 30-day high
- 31.3032
- 2026-08-30
- 30-day low
- 30.5519
- 2026-09-24
- 30-day average
- 31.0243
- Days with data: 30
- 30-day change
- -2.08%
- since 2026-08-28
31.3032
30.55192026-08-28 → 2026-09-26
| Date | 1 EUR in HNL | Daily change |
|---|---|---|
| 2026-09-26 | 30.5993 | 0.00% |
| 2026-09-25 | 30.5993 | +0.16% |
| 2026-09-24 | 30.5519 | -0.32% |
| 2026-09-23 | 30.6511 | -0.51% |
| 2026-09-22 | 30.8091 | -0.18% |
| 2026-09-21 | 30.8649 | +0.09% |
| 2026-09-20 | 30.8378 | -0.01% |
| 2026-09-19 | 30.8402 | -0.03% |
| 2026-09-18 | 30.8504 | -0.03% |
| 2026-09-17 | 30.8602 | -0.44% |
| 2026-09-16 | 30.9973 | -0.02% |
| 2026-09-15 | 31.0032 | +0.06% |
| 2026-09-14 | 30.984 | -0.65% |
| 2026-09-13 | 31.1852 | +0.22% |
| 2026-09-12 | 31.1183 | +0.05% |
| Date | 1 EUR in HNL | Daily change |
|---|---|---|
| 2026-09-11 | 31.1029 | -0.21% |
| 2026-09-10 | 31.1684 | -0.27% |
| 2026-09-09 | 31.2529 | +0.28% |
| 2026-09-08 | 31.1649 | -0.08% |
| 2026-09-07 | 31.191 | -0.18% |
| 2026-09-06 | 31.2471 | -0.00% |
| 2026-09-05 | 31.2474 | +0.06% |
| 2026-09-04 | 31.23 | +0.28% |
| 2026-09-03 | 31.1428 | +0.14% |
| 2026-09-02 | 31.0995 | -0.12% |
| 2026-09-01 | 31.1367 | -0.00% |
| 2026-08-31 | 31.1376 | -0.53% |
| 2026-08-30 | 31.3032 | +0.00% |
| 2026-08-29 | 31.3027 | +0.17% |
| 2026-08-28 | 31.2494 | — |
EUR to HNL conversion table
1 EUR30.5993 HNL
5 EUR152.9967 HNL
10 EUR305.9934 HNL
25 EUR764.9836 HNL
50 EUR1,529.9671 HNL
100 EUR3,059.9342 HNL
500 EUR15,299.671 HNL
1,000 EUR30,599.342 HNL
5,000 EUR152,996.71 HNL
10,000 EUR305,993.42 HNL
Get the EUR/HNL rate in your app
One GET request returns the latest EUR → HNL 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/HNL"fetch('https://rate-api.com/api/v1/pair/EUR/HNL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} HNL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/HNL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} HNL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/HNL');
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']} HNL\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "HNL"
},
"rate": 30.5993,
"timestamp": 1790439734,
"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
HNL to EURHonduran Lempira → Euro0.03268Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.