Convert CAD to GTQ
Canadian Dollar → Guatemalan Quetzal
1 CAD = 5.396564 GTQ(1 GTQ = 0.185303 CAD)
Currency converter
1 CAD =
5.3966 GTQ
CAD to GTQ: last 30 days
Over the last 30 days, 1 CAD traded between 5.3966 and 5.5473 GTQ, averaging 5.4818 GTQ. The CAD/GTQ rate is down 2.05% since 2026-08-29.
- 30-day high
- 5.5473
- 2026-09-09
- 30-day low
- 5.3966
- 2026-09-26
- 30-day average
- 5.4818
- Days with data: 30
- 30-day change
- -2.05%
- since 2026-08-29
5.5473
5.39662026-08-29 → 2026-09-27
| Date | 1 CAD in GTQ | Daily change |
|---|---|---|
| 2026-09-27 | 5.3966 | 0.00% |
| 2026-09-26 | 5.3966 | -0.06% |
| 2026-09-25 | 5.3995 | -0.21% |
| 2026-09-24 | 5.4111 | -0.12% |
| 2026-09-23 | 5.4177 | -0.28% |
| 2026-09-22 | 5.433 | -0.27% |
| 2026-09-21 | 5.4476 | +0.03% |
| 2026-09-20 | 5.4458 | -0.04% |
| 2026-09-19 | 5.4477 | +0.04% |
| 2026-09-18 | 5.4454 | -0.52% |
| 2026-09-17 | 5.474 | -0.05% |
| 2026-09-16 | 5.4765 | -0.12% |
| 2026-09-15 | 5.4833 | -0.27% |
| 2026-09-14 | 5.4983 | -0.12% |
| 2026-09-13 | 5.5047 | -0.05% |
| Date | 1 CAD in GTQ | Daily change |
|---|---|---|
| 2026-09-12 | 5.5077 | -0.06% |
| 2026-09-11 | 5.5113 | -0.26% |
| 2026-09-10 | 5.5254 | -0.39% |
| 2026-09-09 | 5.5473 | +0.20% |
| 2026-09-08 | 5.536 | +0.23% |
| 2026-09-07 | 5.5235 | -0.06% |
| 2026-09-06 | 5.5267 | -0.09% |
| 2026-09-05 | 5.5317 | +0.09% |
| 2026-09-04 | 5.5267 | -0.07% |
| 2026-09-03 | 5.5306 | +0.93% |
| 2026-09-02 | 5.4799 | -0.29% |
| 2026-09-01 | 5.4958 | -0.48% |
| 2026-08-31 | 5.5222 | +0.34% |
| 2026-08-30 | 5.5034 | -0.11% |
| 2026-08-29 | 5.5095 | — |
CAD to GTQ conversion table
1 CAD5.3966 GTQ
5 CAD26.9828 GTQ
10 CAD53.9656 GTQ
25 CAD134.9141 GTQ
50 CAD269.8282 GTQ
100 CAD539.6564 GTQ
500 CAD2,698.2818 GTQ
1,000 CAD5,396.5637 GTQ
5,000 CAD26,982.818 GTQ
10,000 CAD53,965.637 GTQ
Get the CAD/GTQ rate in your app
One GET request returns the latest CAD → 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/CAD/GTQ"fetch('https://rate-api.com/api/v1/pair/CAD/GTQ', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} GTQ`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/GTQ",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} GTQ")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/GTQ');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} GTQ\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "GTQ"
},
"rate": 5.3966,
"timestamp": 1790470864,
"date": "2026-09-27"
}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 CADGuatemalan Quetzal → Canadian Dollar0.1853Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.