Convert USD to GTQ
US Dollar → Guatemalan Quetzal
1 USD = 7.636437 GTQ(1 GTQ = 0.130951 USD)
Currency converter
1 USD =
7.6364 GTQ
USD to GTQ: last 30 days
Over the last 30 days, 1 USD traded between 7.6244 and 7.6681 GTQ, averaging 7.6345 GTQ. The USD/GTQ rate is up 0.11% since 2026-08-28.
- 30-day high
- 7.6681
- 2026-08-31
- 30-day low
- 7.6244
- 2026-08-30
- 30-day average
- 7.6345
- Days with data: 30
- 30-day change
- +0.11%
- since 2026-08-28
7.6681
7.62442026-08-28 → 2026-09-26
| Date | 1 USD in GTQ | Daily change |
|---|---|---|
| 2026-09-26 | 7.6364 | 0.00% |
| 2026-09-25 | 7.6364 | -0.03% |
| 2026-09-24 | 7.6389 | +0.08% |
| 2026-09-23 | 7.633 | +0.04% |
| 2026-09-22 | 7.6302 | +0.02% |
| 2026-09-21 | 7.6288 | -0.01% |
| 2026-09-20 | 7.6295 | -0.04% |
| 2026-09-19 | 7.6323 | +0.04% |
| 2026-09-18 | 7.629 | -0.42% |
| 2026-09-17 | 7.6608 | +0.36% |
| 2026-09-16 | 7.6337 | +0.01% |
| 2026-09-15 | 7.6327 | -0.04% |
| 2026-09-14 | 7.6355 | +0.09% |
| 2026-09-13 | 7.6284 | -0.05% |
| 2026-09-12 | 7.6326 | -0.06% |
| Date | 1 USD in GTQ | Daily change |
|---|---|---|
| 2026-09-11 | 7.6375 | +0.05% |
| 2026-09-10 | 7.6339 | -0.05% |
| 2026-09-09 | 7.6375 | -0.06% |
| 2026-09-08 | 7.6424 | +0.12% |
| 2026-09-07 | 7.6334 | +0.09% |
| 2026-09-06 | 7.6269 | -0.09% |
| 2026-09-05 | 7.6337 | +0.09% |
| 2026-09-04 | 7.6268 | -0.01% |
| 2026-09-03 | 7.6279 | -0.04% |
| 2026-09-02 | 7.6308 | -0.02% |
| 2026-09-01 | 7.6326 | -0.46% |
| 2026-08-31 | 7.6681 | +0.57% |
| 2026-08-30 | 7.6244 | -0.11% |
| 2026-08-29 | 7.6328 | +0.06% |
| 2026-08-28 | 7.6283 | — |
USD to GTQ conversion table
1 USD7.6364 GTQ
5 USD38.1822 GTQ
10 USD76.3644 GTQ
25 USD190.9109 GTQ
50 USD381.8218 GTQ
100 USD763.6437 GTQ
500 USD3,818.2183 GTQ
1,000 USD7,636.4366 GTQ
5,000 USD38,182.183 GTQ
10,000 USD76,364.366 GTQ
Get the USD/GTQ rate in your app
One GET request returns the latest USD → 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/USD/GTQ"fetch('https://rate-api.com/api/v1/pair/USD/GTQ', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} GTQ`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/GTQ",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} GTQ")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/GTQ');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} GTQ\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "GTQ"
},
"rate": 7.6364,
"timestamp": 1790439663,
"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 USDGuatemalan Quetzal → US Dollar0.13095Convert USD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.