Skip to content

TND to IQD exchange rate API

Tunisian Dinar to Iraqi Dinar · quoted 2026-09-25

442.9466

▼ +1.72% over 1Y

1 TND = 442.9466 IQD · 1 IQD = 0.002258 TND · Get this rate via the API

1 TND buys 442.9466 IQD as of 2026-09-25, so 1 IQD buys 0.002258 TND. Over the last year, TND/IQD traded between 441.9560 and 461.5114, averaged 449.6564 and fell 1.72%. The API holds daily TND/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/IQD over 1Y

TND/IQD over 1Y: show the values
PointTND/IQD
2025-09-25450.7211
2025-10-02451.2633
2025-10-09447.4724
2025-10-16448.1552
2025-10-23446.2344
2025-10-30446.8677
2025-11-06442.8245
2025-11-13444.6466
2025-11-20442.8103
2025-11-27444.9420
2025-12-04447.7904
2025-12-12447.5036
2025-12-19449.8210
2025-12-26453.6140
2026-01-02454.5284
2026-01-09452.7323
2026-01-16452.8464
2026-01-23455.1459
2026-01-30461.5114
2026-02-06457.6926
2026-02-13460.4332
2026-02-20456.6141
2026-02-27457.6775
2026-03-06451.0312
2026-03-13448.3059
2026-03-20447.3598
2026-03-27447.0675
2026-04-03445.9967
2026-04-10454.2697
2026-04-17453.9948
2026-04-24454.4671
2026-05-01454.5436
2026-05-08451.6174
2026-05-16450.8260
2026-05-24449.6117
2026-05-31451.0787
2026-06-09448.1833
2026-06-16449.1804
2026-06-23445.5181
2026-06-30443.9326
2026-07-07443.7216
2026-07-14444.9767
2026-07-21445.1315
2026-07-28441.9560
2026-08-04448.3215
2026-08-11448.1902
2026-08-18449.1570
2026-08-26451.4765
2026-09-02449.1219
2026-09-09451.3716
2026-09-16449.8400
2026-09-23444.7470

High

461.5114

Low

441.9560

Average

449.6564

For developers

Get this rate via the API

One GET request returns the TND/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=TND&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=IQD").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/IQD API questions

How do I get the TND/IQD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/IQD rate in rates.IQD.

How far back does TND/IQD historical data go?

Daily TND/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 TND/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.