Skip to content

JPY to TWD exchange rate API

Yen to New Taiwan Dollar · quoted 2026-09-25

0.20216

▲ +0.34% over 1Y

1 JPY = 0.20216 TWD · 1 TWD = 4.9466 JPY · Get this rate via the API

1 JPY buys 0.20216 TWD as of 2026-09-25, so 1 TWD buys 4.9466 JPY. Over the last year, JPY/TWD traded between 0.19631 and 0.20546, averaged 0.20047 and rose 0.34%. The API holds daily JPY/TWD rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

JPY/TWD over 1Y

JPY/TWD over 1Y: show the values
PointJPY/TWD
2025-09-250.20147
2025-10-020.20369
2025-10-090.19640
2025-10-160.20239
2025-10-230.20195
2025-10-300.19897
2025-11-060.20117
2025-11-130.20119
2025-11-200.19828
2025-11-270.20039
2025-12-040.20233
2025-12-110.20078
2025-12-180.20264
2025-12-250.20174
2026-01-010.19992
2026-01-080.20142
2026-01-150.19909
2026-01-220.19921
2026-01-290.20451
2026-02-050.20172
2026-02-120.20418
2026-02-190.20383
2026-02-260.20014
2026-03-050.20146
2026-03-120.20051
2026-03-190.20116
2026-03-260.20019
2026-04-020.20035
2026-04-090.20012
2026-04-160.19848
2026-04-230.19776
2026-04-300.20206
2026-05-070.20057
2026-05-140.19962
2026-05-210.19842
2026-05-280.19721
2026-06-040.19708
2026-06-120.19741
2026-06-190.19631
2026-06-260.19711
2026-07-030.19817
2026-07-100.19844
2026-07-170.19914
2026-07-240.19751
2026-07-310.20204
2026-08-070.20358
2026-08-140.20111
2026-08-210.20058
2026-08-280.19803
2026-09-040.20284
2026-09-110.20546
2026-09-180.20152
2026-09-250.20164

High

0.20546

Low

0.19631

Average

0.20047

For developers

Get this rate via the API

One GET request returns the JPY/TWD 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=TWD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=TWD");
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=TWD").json()

Replace YOUR_API_KEY with the key from your dashboard.

JPY/TWD API questions

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

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

How far back does JPY/TWD historical data go?

Daily JPY/TWD rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free JPY/TWD 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.