Convert AUD to GTQ
Australian Dollar → Guatemalan Quetzal
1 AUD = 5.368575 GTQ(1 GTQ = 0.186269 AUD)
Currency converter
1 AUD =
5.3686 GTQ
AUD to GTQ: last 30 days
Over the last 30 days, 1 AUD traded between 5.3676 and 5.518 GTQ, averaging 5.4576 GTQ. The AUD/GTQ rate is down 2.18% since 2026-08-28.
- 30-day high
- 5.518
- 2026-09-09
- 30-day low
- 5.3676
- 2026-09-24
- 30-day average
- 5.4576
- Days with data: 30
- 30-day change
- -2.18%
- since 2026-08-28
5.518
5.36762026-08-28 → 2026-09-26
| Date | 1 AUD in GTQ | Daily change |
|---|---|---|
| 2026-09-26 | 5.3686 | 0.00% |
| 2026-09-25 | 5.3686 | +0.02% |
| 2026-09-24 | 5.3676 | -0.50% |
| 2026-09-23 | 5.3946 | -0.57% |
| 2026-09-22 | 5.4253 | -0.37% |
| 2026-09-21 | 5.4453 | +0.24% |
| 2026-09-20 | 5.4322 | -0.04% |
| 2026-09-19 | 5.4342 | +0.04% |
| 2026-09-18 | 5.4318 | -0.33% |
| 2026-09-17 | 5.4498 | +0.10% |
| 2026-09-16 | 5.4444 | +0.11% |
| 2026-09-15 | 5.4387 | -0.09% |
| 2026-09-14 | 5.4438 | -0.51% |
| 2026-09-13 | 5.4716 | -0.05% |
| 2026-09-12 | 5.4746 | -0.06% |
| Date | 1 AUD in GTQ | Daily change |
|---|---|---|
| 2026-09-11 | 5.4781 | -0.12% |
| 2026-09-10 | 5.4849 | -0.60% |
| 2026-09-09 | 5.518 | +0.08% |
| 2026-09-08 | 5.5136 | +0.12% |
| 2026-09-07 | 5.5071 | +0.24% |
| 2026-09-06 | 5.4941 | -0.09% |
| 2026-09-05 | 5.499 | +0.09% |
| 2026-09-04 | 5.494 | +0.13% |
| 2026-09-03 | 5.4869 | +0.60% |
| 2026-09-02 | 5.454 | +0.06% |
| 2026-09-01 | 5.4507 | -0.75% |
| 2026-08-31 | 5.4917 | +0.11% |
| 2026-08-30 | 5.4856 | -0.11% |
| 2026-08-29 | 5.4916 | +0.06% |
| 2026-08-28 | 5.4884 | — |
AUD to GTQ conversion table
1 AUD5.3686 GTQ
5 AUD26.8429 GTQ
10 AUD53.6858 GTQ
25 AUD134.2144 GTQ
50 AUD268.4288 GTQ
100 AUD536.8575 GTQ
500 AUD2,684.2875 GTQ
1,000 AUD5,368.575 GTQ
5,000 AUD26,842.875 GTQ
10,000 AUD53,685.75 GTQ
Get the AUD/GTQ rate in your app
One GET request returns the latest AUD → 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/AUD/GTQ"fetch('https://rate-api.com/api/v1/pair/AUD/GTQ', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} GTQ`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/GTQ",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} GTQ")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/GTQ');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} GTQ\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "GTQ"
},
"rate": 5.3686,
"timestamp": 1790429394,
"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 AUDGuatemalan Quetzal → Australian Dollar0.18627Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.