Convert GTQ to CHF
Guatemalan Quetzal → Swiss Franc
1 GTQ = 0.108466 CHF(1 CHF = 9.219512 GTQ)
Currency converter
1 GTQ =
0.10847 CHF
GTQ to CHF: last 30 days
Over the last 30 days, 1 GTQ traded between 0.10537 and 0.10847 CHF, averaging 0.10684 CHF. The GTQ/CHF rate is up 2.88% since 2026-08-28.
- 30-day high
- 0.10847
- 2026-09-25
- 30-day low
- 0.10537
- 2026-08-29
- 30-day average
- 0.10684
- Days with data: 30
- 30-day change
- +2.88%
- since 2026-08-28
0.10847
0.105372026-08-28 → 2026-09-26
| Date | 1 GTQ in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.10847 | 0.00% |
| 2026-09-25 | 0.10847 | +0.10% |
| 2026-09-24 | 0.10836 | +0.51% |
| 2026-09-23 | 0.10781 | +0.39% |
| 2026-09-22 | 0.10739 | -0.26% |
| 2026-09-21 | 0.10767 | -0.50% |
| 2026-09-20 | 0.10822 | +0.04% |
| 2026-09-19 | 0.10818 | -0.04% |
| 2026-09-18 | 0.10823 | +0.56% |
| 2026-09-17 | 0.10762 | +0.31% |
| 2026-09-16 | 0.10729 | +0.09% |
| 2026-09-15 | 0.10719 | +0.25% |
| 2026-09-14 | 0.10693 | +0.05% |
| 2026-09-13 | 0.10688 | +0.05% |
| 2026-09-12 | 0.10682 | +0.06% |
| Date | 1 GTQ in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.10675 | +0.36% |
| 2026-09-10 | 0.10637 | +0.66% |
| 2026-09-09 | 0.10567 | -0.48% |
| 2026-09-08 | 0.10619 | +0.16% |
| 2026-09-07 | 0.10601 | -0.09% |
| 2026-09-06 | 0.1061 | +0.09% |
| 2026-09-05 | 0.10601 | -0.09% |
| 2026-09-04 | 0.1061 | +0.11% |
| 2026-09-03 | 0.10599 | -0.64% |
| 2026-09-02 | 0.10667 | +0.45% |
| 2026-09-01 | 0.10619 | +0.71% |
| 2026-08-31 | 0.10544 | -0.04% |
| 2026-08-30 | 0.10548 | +0.11% |
| 2026-08-29 | 0.10537 | -0.06% |
| 2026-08-28 | 0.10543 | — |
GTQ to CHF conversion table
1 GTQ0.10847 CHF
5 GTQ0.54233 CHF
10 GTQ1.0847 CHF
25 GTQ2.7116 CHF
50 GTQ5.4233 CHF
100 GTQ10.8466 CHF
500 GTQ54.2328 CHF
1,000 GTQ108.4656 CHF
5,000 GTQ542.3281 CHF
10,000 GTQ1,084.6562 CHF
Get the GTQ/CHF rate in your app
One GET request returns the latest GTQ → CHF 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/CHF"fetch('https://rate-api.com/api/v1/pair/GTQ/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GTQ = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GTQ/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GTQ = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GTQ/CHF');
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']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "GTQ",
"to": "CHF"
},
"rate": 0.1085,
"timestamp": 1790435125,
"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
CHF to GTQSwiss Franc → Guatemalan Quetzal9.2195Convert GTQ to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.