Convert CHF to GTQ
Swiss Franc → Guatemalan Quetzal
1 CHF = 9.219512 GTQ(1 GTQ = 0.108466 CHF)
Currency converter
1 CHF =
9.2195 GTQ
CHF to GTQ: last 30 days
Over the last 30 days, 1 CHF traded between 9.2195 and 9.4905 GTQ, averaging 9.3603 GTQ. The CHF/GTQ rate is down 2.80% since 2026-08-28.
- 30-day high
- 9.4905
- 2026-08-29
- 30-day low
- 9.2195
- 2026-09-25
- 30-day average
- 9.3603
- Days with data: 30
- 30-day change
- -2.80%
- since 2026-08-28
9.4905
9.21952026-08-28 → 2026-09-26
| Date | 1 CHF in GTQ | Daily change |
|---|---|---|
| 2026-09-26 | 9.2195 | 0.00% |
| 2026-09-25 | 9.2195 | -0.10% |
| 2026-09-24 | 9.2286 | -0.51% |
| 2026-09-23 | 9.2759 | -0.38% |
| 2026-09-22 | 9.3117 | +0.26% |
| 2026-09-21 | 9.2875 | +0.51% |
| 2026-09-20 | 9.2407 | -0.04% |
| 2026-09-19 | 9.244 | +0.04% |
| 2026-09-18 | 9.2399 | -0.56% |
| 2026-09-17 | 9.2916 | -0.31% |
| 2026-09-16 | 9.3205 | -0.09% |
| 2026-09-15 | 9.3289 | -0.25% |
| 2026-09-14 | 9.3519 | -0.05% |
| 2026-09-13 | 9.3566 | -0.05% |
| 2026-09-12 | 9.3617 | -0.06% |
| Date | 1 CHF in GTQ | Daily change |
|---|---|---|
| 2026-09-11 | 9.3677 | -0.36% |
| 2026-09-10 | 9.4016 | -0.65% |
| 2026-09-09 | 9.4633 | +0.49% |
| 2026-09-08 | 9.4174 | -0.16% |
| 2026-09-07 | 9.4328 | +0.09% |
| 2026-09-06 | 9.4248 | -0.09% |
| 2026-09-05 | 9.4332 | +0.09% |
| 2026-09-04 | 9.4247 | -0.11% |
| 2026-09-03 | 9.4353 | +0.64% |
| 2026-09-02 | 9.3749 | -0.45% |
| 2026-09-01 | 9.4168 | -0.71% |
| 2026-08-31 | 9.4838 | +0.04% |
| 2026-08-30 | 9.48 | -0.11% |
| 2026-08-29 | 9.4905 | +0.06% |
| 2026-08-28 | 9.4848 | — |
CHF to GTQ conversion table
1 CHF9.2195 GTQ
5 CHF46.0976 GTQ
10 CHF92.1951 GTQ
25 CHF230.4878 GTQ
50 CHF460.9756 GTQ
100 CHF921.9512 GTQ
500 CHF4,609.7558 GTQ
1,000 CHF9,219.5116 GTQ
5,000 CHF46,097.558 GTQ
10,000 CHF92,195.116 GTQ
Get the CHF/GTQ rate in your app
One GET request returns the latest CHF → 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/CHF/GTQ"fetch('https://rate-api.com/api/v1/pair/CHF/GTQ', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} GTQ`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/GTQ",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} GTQ")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/GTQ');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} GTQ\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "GTQ"
},
"rate": 9.2195,
"timestamp": 1790429395,
"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 CHFGuatemalan Quetzal → Swiss Franc0.10847Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.