Convert JPY to GEL
Japanese Yen → Georgian Lari
1 JPY = 0.0165039 GEL(1 GEL = 60.591581 JPY)
Currency converter
1 JPY =
0.016504 GEL
JPY to GEL: last 30 days
Over the last 30 days, 1 JPY traded between 0.016275 and 0.016974 GEL, averaging 0.016605 GEL. The JPY/GEL rate is up 1.17% since 2026-08-28.
- 30-day high
- 0.016974
- 2026-09-09
- 30-day low
- 0.016275
- 2026-09-01
- 30-day average
- 0.016605
- Days with data: 30
- 30-day change
- +1.17%
- since 2026-08-28
0.016974
0.0162752026-08-28 → 2026-09-26
| Date | 1 JPY in GEL | Daily change |
|---|---|---|
| 2026-09-26 | 0.016504 | 0.00% |
| 2026-09-25 | 0.016504 | +0.47% |
| 2026-09-24 | 0.016426 | -0.35% |
| 2026-09-23 | 0.016483 | -0.34% |
| 2026-09-22 | 0.016539 | +0.09% |
| 2026-09-21 | 0.016524 | +0.36% |
| 2026-09-20 | 0.016465 | -0.03% |
| 2026-09-19 | 0.016469 | +0.29% |
| 2026-09-18 | 0.016421 | -1.65% |
| 2026-09-17 | 0.016696 | -0.38% |
| 2026-09-16 | 0.01676 | -0.03% |
| 2026-09-15 | 0.016766 | -0.27% |
| 2026-09-14 | 0.016811 | -0.55% |
| 2026-09-13 | 0.016903 | +0.08% |
| 2026-09-12 | 0.016889 | +0.02% |
| Date | 1 JPY in GEL | Daily change |
|---|---|---|
| 2026-09-11 | 0.016886 | +0.06% |
| 2026-09-10 | 0.016877 | -0.57% |
| 2026-09-09 | 0.016974 | +0.63% |
| 2026-09-08 | 0.016868 | +0.37% |
| 2026-09-07 | 0.016805 | +0.78% |
| 2026-09-06 | 0.016676 | -0.04% |
| 2026-09-05 | 0.016682 | -0.16% |
| 2026-09-04 | 0.016709 | +0.02% |
| 2026-09-03 | 0.016705 | +2.16% |
| 2026-09-02 | 0.016351 | +0.47% |
| 2026-09-01 | 0.016275 | -0.06% |
| 2026-08-31 | 0.016285 | -0.08% |
| 2026-08-30 | 0.016298 | +0.00% |
| 2026-08-29 | 0.016298 | -0.09% |
| 2026-08-28 | 0.016313 | — |
JPY to GEL conversion table
1 JPY0.016504 GEL
5 JPY0.08252 GEL
10 JPY0.16504 GEL
25 JPY0.4126 GEL
50 JPY0.8252 GEL
100 JPY1.6504 GEL
500 JPY8.252 GEL
1,000 JPY16.5039 GEL
5,000 JPY82.5197 GEL
10,000 JPY165.0394 GEL
Get the JPY/GEL rate in your app
One GET request returns the latest JPY → GEL 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/GEL"fetch('https://rate-api.com/api/v1/pair/JPY/GEL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} GEL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/GEL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} GEL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/GEL');
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']} GEL\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "GEL"
},
"rate": 0.0165,
"timestamp": 1790429339,
"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
GEL to JPYGeorgian Lari → Japanese Yen60.5916Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.