Convert KRW to JPY
South Korean Won → Japanese Yen
1 KRW = 0.116299 JPY(1 JPY = 8.598553 KRW)
Currency converter
1 KRW =
0.1163 JPY
KRW to JPY: last 30 days
Over the last 30 days, 1 KRW traded between 0.11261 and 0.11713 JPY, averaging 0.11518 JPY. The KRW/JPY rate is up 0.11% since 2026-08-28.
- 30-day high
- 0.11713
- 2026-09-02
- 30-day low
- 0.11261
- 2026-09-17
- 30-day average
- 0.11518
- Days with data: 30
- 30-day change
- +0.11%
- since 2026-08-28
0.11713
0.112612026-08-28 → 2026-09-26
| Date | 1 KRW in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.1163 | 0.00% |
| 2026-09-25 | 0.1163 | +0.20% |
| 2026-09-24 | 0.11607 | +0.35% |
| 2026-09-23 | 0.11566 | -0.21% |
| 2026-09-22 | 0.1159 | +1.12% |
| 2026-09-21 | 0.11461 | +0.76% |
| 2026-09-20 | 0.11375 | 0.00% |
| 2026-09-19 | 0.11375 | 0.00% |
| 2026-09-18 | 0.11375 | +1.01% |
| 2026-09-17 | 0.11261 | -0.66% |
| 2026-09-16 | 0.11336 | -0.60% |
| 2026-09-15 | 0.11404 | -0.66% |
| 2026-09-14 | 0.1148 | +0.07% |
| 2026-09-13 | 0.11472 | 0.00% |
| 2026-09-12 | 0.11472 | 0.00% |
| Date | 1 KRW in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.11472 | -0.02% |
| 2026-09-10 | 0.11473 | +0.02% |
| 2026-09-09 | 0.11471 | -0.26% |
| 2026-09-08 | 0.11501 | +0.17% |
| 2026-09-07 | 0.11481 | -0.78% |
| 2026-09-06 | 0.11571 | 0.00% |
| 2026-09-05 | 0.11571 | 0.00% |
| 2026-09-04 | 0.11571 | +0.67% |
| 2026-09-03 | 0.11494 | -1.87% |
| 2026-09-02 | 0.11713 | +0.53% |
| 2026-09-01 | 0.11651 | -0.21% |
| 2026-08-31 | 0.11676 | +0.51% |
| 2026-08-30 | 0.11617 | 0.00% |
| 2026-08-29 | 0.11617 | 0.00% |
| 2026-08-28 | 0.11617 | — |
KRW to JPY conversion table
1 KRW0.1163 JPY
5 KRW0.58149 JPY
10 KRW1.163 JPY
25 KRW2.9075 JPY
50 KRW5.8149 JPY
100 KRW11.6299 JPY
500 KRW58.1493 JPY
1,000 KRW116.2986 JPY
5,000 KRW581.4932 JPY
10,000 KRW1,162.9864 JPY
Get the KRW/JPY rate in your app
One GET request returns the latest KRW → 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/KRW/JPY"fetch('https://rate-api.com/api/v1/pair/KRW/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KRW = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KRW/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KRW = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KRW/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KRW = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "KRW",
"to": "JPY"
},
"rate": 0.1163,
"timestamp": 1790432144,
"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 KRWJapanese Yen → South Korean Won8.5986Convert KRW to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.