Convert GTQ to CAD
Guatemalan Quetzal → Canadian Dollar
1 GTQ = 0.185201 CAD(1 CAD = 5.399534 GTQ)
Currency converter
1 GTQ =
0.1852 CAD
GTQ to CAD: last 30 days
Over the last 30 days, 1 GTQ traded between 0.18027 and 0.1852 CAD, averaging 0.18231 CAD. The GTQ/CAD rate is up 1.98% since 2026-08-28.
- 30-day high
- 0.1852
- 2026-09-25
- 30-day low
- 0.18027
- 2026-09-09
- 30-day average
- 0.18231
- Days with data: 30
- 30-day change
- +1.98%
- since 2026-08-28
0.1852
0.180272026-08-28 → 2026-09-26
| Date | 1 GTQ in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.1852 | 0.00% |
| 2026-09-25 | 0.1852 | +0.21% |
| 2026-09-24 | 0.18481 | +0.12% |
| 2026-09-23 | 0.18458 | +0.28% |
| 2026-09-22 | 0.18406 | +0.27% |
| 2026-09-21 | 0.18357 | -0.03% |
| 2026-09-20 | 0.18363 | +0.04% |
| 2026-09-19 | 0.18356 | -0.04% |
| 2026-09-18 | 0.18364 | +0.53% |
| 2026-09-17 | 0.18268 | +0.05% |
| 2026-09-16 | 0.1826 | +0.12% |
| 2026-09-15 | 0.18237 | +0.27% |
| 2026-09-14 | 0.18187 | +0.12% |
| 2026-09-13 | 0.18166 | +0.05% |
| 2026-09-12 | 0.18156 | +0.06% |
| Date | 1 GTQ in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.18145 | +0.26% |
| 2026-09-10 | 0.18098 | +0.40% |
| 2026-09-09 | 0.18027 | -0.20% |
| 2026-09-08 | 0.18064 | -0.23% |
| 2026-09-07 | 0.18105 | +0.06% |
| 2026-09-06 | 0.18094 | +0.09% |
| 2026-09-05 | 0.18078 | -0.09% |
| 2026-09-04 | 0.18094 | +0.07% |
| 2026-09-03 | 0.18081 | -0.92% |
| 2026-09-02 | 0.18249 | +0.29% |
| 2026-09-01 | 0.18196 | +0.48% |
| 2026-08-31 | 0.18109 | -0.34% |
| 2026-08-30 | 0.18171 | +0.11% |
| 2026-08-29 | 0.18151 | -0.06% |
| 2026-08-28 | 0.18161 | — |
GTQ to CAD conversion table
1 GTQ0.1852 CAD
5 GTQ0.92601 CAD
10 GTQ1.852 CAD
25 GTQ4.63 CAD
50 GTQ9.2601 CAD
100 GTQ18.5201 CAD
500 GTQ92.6006 CAD
1,000 GTQ185.2012 CAD
5,000 GTQ926.0058 CAD
10,000 GTQ1,852.0116 CAD
Get the GTQ/CAD rate in your app
One GET request returns the latest GTQ → CAD 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/CAD"fetch('https://rate-api.com/api/v1/pair/GTQ/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GTQ = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GTQ/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GTQ = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GTQ/CAD');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "GTQ",
"to": "CAD"
},
"rate": 0.1852,
"timestamp": 1790435183,
"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
CAD to GTQCanadian Dollar → Guatemalan Quetzal5.3995Convert GTQ to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.