Convert HNL to EUR
Honduran Lempira → Euro
1 HNL = 0.0326804 EUR(1 EUR = 30.599342 HNL)
Currency converter
1 HNL =
0.03268 EUR
HNL to EUR: last 30 days
Over the last 30 days, 1 HNL traded between 0.031946 and 0.032731 EUR, averaging 0.032234 EUR. The HNL/EUR rate is up 2.12% since 2026-08-28.
- 30-day high
- 0.032731
- 2026-09-24
- 30-day low
- 0.031946
- 2026-08-30
- 30-day average
- 0.032234
- Days with data: 30
- 30-day change
- +2.12%
- since 2026-08-28
0.032731
0.0319462026-08-28 → 2026-09-26
| Date | 1 HNL in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.03268 | 0.00% |
| 2026-09-25 | 0.03268 | -0.16% |
| 2026-09-24 | 0.032731 | +0.32% |
| 2026-09-23 | 0.032625 | +0.52% |
| 2026-09-22 | 0.032458 | +0.18% |
| 2026-09-21 | 0.032399 | -0.09% |
| 2026-09-20 | 0.032428 | +0.01% |
| 2026-09-19 | 0.032425 | +0.03% |
| 2026-09-18 | 0.032414 | +0.03% |
| 2026-09-17 | 0.032404 | +0.44% |
| 2026-09-16 | 0.032261 | +0.02% |
| 2026-09-15 | 0.032255 | -0.06% |
| 2026-09-14 | 0.032275 | +0.65% |
| 2026-09-13 | 0.032066 | -0.21% |
| 2026-09-12 | 0.032135 | -0.05% |
| Date | 1 HNL in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.032151 | +0.21% |
| 2026-09-10 | 0.032084 | +0.27% |
| 2026-09-09 | 0.031997 | -0.28% |
| 2026-09-08 | 0.032087 | +0.08% |
| 2026-09-07 | 0.032061 | +0.18% |
| 2026-09-06 | 0.032003 | +0.00% |
| 2026-09-05 | 0.032003 | -0.06% |
| 2026-09-04 | 0.03202 | -0.28% |
| 2026-09-03 | 0.03211 | -0.14% |
| 2026-09-02 | 0.032155 | +0.12% |
| 2026-09-01 | 0.032116 | +0.00% |
| 2026-08-31 | 0.032116 | +0.53% |
| 2026-08-30 | 0.031946 | -0.00% |
| 2026-08-29 | 0.031946 | -0.17% |
| 2026-08-28 | 0.032001 | — |
HNL to EUR conversion table
1 HNL0.03268 EUR
5 HNL0.1634 EUR
10 HNL0.3268 EUR
25 HNL0.81701 EUR
50 HNL1.634 EUR
100 HNL3.268 EUR
500 HNL16.3402 EUR
1,000 HNL32.6804 EUR
5,000 HNL163.4022 EUR
10,000 HNL326.8044 EUR
Get the HNL/EUR rate in your app
One GET request returns the latest HNL → EUR 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/HNL/EUR"fetch('https://rate-api.com/api/v1/pair/HNL/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 HNL = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/HNL/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 HNL = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/HNL/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 HNL = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "HNL",
"to": "EUR"
},
"rate": 0.0327,
"timestamp": 1790432232,
"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
EUR to HNLEuro → Honduran Lempira30.5993Convert HNL to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.