Skip to content

JPY to KRW exchange rate API

Yen to Won · quoted 2026-09-26

8.6138

▼ +8.50% over 1Y

1 JPY = 8.6138 KRW · 1 KRW = 0.11609 JPY · Get this rate via the API

1 JPY buys 8.6138 KRW as of 2026-09-26, so 1 KRW buys 0.11609 JPY. Over the last year, JPY/KRW traded between 8.5986 and 9.6391, averaged 9.2679 and fell 8.50%. The API holds daily JPY/KRW rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

JPY/KRW over 1Y

JPY/KRW over 1Y: show the values
PointJPY/KRW
2025-09-269.4144
2025-10-039.5390
2025-10-109.3157
2025-10-179.4444
2025-10-249.4142
2025-10-319.2628
2025-11-079.5344
2025-11-149.4337
2025-11-219.4062
2025-11-289.4136
2025-12-059.4867
2025-12-129.4694
2025-12-199.4047
2025-12-269.2843
2026-01-029.2070
2026-01-099.2608
2026-01-169.3162
2026-01-239.2790
2026-01-309.3658
2026-02-069.3414
2026-02-139.4362
2026-02-209.3402
2026-02-279.2448
2026-03-069.4047
2026-03-139.3622
2026-03-209.4526
2026-03-279.4526
2026-04-039.5194
2026-04-109.3175
2026-04-179.2945
2026-04-249.2652
2026-05-019.4486
2026-05-089.3566
2026-05-159.4584
2026-05-229.5356
2026-05-299.4575
2026-06-059.6391
2026-06-129.4896
2026-06-199.5040
2026-06-269.5048
2026-07-039.5021
2026-07-109.2969
2026-07-179.1487
2026-07-248.9182
2026-07-319.0093
2026-08-078.9427
2026-08-148.8752
2026-08-218.7224
2026-08-288.6079
2026-09-048.6424
2026-09-118.7173
2026-09-188.7916
2026-09-258.5986

High

9.6391

Low

8.5986

Average

9.2679

For developers

Get this rate via the API

One GET request returns the JPY/KRW rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=KRW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=KRW").json()

Replace YOUR_API_KEY with the key from your dashboard.

JPY/KRW API questions

How do I get the JPY/KRW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JPY/KRW rate in rates.KRW.

How far back does JPY/KRW historical data go?

Daily JPY/KRW rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free JPY/KRW exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.