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: show the values
| Point | TWD/KRW |
|---|---|
| 2025-09-25 | 46.8256 |
| 2025-10-02 | 46.8729 |
| 2025-10-09 | 47.2942 |
| 2025-10-16 | 46.3078 |
| 2025-10-23 | 46.7316 |
| 2025-10-30 | 46.7009 |
| 2025-11-06 | 46.7868 |
| 2025-11-13 | 47.0673 |
| 2025-11-20 | 47.0193 |
| 2025-11-27 | 46.6803 |
| 2025-12-04 | 46.9932 |
| 2025-12-11 | 47.0947 |
| 2025-12-18 | 46.7996 |
| 2025-12-25 | 46.0089 |
| 2026-01-01 | 46.0385 |
| 2026-01-08 | 46.0067 |
| 2026-01-15 | 46.5143 |
| 2026-01-22 | 46.3994 |
| 2026-01-29 | 45.6352 |
| 2026-02-05 | 46.2927 |
| 2026-02-12 | 45.8262 |
| 2026-02-19 | 45.9153 |
| 2026-02-26 | 45.6446 |
| 2026-03-05 | 46.4995 |
| 2026-03-12 | 46.4902 |
| 2026-03-19 | 47.0037 |
| 2026-03-26 | 47.1376 |
| 2026-04-02 | 47.4310 |
| 2026-04-09 | 46.5193 |
| 2026-04-16 | 46.7935 |
| 2026-04-23 | 46.9043 |
| 2026-04-30 | 46.6885 |
| 2026-05-07 | 46.2470 |
| 2026-05-14 | 47.3123 |
| 2026-05-21 | 47.7793 |
| 2026-05-28 | 47.7911 |
| 2026-06-04 | 48.6599 |
| 2026-06-12 | 48.0709 |
| 2026-06-19 | 48.4134 |
| 2026-06-26 | 48.2201 |
| 2026-07-03 | 47.9498 |
| 2026-07-10 | 46.8499 |
| 2026-07-17 | 45.9421 |
| 2026-07-24 | 45.1528 |
| 2026-07-31 | 44.5913 |
| 2026-08-07 | 43.9266 |
| 2026-08-14 | 44.1308 |
| 2026-08-21 | 43.4865 |
| 2026-08-28 | 43.4682 |
| 2026-09-04 | 42.6066 |
| 2026-09-11 | 42.4276 |
| 2026-09-18 | 43.6270 |
| 2026-09-25 | 43.0827 |
High
48.6599
Low
42.4276
Average
46.1783
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.