Convert GTQ to AUD
Guatemalan Quetzal → Australian Dollar
1 GTQ = 0.186269 AUD(1 AUD = 5.368575 GTQ)
Currency converter
1 GTQ =
0.18627 AUD
GTQ to AUD: last 30 days
Over the last 30 days, 1 GTQ traded between 0.18122 and 0.1863 AUD, averaging 0.18324 AUD. The GTQ/AUD rate is up 2.23% since 2026-08-28.
- 30-day high
- 0.1863
- 2026-09-24
- 30-day low
- 0.18122
- 2026-09-09
- 30-day average
- 0.18324
- Days with data: 30
- 30-day change
- +2.23%
- since 2026-08-28
0.1863
0.181222026-08-28 → 2026-09-26
| Date | 1 GTQ in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.18627 | 0.00% |
| 2026-09-25 | 0.18627 | -0.02% |
| 2026-09-24 | 0.1863 | +0.50% |
| 2026-09-23 | 0.18537 | +0.57% |
| 2026-09-22 | 0.18432 | +0.37% |
| 2026-09-21 | 0.18365 | -0.24% |
| 2026-09-20 | 0.18409 | +0.04% |
| 2026-09-19 | 0.18402 | -0.04% |
| 2026-09-18 | 0.1841 | +0.33% |
| 2026-09-17 | 0.18349 | -0.10% |
| 2026-09-16 | 0.18367 | -0.11% |
| 2026-09-15 | 0.18387 | +0.09% |
| 2026-09-14 | 0.18369 | +0.51% |
| 2026-09-13 | 0.18276 | +0.05% |
| 2026-09-12 | 0.18266 | +0.06% |
| Date | 1 GTQ in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.18255 | +0.12% |
| 2026-09-10 | 0.18232 | +0.60% |
| 2026-09-09 | 0.18122 | -0.08% |
| 2026-09-08 | 0.18137 | -0.12% |
| 2026-09-07 | 0.18158 | -0.24% |
| 2026-09-06 | 0.18201 | +0.09% |
| 2026-09-05 | 0.18185 | -0.09% |
| 2026-09-04 | 0.18202 | -0.13% |
| 2026-09-03 | 0.18225 | -0.60% |
| 2026-09-02 | 0.18335 | -0.06% |
| 2026-09-01 | 0.18346 | +0.75% |
| 2026-08-31 | 0.18209 | -0.11% |
| 2026-08-30 | 0.1823 | +0.11% |
| 2026-08-29 | 0.1821 | -0.06% |
| 2026-08-28 | 0.1822 | — |
GTQ to AUD conversion table
1 GTQ0.18627 AUD
5 GTQ0.93135 AUD
10 GTQ1.8627 AUD
25 GTQ4.6567 AUD
50 GTQ9.3135 AUD
100 GTQ18.6269 AUD
500 GTQ93.1346 AUD
1,000 GTQ186.2692 AUD
5,000 GTQ931.3458 AUD
10,000 GTQ1,862.6917 AUD
Get the GTQ/AUD rate in your app
One GET request returns the latest GTQ → AUD 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/AUD"fetch('https://rate-api.com/api/v1/pair/GTQ/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GTQ = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GTQ/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GTQ = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GTQ/AUD');
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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "GTQ",
"to": "AUD"
},
"rate": 0.1863,
"timestamp": 1790432134,
"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
AUD to GTQAustralian Dollar → Guatemalan Quetzal5.3686Convert GTQ to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.