Convert JPY to UAH
Japanese Yen → Ukrainian Hryvnia
1 JPY = 0.284545 UAH(1 UAH = 3.514389 JPY)
Currency converter
1 JPY =
0.28454 UAH
JPY to UAH: last 30 days
Over the last 30 days, 1 JPY traded between 0.27778 and 0.29118 UAH, averaging 0.28489 UAH. The JPY/UAH rate is up 1.96% since 2026-08-28.
- 30-day high
- 0.29118
- 2026-09-09
- 30-day low
- 0.27778
- 2026-09-01
- 30-day average
- 0.28489
- Days with data: 30
- 30-day change
- +1.96%
- since 2026-08-28
0.29118
0.277782026-08-28 → 2026-09-26
| Date | 1 JPY in UAH | Daily change |
|---|---|---|
| 2026-09-26 | 0.28454 | 0.00% |
| 2026-09-25 | 0.28454 | +0.51% |
| 2026-09-24 | 0.28311 | -0.33% |
| 2026-09-23 | 0.28405 | -0.27% |
| 2026-09-22 | 0.28482 | +0.16% |
| 2026-09-21 | 0.28436 | +0.51% |
| 2026-09-20 | 0.28292 | +0.00% |
| 2026-09-19 | 0.28291 | -0.03% |
| 2026-09-18 | 0.28299 | -1.36% |
| 2026-09-17 | 0.28688 | -0.34% |
| 2026-09-16 | 0.28787 | -0.17% |
| 2026-09-15 | 0.28836 | +0.09% |
| 2026-09-14 | 0.28809 | -0.49% |
| 2026-09-13 | 0.28951 | +0.17% |
| 2026-09-12 | 0.28903 | +0.02% |
| Date | 1 JPY in UAH | Daily change |
|---|---|---|
| 2026-09-11 | 0.28896 | -0.28% |
| 2026-09-10 | 0.28977 | -0.48% |
| 2026-09-09 | 0.29118 | +1.16% |
| 2026-09-08 | 0.28785 | -0.23% |
| 2026-09-07 | 0.28852 | +1.05% |
| 2026-09-06 | 0.28553 | +0.18% |
| 2026-09-05 | 0.28501 | -0.32% |
| 2026-09-04 | 0.28594 | -0.00% |
| 2026-09-03 | 0.28595 | +2.48% |
| 2026-09-02 | 0.27904 | +0.45% |
| 2026-09-01 | 0.27778 | -0.70% |
| 2026-08-31 | 0.27974 | +0.22% |
| 2026-08-30 | 0.27912 | -0.08% |
| 2026-08-29 | 0.27935 | +0.10% |
| 2026-08-28 | 0.27907 | — |
JPY to UAH conversion table
1 JPY0.28454 UAH
5 JPY1.4227 UAH
10 JPY2.8454 UAH
25 JPY7.1136 UAH
50 JPY14.2272 UAH
100 JPY28.4545 UAH
500 JPY142.2723 UAH
1,000 JPY284.5445 UAH
5,000 JPY1,422.7225 UAH
10,000 JPY2,845.4451 UAH
Get the JPY/UAH rate in your app
One GET request returns the latest JPY → UAH 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/UAH"fetch('https://rate-api.com/api/v1/pair/JPY/UAH', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} UAH`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/UAH",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} UAH")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/UAH');
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']} UAH\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "UAH"
},
"rate": 0.2845,
"timestamp": 1790429298,
"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
UAH to JPYUkrainian Hryvnia → Japanese Yen3.5144Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.