TWD to IQD exchange rate API
New Taiwan Dollar to Iraqi Dinar · quoted 2026-09-25
41.2208
▼ +5.66% over 1Y
1 TWD = 41.2208 IQD · 1 IQD = 0.02426 TWD · Get this rate via the API
1 TWD buys 41.2208 IQD as of 2026-09-25, so 1 IQD buys 0.02426 TWD. Over the last year, TWD/IQD traded between 40.4261 and 43.7880, averaged 41.5945 and fell 5.66%. The API holds daily TWD/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/IQD over 1Y: show the values
| Point | TWD/IQD |
|---|---|
| 2025-09-25 | 43.6942 |
| 2025-10-02 | 43.7880 |
| 2025-10-09 | 43.6640 |
| 2025-10-16 | 42.7791 |
| 2025-10-23 | 42.5304 |
| 2025-10-30 | 42.5924 |
| 2025-11-06 | 42.3882 |
| 2025-11-13 | 42.1373 |
| 2025-11-20 | 41.9271 |
| 2025-11-27 | 41.8232 |
| 2025-12-04 | 41.8419 |
| 2025-12-12 | 41.8357 |
| 2025-12-19 | 41.5595 |
| 2025-12-26 | 41.6696 |
| 2026-01-02 | 41.7212 |
| 2026-01-09 | 41.5381 |
| 2026-01-16 | 41.5039 |
| 2026-01-23 | 41.3963 |
| 2026-01-30 | 41.6926 |
| 2026-02-06 | 41.4029 |
| 2026-02-13 | 41.7093 |
| 2026-02-20 | 41.6006 |
| 2026-02-27 | 41.8379 |
| 2026-03-06 | 41.2672 |
| 2026-03-13 | 41.1179 |
| 2026-03-20 | 40.7962 |
| 2026-03-27 | 40.9169 |
| 2026-04-03 | 40.9078 |
| 2026-04-10 | 41.2487 |
| 2026-04-17 | 41.5183 |
| 2026-04-24 | 41.5885 |
| 2026-05-01 | 41.5254 |
| 2026-05-08 | 41.8542 |
| 2026-05-16 | 41.4989 |
| 2026-05-24 | 41.6334 |
| 2026-05-31 | 41.6702 |
| 2026-06-09 | 41.5095 |
| 2026-06-16 | 41.5279 |
| 2026-06-23 | 41.3993 |
| 2026-06-30 | 41.1092 |
| 2026-07-07 | 40.7613 |
| 2026-07-14 | 40.8263 |
| 2026-07-21 | 40.5998 |
| 2026-07-28 | 40.4261 |
| 2026-08-04 | 40.5001 |
| 2026-08-11 | 40.6847 |
| 2026-08-18 | 41.1349 |
| 2026-08-26 | 41.1105 |
| 2026-09-02 | 41.2680 |
| 2026-09-09 | 41.5861 |
| 2026-09-16 | 41.2782 |
| 2026-09-23 | 41.3904 |
High
43.7880
Low
40.4261
Average
41.5945
Get this rate via the API
One GET request returns the TWD/IQD 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=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/IQD API questions
How do I get the TWD/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/IQD rate in rates.IQD.
How far back does TWD/IQD historical data go?
Daily TWD/IQD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free TWD/IQD 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.