TND to IQD exchange rate API
Tunisian Dinar to Iraqi Dinar · quoted 2026-09-25
442.9466
▼ +2.52% over YTD
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 year to date, TND/IQD traded between 441.6660 and 462.9497, averaged 450.8842 and fell 2.52%. 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 YTD: show the values
| Point | TND/IQD |
|---|---|
| 2025-12-31 | 454.4181 |
| 2026-01-07 | 453.6845 |
| 2026-01-14 | 452.5719 |
| 2026-01-21 | 454.9792 |
| 2026-01-28 | 462.9497 |
| 2026-02-04 | 457.8174 |
| 2026-02-11 | 461.6053 |
| 2026-02-18 | 459.3881 |
| 2026-02-25 | 457.1473 |
| 2026-03-04 | 451.9930 |
| 2026-03-11 | 449.5780 |
| 2026-03-18 | 446.0460 |
| 2026-03-25 | 450.0884 |
| 2026-04-01 | 447.8057 |
| 2026-04-08 | 448.1904 |
| 2026-04-15 | 451.1628 |
| 2026-04-22 | 457.5938 |
| 2026-04-29 | 454.2696 |
| 2026-05-06 | 453.3659 |
| 2026-05-14 | 453.3682 |
| 2026-05-21 | 450.8230 |
| 2026-05-29 | 450.3569 |
| 2026-06-05 | 450.9844 |
| 2026-06-14 | 448.3787 |
| 2026-06-21 | 444.7400 |
| 2026-06-28 | 442.4802 |
| 2026-07-05 | 444.4528 |
| 2026-07-12 | 443.4989 |
| 2026-07-19 | 444.0794 |
| 2026-07-26 | 441.6660 |
| 2026-08-02 | 446.7481 |
| 2026-08-09 | 448.4734 |
| 2026-08-16 | 449.5580 |
| 2026-08-24 | 453.9881 |
| 2026-08-31 | 456.8900 |
| 2026-09-07 | 449.2442 |
| 2026-09-14 | 452.6448 |
| 2026-09-21 | 444.5073 |
High
462.9497
Low
441.6660
Average
450.8842
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.