Convert GTQ to EUR
Guatemalan Quetzal → Euro
1 GTQ = 0.114839 EUR(1 EUR = 8.707829 GTQ)
Currency converter
1 GTQ =
0.11484 EUR
GTQ to EUR: last 30 days
Over the last 30 days, 1 GTQ traded between 0.11237 and 0.11517 EUR, averaging 0.11342 EUR. The GTQ/EUR rate is up 2.00% since 2026-08-28.
- 30-day high
- 0.11517
- 2026-09-24
- 30-day low
- 0.11237
- 2026-09-09
- 30-day average
- 0.11342
- Days with data: 30
- 30-day change
- +2.00%
- since 2026-08-28
0.11517
0.112372026-08-28 → 2026-09-26
| Date | 1 GTQ in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.11484 | 0.00% |
| 2026-09-25 | 0.11484 | -0.28% |
| 2026-09-24 | 0.11517 | +0.31% |
| 2026-09-23 | 0.11481 | +0.42% |
| 2026-09-22 | 0.11433 | +0.22% |
| 2026-09-21 | 0.11408 | -0.25% |
| 2026-09-20 | 0.11437 | +0.04% |
| 2026-09-19 | 0.11433 | -0.04% |
| 2026-09-18 | 0.11438 | +0.60% |
| 2026-09-17 | 0.1137 | +0.13% |
| 2026-09-16 | 0.11355 | +0.00% |
| 2026-09-15 | 0.11354 | +0.14% |
| 2026-09-14 | 0.11338 | +0.26% |
| 2026-09-13 | 0.11308 | +0.05% |
| 2026-09-12 | 0.11302 | +0.06% |
| Date | 1 GTQ in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.11295 | +0.16% |
| 2026-09-10 | 0.11277 | +0.36% |
| 2026-09-09 | 0.11237 | -0.26% |
| 2026-09-08 | 0.11266 | -0.05% |
| 2026-09-07 | 0.11272 | -0.09% |
| 2026-09-06 | 0.11282 | +0.09% |
| 2026-09-05 | 0.11272 | -0.09% |
| 2026-09-04 | 0.11282 | -0.05% |
| 2026-09-03 | 0.11287 | -0.28% |
| 2026-09-02 | 0.11319 | +0.13% |
| 2026-09-01 | 0.11304 | +0.52% |
| 2026-08-31 | 0.11246 | -0.17% |
| 2026-08-30 | 0.11265 | +0.11% |
| 2026-08-29 | 0.11253 | -0.06% |
| 2026-08-28 | 0.11259 | — |
GTQ to EUR conversion table
1 GTQ0.11484 EUR
5 GTQ0.5742 EUR
10 GTQ1.1484 EUR
25 GTQ2.871 EUR
50 GTQ5.742 EUR
100 GTQ11.4839 EUR
500 GTQ57.4196 EUR
1,000 GTQ114.8392 EUR
5,000 GTQ574.196 EUR
10,000 GTQ1,148.3919 EUR
Get the GTQ/EUR rate in your app
One GET request returns the latest GTQ → 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/GTQ/EUR"fetch('https://rate-api.com/api/v1/pair/GTQ/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GTQ = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GTQ/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GTQ = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GTQ/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GTQ = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "GTQ",
"to": "EUR"
},
"rate": 0.1148,
"timestamp": 1790435188,
"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 GTQEuro → Guatemalan Quetzal8.7078Convert GTQ to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.