Convert GEL to JPY
Georgian Lari → Japanese Yen
1 GEL = 60.591581 JPY(1 JPY = 0.0165039 GEL)
Currency converter
1 GEL =
60.5916 JPY
GEL to JPY: last 30 days
Over the last 30 days, 1 GEL traded between 58.9141 and 61.4426 JPY, averaging 60.2317 JPY. The GEL/JPY rate is down 1.16% since 2026-08-28.
- 30-day high
- 61.4426
- 2026-09-01
- 30-day low
- 58.9141
- 2026-09-09
- 30-day average
- 60.2317
- Days with data: 30
- 30-day change
- -1.16%
- since 2026-08-28
61.4426
58.91412026-08-28 → 2026-09-26
| Date | 1 GEL in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 60.5916 | 0.00% |
| 2026-09-25 | 60.5916 | -0.47% |
| 2026-09-24 | 60.8793 | +0.35% |
| 2026-09-23 | 60.6685 | +0.34% |
| 2026-09-22 | 60.4634 | -0.09% |
| 2026-09-21 | 60.5176 | -0.36% |
| 2026-09-20 | 60.7358 | +0.03% |
| 2026-09-19 | 60.7201 | -0.29% |
| 2026-09-18 | 60.8981 | +1.68% |
| 2026-09-17 | 59.8932 | +0.38% |
| 2026-09-16 | 59.6655 | +0.03% |
| 2026-09-15 | 59.6462 | +0.27% |
| 2026-09-14 | 59.4862 | +0.55% |
| 2026-09-13 | 59.1596 | -0.08% |
| 2026-09-12 | 59.2097 | -0.02% |
| Date | 1 GEL in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 59.2206 | -0.06% |
| 2026-09-10 | 59.2536 | +0.58% |
| 2026-09-09 | 58.9141 | -0.62% |
| 2026-09-08 | 59.2831 | -0.37% |
| 2026-09-07 | 59.5047 | -0.77% |
| 2026-09-06 | 59.9677 | +0.04% |
| 2026-09-05 | 59.9449 | +0.16% |
| 2026-09-04 | 59.8487 | -0.02% |
| 2026-09-03 | 59.8619 | -2.12% |
| 2026-09-02 | 61.1566 | -0.47% |
| 2026-09-01 | 61.4426 | +0.06% |
| 2026-08-31 | 61.4065 | +0.08% |
| 2026-08-30 | 61.3588 | -0.00% |
| 2026-08-29 | 61.3588 | +0.09% |
| 2026-08-28 | 61.3023 | — |
GEL to JPY conversion table
1 GEL60.5916 JPY
5 GEL302.9579 JPY
10 GEL605.9158 JPY
25 GEL1,514.7895 JPY
50 GEL3,029.579 JPY
100 GEL6,059.1581 JPY
500 GEL30,295.79 JPY
1,000 GEL60,591.581 JPY
5,000 GEL302,957.9 JPY
10,000 GEL605,915.81 JPY
Get the GEL/JPY rate in your app
One GET request returns the latest GEL → JPY 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/GEL/JPY"fetch('https://rate-api.com/api/v1/pair/GEL/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GEL = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GEL/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GEL = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GEL/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GEL = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "GEL",
"to": "JPY"
},
"rate": 60.5916,
"timestamp": 1790435069,
"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
JPY to GELJapanese Yen → Georgian Lari0.016504Convert GEL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.