TWD to JPY exchange rate API
New Taiwan Dollar to Yen · quoted 2026-09-25
4.9483
▼ +0.31% over 1Y
1 TWD = 4.9483 JPY · 1 JPY = 0.20209 TWD · Get this rate via the API
1 TWD buys 4.9483 JPY as of 2026-09-25, so 1 JPY buys 0.20209 TWD. Over the last year, TWD/JPY traded between 4.8671 and 5.0940, averaged 4.9889 and fell 0.31%. The API holds daily TWD/JPY rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.
TWD/JPY over 1Y: show the values
| Point | TWD/JPY |
|---|---|
| 2025-09-25 | 4.9636 |
| 2025-10-02 | 4.9095 |
| 2025-10-09 | 5.0916 |
| 2025-10-16 | 4.9409 |
| 2025-10-23 | 4.9516 |
| 2025-10-30 | 5.0259 |
| 2025-11-06 | 4.9708 |
| 2025-11-13 | 4.9705 |
| 2025-11-20 | 5.0435 |
| 2025-11-27 | 4.9903 |
| 2025-12-04 | 4.9424 |
| 2025-12-11 | 4.9806 |
| 2025-12-18 | 4.9349 |
| 2025-12-25 | 4.9569 |
| 2026-01-01 | 5.0020 |
| 2026-01-08 | 4.9646 |
| 2026-01-15 | 5.0230 |
| 2026-01-22 | 5.0199 |
| 2026-01-29 | 4.8897 |
| 2026-02-05 | 4.9574 |
| 2026-02-12 | 4.8976 |
| 2026-02-19 | 4.9060 |
| 2026-02-26 | 4.9966 |
| 2026-03-05 | 4.9638 |
| 2026-03-12 | 4.9872 |
| 2026-03-19 | 4.9712 |
| 2026-03-26 | 4.9951 |
| 2026-04-02 | 4.9913 |
| 2026-04-09 | 4.9970 |
| 2026-04-16 | 5.0384 |
| 2026-04-23 | 5.0566 |
| 2026-04-30 | 4.9490 |
| 2026-05-07 | 4.9858 |
| 2026-05-14 | 5.0095 |
| 2026-05-21 | 5.0398 |
| 2026-05-28 | 5.0708 |
| 2026-06-04 | 5.0740 |
| 2026-06-12 | 5.0656 |
| 2026-06-19 | 5.0940 |
| 2026-06-26 | 5.0732 |
| 2026-07-03 | 5.0462 |
| 2026-07-10 | 5.0393 |
| 2026-07-17 | 5.0217 |
| 2026-07-24 | 5.0630 |
| 2026-07-31 | 4.9494 |
| 2026-08-07 | 4.9120 |
| 2026-08-14 | 4.9724 |
| 2026-08-21 | 4.9856 |
| 2026-08-28 | 5.0498 |
| 2026-09-04 | 4.9299 |
| 2026-09-11 | 4.8671 |
| 2026-09-18 | 4.9623 |
| 2026-09-25 | 4.9594 |
High
5.0940
Low
4.8671
Average
4.9889
Get this rate via the API
One GET request returns the TWD/JPY rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/JPY API questions
How do I get the TWD/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/JPY rate in rates.JPY.
How far back does TWD/JPY historical data go?
Daily TWD/JPY 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 TWD/JPY 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.