Convert EUR to GTQ
Euro → Guatemalan Quetzal
1 EUR = 8.707829 GTQ(1 GTQ = 0.114839 EUR)
Currency converter
1 EUR =
8.7078 GTQ
EUR to GTQ: last 30 days
Over the last 30 days, 1 EUR traded between 8.6832 and 8.8993 GTQ, averaging 8.8173 GTQ. The EUR/GTQ rate is down 1.96% since 2026-08-28.
- 30-day high
- 8.8993
- 2026-09-09
- 30-day low
- 8.6832
- 2026-09-24
- 30-day average
- 8.8173
- Days with data: 30
- 30-day change
- -1.96%
- since 2026-08-28
8.8993
8.68322026-08-28 → 2026-09-26
| Date | 1 EUR in GTQ | Daily change |
|---|---|---|
| 2026-09-26 | 8.7078 | 0.00% |
| 2026-09-25 | 8.7078 | +0.28% |
| 2026-09-24 | 8.6832 | -0.31% |
| 2026-09-23 | 8.7101 | -0.42% |
| 2026-09-22 | 8.7465 | -0.22% |
| 2026-09-21 | 8.7656 | +0.25% |
| 2026-09-20 | 8.7435 | -0.04% |
| 2026-09-19 | 8.7466 | +0.04% |
| 2026-09-18 | 8.7428 | -0.60% |
| 2026-09-17 | 8.7954 | -0.13% |
| 2026-09-16 | 8.8069 | -0.00% |
| 2026-09-15 | 8.8073 | -0.14% |
| 2026-09-14 | 8.8198 | -0.26% |
| 2026-09-13 | 8.8429 | -0.05% |
| 2026-09-12 | 8.8478 | -0.06% |
| Date | 1 EUR in GTQ | Daily change |
|---|---|---|
| 2026-09-11 | 8.8534 | -0.16% |
| 2026-09-10 | 8.8675 | -0.36% |
| 2026-09-09 | 8.8993 | +0.26% |
| 2026-09-08 | 8.8759 | +0.05% |
| 2026-09-07 | 8.8715 | +0.09% |
| 2026-09-06 | 8.864 | -0.09% |
| 2026-09-05 | 8.8719 | +0.09% |
| 2026-09-04 | 8.8639 | +0.05% |
| 2026-09-03 | 8.8597 | +0.28% |
| 2026-09-02 | 8.8349 | -0.13% |
| 2026-09-01 | 8.8462 | -0.51% |
| 2026-08-31 | 8.8919 | +0.17% |
| 2026-08-30 | 8.8771 | -0.11% |
| 2026-08-29 | 8.8868 | +0.06% |
| 2026-08-28 | 8.8816 | — |
EUR to GTQ conversion table
1 EUR8.7078 GTQ
5 EUR43.5391 GTQ
10 EUR87.0783 GTQ
25 EUR217.6957 GTQ
50 EUR435.3914 GTQ
100 EUR870.7829 GTQ
500 EUR4,353.9143 GTQ
1,000 EUR8,707.8287 GTQ
5,000 EUR43,539.143 GTQ
10,000 EUR87,078.287 GTQ
Get the EUR/GTQ rate in your app
One GET request returns the latest EUR → GTQ 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/GTQ"fetch('https://rate-api.com/api/v1/pair/EUR/GTQ', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} GTQ`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/GTQ",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} GTQ")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/GTQ');
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']} GTQ\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "GTQ"
},
"rate": 8.7078,
"timestamp": 1790437825,
"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
GTQ to EURGuatemalan Quetzal → Euro0.11484Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.