TWD to ISK exchange rate API
New Taiwan Dollar to Iceland Krona · quoted 2026-09-24
3.8115
▼ +6.05% over 1Y
1 TWD = 3.8115 ISK · 1 ISK = 0.26236 TWD · Get this rate via the API
1 TWD buys 3.8115 ISK as of 2026-09-24, so 1 ISK buys 0.26236 TWD. Over the last year, TWD/ISK traded between 3.8010 and 4.1324, averaged 3.9302 and fell 6.05%. The API holds daily TWD/ISK rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.
TWD/ISK over 1Y: show the values
| Point | TWD/ISK |
|---|---|
| 2025-09-24 | 4.0570 |
| 2025-10-01 | 4.0670 |
| 2025-10-08 | 4.0445 |
| 2025-10-15 | 3.9748 |
| 2025-10-22 | 3.9818 |
| 2025-10-29 | 4.0277 |
| 2025-11-05 | 4.1324 |
| 2025-11-12 | 4.0889 |
| 2025-11-19 | 4.0639 |
| 2025-11-26 | 4.0444 |
| 2025-12-03 | 4.0792 |
| 2025-12-10 | 4.0926 |
| 2025-12-17 | 4.0094 |
| 2025-12-24 | 3.9929 |
| 2025-12-31 | 3.9925 |
| 2026-01-07 | 4.0033 |
| 2026-01-14 | 3.9702 |
| 2026-01-21 | 3.9360 |
| 2026-01-28 | 3.8636 |
| 2026-02-04 | 3.8835 |
| 2026-02-11 | 3.8652 |
| 2026-02-18 | 3.8935 |
| 2026-02-25 | 3.8894 |
| 2026-03-04 | 3.9164 |
| 2026-03-11 | 3.9366 |
| 2026-03-18 | 3.9147 |
| 2026-03-25 | 3.8753 |
| 2026-04-01 | 3.8844 |
| 2026-04-08 | 3.8679 |
| 2026-04-15 | 3.8639 |
| 2026-04-22 | 3.8911 |
| 2026-04-29 | 3.8838 |
| 2026-05-06 | 3.8781 |
| 2026-05-13 | 3.8870 |
| 2026-05-20 | 3.9075 |
| 2026-05-27 | 3.9230 |
| 2026-06-03 | 3.9301 |
| 2026-06-11 | 3.9359 |
| 2026-06-18 | 3.9878 |
| 2026-06-25 | 3.9880 |
| 2026-07-02 | 3.9584 |
| 2026-07-09 | 3.8994 |
| 2026-07-16 | 3.8729 |
| 2026-07-23 | 3.8967 |
| 2026-07-30 | 3.8292 |
| 2026-08-06 | 3.8171 |
| 2026-08-13 | 3.8338 |
| 2026-08-20 | 3.8136 |
| 2026-08-27 | 3.8010 |
| 2026-09-03 | 3.8180 |
| 2026-09-10 | 3.8170 |
| 2026-09-17 | 3.8194 |
| 2026-09-24 | 3.8161 |
High
4.1324
Low
3.8010
Average
3.9302
Get this rate via the API
One GET request returns the TWD/ISK 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=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=ISK").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/ISK API questions
How do I get the TWD/ISK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/ISK rate in rates.ISK.
How far back does TWD/ISK historical data go?
Daily TWD/ISK 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/ISK 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.