Skip to content

TWD to KRW exchange rate API

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

42.9701

▼ +8.23% over 1Y

1 TWD = 42.9701 KRW · 1 KRW = 0.02327 TWD · Get this rate via the API

1 TWD buys 42.9701 KRW as of 2026-09-25, so 1 KRW buys 0.02327 TWD. Over the last year, TWD/KRW traded between 42.4276 and 48.6599, averaged 46.1783 and fell 8.23%. The API holds daily TWD/KRW rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

TWD/KRW over 1Y

TWD/KRW over 1Y: show the values
PointTWD/KRW
2025-09-2546.8256
2025-10-0246.8729
2025-10-0947.2942
2025-10-1646.3078
2025-10-2346.7316
2025-10-3046.7009
2025-11-0646.7868
2025-11-1347.0673
2025-11-2047.0193
2025-11-2746.6803
2025-12-0446.9932
2025-12-1147.0947
2025-12-1846.7996
2025-12-2546.0089
2026-01-0146.0385
2026-01-0846.0067
2026-01-1546.5143
2026-01-2246.3994
2026-01-2945.6352
2026-02-0546.2927
2026-02-1245.8262
2026-02-1945.9153
2026-02-2645.6446
2026-03-0546.4995
2026-03-1246.4902
2026-03-1947.0037
2026-03-2647.1376
2026-04-0247.4310
2026-04-0946.5193
2026-04-1646.7935
2026-04-2346.9043
2026-04-3046.6885
2026-05-0746.2470
2026-05-1447.3123
2026-05-2147.7793
2026-05-2847.7911
2026-06-0448.6599
2026-06-1248.0709
2026-06-1948.4134
2026-06-2648.2201
2026-07-0347.9498
2026-07-1046.8499
2026-07-1745.9421
2026-07-2445.1528
2026-07-3144.5913
2026-08-0743.9266
2026-08-1444.1308
2026-08-2143.4865
2026-08-2843.4682
2026-09-0442.6066
2026-09-1142.4276
2026-09-1843.6270
2026-09-2543.0827

High

48.6599

Low

42.4276

Average

46.1783

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/KRW API questions

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

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

How far back does TWD/KRW historical data go?

Daily TWD/KRW 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/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.