Convert GBP to GTQ
British Pound → Guatemalan Quetzal
1 GBP = 10.120087 GTQ(1 GTQ = 0.0988134 GBP)
Currency converter
1 GBP =
10.1201 GTQ
GBP to GTQ: last 30 days
Over the last 30 days, 1 GBP traded between 10.0983 and 10.3819 GTQ, averaging 10.2729 GTQ. The GBP/GTQ rate is down 2.33% since 2026-08-28.
- 30-day high
- 10.3819
- 2026-08-31
- 30-day low
- 10.0983
- 2026-09-24
- 30-day average
- 10.2729
- Days with data: 30
- 30-day change
- -2.33%
- since 2026-08-28
10.3819
10.09832026-08-28 → 2026-09-26
| Date | 1 GBP in GTQ | Daily change |
|---|---|---|
| 2026-09-26 | 10.1201 | 0.00% |
| 2026-09-25 | 10.1201 | +0.22% |
| 2026-09-24 | 10.0983 | -0.35% |
| 2026-09-23 | 10.1339 | -0.61% |
| 2026-09-22 | 10.1964 | -0.22% |
| 2026-09-21 | 10.2187 | +0.37% |
| 2026-09-20 | 10.181 | -0.04% |
| 2026-09-19 | 10.1846 | +0.04% |
| 2026-09-18 | 10.1802 | -0.66% |
| 2026-09-17 | 10.2475 | -0.24% |
| 2026-09-16 | 10.2717 | -0.19% |
| 2026-09-15 | 10.2914 | -0.12% |
| 2026-09-14 | 10.3038 | -0.01% |
| 2026-09-13 | 10.3045 | -0.05% |
| 2026-09-12 | 10.3102 | -0.06% |
| Date | 1 GBP in GTQ | Daily change |
|---|---|---|
| 2026-09-11 | 10.3168 | -0.04% |
| 2026-09-10 | 10.3212 | -0.38% |
| 2026-09-09 | 10.3602 | +0.08% |
| 2026-09-08 | 10.3521 | +0.23% |
| 2026-09-07 | 10.3286 | +0.09% |
| 2026-09-06 | 10.3192 | -0.09% |
| 2026-09-05 | 10.3284 | +0.09% |
| 2026-09-04 | 10.3191 | +0.23% |
| 2026-09-03 | 10.2954 | +0.07% |
| 2026-09-02 | 10.2886 | -0.38% |
| 2026-09-01 | 10.3278 | -0.52% |
| 2026-08-31 | 10.3819 | +0.25% |
| 2026-08-30 | 10.3559 | -0.11% |
| 2026-08-29 | 10.3673 | +0.06% |
| 2026-08-28 | 10.3611 | — |
GBP to GTQ conversion table
1 GBP10.1201 GTQ
5 GBP50.6004 GTQ
10 GBP101.2009 GTQ
25 GBP253.0022 GTQ
50 GBP506.0043 GTQ
100 GBP1,012.0087 GTQ
500 GBP5,060.0434 GTQ
1,000 GBP10,120.087 GTQ
5,000 GBP50,600.434 GTQ
10,000 GBP101,200.87 GTQ
Get the GBP/GTQ rate in your app
One GET request returns the latest GBP → 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/GBP/GTQ"fetch('https://rate-api.com/api/v1/pair/GBP/GTQ', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} GTQ`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/GTQ",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} GTQ")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/GTQ');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} GTQ\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "GTQ"
},
"rate": 10.1201,
"timestamp": 1790429449,
"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 GBPGuatemalan Quetzal → British Pound0.098813Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.