Convert JPY to GTQ
Japanese Yen → Guatemalan Quetzal
1 JPY = 0.0484576 GTQ(1 GTQ = 20.636603 JPY)
Currency converter
1 JPY =
0.048458 GTQ
JPY to GTQ: last 30 days
Over the last 30 days, 1 JPY traded between 0.047656 and 0.049831 GTQ, averaging 0.048716 GTQ. The JPY/GTQ rate is up 1.43% since 2026-08-28.
- 30-day high
- 0.049831
- 2026-09-09
- 30-day low
- 0.047656
- 2026-09-01
- 30-day average
- 0.048716
- Days with data: 30
- 30-day change
- +1.43%
- since 2026-08-28
0.049831
0.0476562026-08-28 → 2026-09-26
| Date | 1 JPY in GTQ | Daily change |
|---|---|---|
| 2026-09-26 | 0.048458 | 0.00% |
| 2026-09-25 | 0.048458 | +0.77% |
| 2026-09-24 | 0.048087 | -0.51% |
| 2026-09-23 | 0.048336 | -0.43% |
| 2026-09-22 | 0.048544 | +0.07% |
| 2026-09-21 | 0.048508 | +0.39% |
| 2026-09-20 | 0.048322 | -0.04% |
| 2026-09-19 | 0.048339 | +0.04% |
| 2026-09-18 | 0.048318 | -1.80% |
| 2026-09-17 | 0.049206 | -0.06% |
| 2026-09-16 | 0.049233 | -0.02% |
| 2026-09-15 | 0.049243 | -0.33% |
| 2026-09-14 | 0.049405 | -0.24% |
| 2026-09-13 | 0.049523 | -0.05% |
| 2026-09-12 | 0.04955 | -0.06% |
| Date | 1 JPY in GTQ | Daily change |
|---|---|---|
| 2026-09-11 | 0.049581 | +0.14% |
| 2026-09-10 | 0.049513 | -0.64% |
| 2026-09-09 | 0.049831 | +0.61% |
| 2026-09-08 | 0.04953 | +0.41% |
| 2026-09-07 | 0.049327 | +1.06% |
| 2026-09-06 | 0.048812 | -0.09% |
| 2026-09-05 | 0.048856 | +0.09% |
| 2026-09-04 | 0.048812 | -0.17% |
| 2026-09-03 | 0.048893 | +2.26% |
| 2026-09-02 | 0.047812 | +0.33% |
| 2026-09-01 | 0.047656 | -0.73% |
| 2026-08-31 | 0.048007 | +0.54% |
| 2026-08-30 | 0.047748 | -0.11% |
| 2026-08-29 | 0.047801 | +0.06% |
| 2026-08-28 | 0.047772 | — |
JPY to GTQ conversion table
1 JPY0.048458 GTQ
5 JPY0.24229 GTQ
10 JPY0.48458 GTQ
25 JPY1.2114 GTQ
50 JPY2.4229 GTQ
100 JPY4.8458 GTQ
500 JPY24.2288 GTQ
1,000 JPY48.4576 GTQ
5,000 JPY242.2879 GTQ
10,000 JPY484.5759 GTQ
Get the JPY/GTQ rate in your app
One GET request returns the latest JPY → 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/JPY/GTQ"fetch('https://rate-api.com/api/v1/pair/JPY/GTQ', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} GTQ`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/GTQ",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} GTQ")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/GTQ');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} GTQ\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "GTQ"
},
"rate": 0.0485,
"timestamp": 1790429387,
"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 JPYGuatemalan Quetzal → Japanese Yen20.6366Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.