Convert JPY to KRW
Japanese Yen → South Korean Won
1 JPY = 8.598553 KRW(1 KRW = 0.116299 JPY)
Currency converter
1 JPY =
8.5986 KRW
JPY to KRW: last 30 days
Over the last 30 days, 1 JPY traded between 8.5373 and 8.8801 KRW, averaging 8.6831 KRW. The JPY/KRW rate is down 0.11% since 2026-08-28.
- 30-day high
- 8.8801
- 2026-09-17
- 30-day low
- 8.5373
- 2026-09-02
- 30-day average
- 8.6831
- Days with data: 30
- 30-day change
- -0.11%
- since 2026-08-28
8.8801
8.53732026-08-28 → 2026-09-26
| Date | 1 JPY in KRW | Daily change |
|---|---|---|
| 2026-09-26 | 8.5986 | 0.00% |
| 2026-09-25 | 8.5986 | -0.20% |
| 2026-09-24 | 8.6154 | -0.35% |
| 2026-09-23 | 8.6459 | +0.21% |
| 2026-09-22 | 8.628 | -1.11% |
| 2026-09-21 | 8.725 | -0.76% |
| 2026-09-20 | 8.7916 | 0.00% |
| 2026-09-19 | 8.7916 | 0.00% |
| 2026-09-18 | 8.7916 | -1.00% |
| 2026-09-17 | 8.8801 | +0.66% |
| 2026-09-16 | 8.8217 | +0.60% |
| 2026-09-15 | 8.7687 | +0.67% |
| 2026-09-14 | 8.7107 | -0.07% |
| 2026-09-13 | 8.7172 | 0.00% |
| 2026-09-12 | 8.7172 | 0.00% |
| Date | 1 JPY in KRW | Daily change |
|---|---|---|
| 2026-09-11 | 8.7172 | +0.02% |
| 2026-09-10 | 8.7158 | -0.02% |
| 2026-09-09 | 8.7179 | +0.26% |
| 2026-09-08 | 8.6952 | -0.17% |
| 2026-09-07 | 8.7104 | +0.79% |
| 2026-09-06 | 8.6422 | 0.00% |
| 2026-09-05 | 8.6422 | 0.00% |
| 2026-09-04 | 8.6422 | -0.66% |
| 2026-09-03 | 8.7 | +1.91% |
| 2026-09-02 | 8.5373 | -0.53% |
| 2026-09-01 | 8.5827 | +0.21% |
| 2026-08-31 | 8.5646 | -0.51% |
| 2026-08-30 | 8.6082 | 0.00% |
| 2026-08-29 | 8.6082 | 0.00% |
| 2026-08-28 | 8.6082 | — |
JPY to KRW conversion table
1 JPY8.5986 KRW
5 JPY42.9928 KRW
10 JPY85.9855 KRW
25 JPY214.9638 KRW
50 JPY429.9277 KRW
100 JPY859.8553 KRW
500 JPY4,299.2766 KRW
1,000 JPY8,598.5531 KRW
5,000 JPY42,992.766 KRW
10,000 JPY85,985.531 KRW
Get the JPY/KRW rate in your app
One GET request returns the latest JPY → KRW 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/KRW"fetch('https://rate-api.com/api/v1/pair/JPY/KRW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} KRW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/KRW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} KRW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/KRW');
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']} KRW\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "KRW"
},
"rate": 8.5986,
"timestamp": 1790429345,
"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
KRW to JPYSouth Korean Won → Japanese Yen0.1163Convert JPY to other currencies
Convert other currencies to KRW
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.