Convert EUR to HTG
Euro → Haitian Gourde
1 EUR = 149.18099 HTG(1 HTG = 0.00670327 EUR)
Currency converter
1 EUR =
149.181 HTG
EUR to HTG: last 30 days
Over the last 30 days, 1 EUR traded between 148.8415 and 153.6583 HTG, averaging 151.2105 HTG. The EUR/HTG rate is down 1.95% since 2026-08-28.
- 30-day high
- 153.6583
- 2026-09-13
- 30-day low
- 148.8415
- 2026-09-24
- 30-day average
- 151.2105
- Days with data: 30
- 30-day change
- -1.95%
- since 2026-08-28
153.6583
148.84152026-08-28 → 2026-09-26
| Date | 1 EUR in HTG | Daily change |
|---|---|---|
| 2026-09-26 | 149.181 | 0.00% |
| 2026-09-25 | 149.181 | +0.23% |
| 2026-09-24 | 148.8415 | -0.50% |
| 2026-09-23 | 149.5879 | -0.25% |
| 2026-09-22 | 149.9599 | -0.05% |
| 2026-09-21 | 150.033 | -0.21% |
| 2026-09-20 | 150.3439 | +0.35% |
| 2026-09-19 | 149.8257 | +0.04% |
| 2026-09-18 | 149.7587 | -0.96% |
| 2026-09-17 | 151.2039 | +0.29% |
| 2026-09-16 | 150.769 | -0.15% |
| 2026-09-15 | 151.0009 | -0.07% |
| 2026-09-14 | 151.0993 | -1.67% |
| 2026-09-13 | 153.6583 | +1.46% |
| 2026-09-12 | 151.4445 | -0.14% |
| Date | 1 EUR in HTG | Daily change |
|---|---|---|
| 2026-09-11 | 151.661 | -0.16% |
| 2026-09-10 | 151.9024 | -0.24% |
| 2026-09-09 | 152.2731 | +0.28% |
| 2026-09-08 | 151.8511 | -0.11% |
| 2026-09-07 | 152.023 | -0.33% |
| 2026-09-06 | 152.5296 | +0.35% |
| 2026-09-05 | 152.0025 | +0.18% |
| 2026-09-04 | 151.7251 | -0.13% |
| 2026-09-03 | 151.9186 | +0.19% |
| 2026-09-02 | 151.6273 | +0.13% |
| 2026-09-01 | 151.4265 | -0.71% |
| 2026-08-31 | 152.5101 | -0.07% |
| 2026-08-30 | 152.6104 | +0.26% |
| 2026-08-29 | 152.219 | +0.05% |
| 2026-08-28 | 152.1459 | — |
EUR to HTG conversion table
1 EUR149.181 HTG
5 EUR745.905 HTG
10 EUR1,491.8099 HTG
25 EUR3,729.5249 HTG
50 EUR7,459.0497 HTG
100 EUR14,918.099 HTG
500 EUR74,590.497 HTG
1,000 EUR149,180.99 HTG
5,000 EUR745,904.97 HTG
10,000 EUR1,491,809.9 HTG
Get the EUR/HTG rate in your app
One GET request returns the latest EUR → HTG 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/HTG"fetch('https://rate-api.com/api/v1/pair/EUR/HTG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} HTG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/HTG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} HTG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/HTG');
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']} HTG\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "HTG"
},
"rate": 149.181,
"timestamp": 1790429451,
"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
HTG to EURHaitian Gourde → Euro0.0067033Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.