TND to IQD exchange rate API
Tunisian Dinar to Iraqi Dinar · quoted 2026-09-25
442.9466
▼ +1.89% over 30D
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 30 days, TND/IQD traded between 442.9466 and 456.8900, averaged 449.2049 and fell 1.89%. 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 30D: show the values
| Point | TND/IQD |
|---|---|
| 2026-08-26 | 451.4765 |
| 2026-08-27 | 451.6264 |
| 2026-08-28 | 451.3308 |
| 2026-08-29 | 448.5980 |
| 2026-08-30 | 449.2884 |
| 2026-08-31 | 456.8900 |
| 2026-09-01 | 449.9984 |
| 2026-09-02 | 449.1219 |
| 2026-09-03 | 449.3243 |
| 2026-09-04 | 451.0059 |
| 2026-09-05 | 451.1252 |
| 2026-09-06 | 449.7819 |
| 2026-09-07 | 449.2442 |
| 2026-09-08 | 451.5654 |
| 2026-09-09 | 451.3716 |
| 2026-09-10 | 451.6010 |
| 2026-09-11 | 450.8249 |
| 2026-09-12 | 452.6607 |
| 2026-09-13 | 452.6652 |
| 2026-09-14 | 452.6448 |
| 2026-09-15 | 447.0038 |
| 2026-09-16 | 449.8400 |
| 2026-09-17 | 449.4872 |
| 2026-09-18 | 449.9567 |
| 2026-09-19 | 445.6402 |
| 2026-09-20 | 445.2620 |
| 2026-09-21 | 444.5073 |
| 2026-09-22 | 445.1011 |
| 2026-09-23 | 444.7470 |
| 2026-09-24 | 444.9742 |
| 2026-09-25 | 442.9466 |
High
456.8900
Low
442.9466
Average
449.2049
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.