Skip to content

TWD to IQD exchange rate API

New Taiwan Dollar to Iraqi Dinar · quoted 2026-09-24

41.3167

▼ +1.21% over YTD

1 TWD = 41.3167 IQD · 1 IQD = 0.02420 TWD · Get this rate via the API

1 TWD buys 41.3167 IQD as of 2026-09-24, so 1 IQD buys 0.02420 TWD. Over the year to date, TWD/IQD traded between 40.4155 and 41.8527, averaged 41.2982 and fell 1.21%. 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 YTD

TWD/IQD over YTD: show the values
PointTWD/IQD
2025-12-3141.8241
2026-01-0741.6449
2026-01-1441.4331
2026-01-2141.4160
2026-01-2841.7606
2026-02-0441.3791
2026-02-1141.6329
2026-02-1841.6539
2026-02-2541.8527
2026-03-0441.3317
2026-03-1141.2232
2026-03-1841.0131
2026-03-2540.9829
2026-04-0141.0167
2026-04-0841.0250
2026-04-1541.4300
2026-04-2241.6440
2026-04-2941.4746
2026-05-0641.6123
2026-05-1441.5540
2026-05-2141.4929
2026-05-2941.5755
2026-06-0541.6423
2026-06-1441.4327
2026-06-2141.3340
2026-06-2841.1185
2026-07-0541.0214
2026-07-1240.8428
2026-07-1940.4155
2026-07-2640.5085
2026-08-0240.5709
2026-08-0940.6745
2026-08-1640.9454
2026-08-2441.2425
2026-08-3141.5579
2026-09-0741.4886
2026-09-1441.3176
2026-09-2141.2260

High

41.8527

Low

40.4155

Average

41.2982

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=IQD");
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=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&currencies=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.