Skip to content

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

TWD/IQD over 1Y: show the values
PointTWD/IQD
2025-09-2543.6942
2025-10-0243.7880
2025-10-0943.6640
2025-10-1642.7791
2025-10-2342.5304
2025-10-3042.5924
2025-11-0642.3882
2025-11-1342.1373
2025-11-2041.9271
2025-11-2741.8232
2025-12-0441.8419
2025-12-1241.8357
2025-12-1941.5595
2025-12-2641.6696
2026-01-0241.7212
2026-01-0941.5381
2026-01-1641.5039
2026-01-2341.3963
2026-01-3041.6926
2026-02-0641.4029
2026-02-1341.7093
2026-02-2041.6006
2026-02-2741.8379
2026-03-0641.2672
2026-03-1341.1179
2026-03-2040.7962
2026-03-2740.9169
2026-04-0340.9078
2026-04-1041.2487
2026-04-1741.5183
2026-04-2441.5885
2026-05-0141.5254
2026-05-0841.8542
2026-05-1641.4989
2026-05-2441.6334
2026-05-3141.6702
2026-06-0941.5095
2026-06-1641.5279
2026-06-2341.3993
2026-06-3041.1092
2026-07-0740.7613
2026-07-1440.8263
2026-07-2140.5998
2026-07-2840.4261
2026-08-0440.5001
2026-08-1140.6847
2026-08-1841.1349
2026-08-2641.1105
2026-09-0241.2680
2026-09-0941.5861
2026-09-1641.2782
2026-09-2341.3904

High

43.7880

Low

40.4261

Average

41.5945

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.