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: show the values
| Point | TND/IQD |
|---|---|
| 2025-09-25 | 450.7211 |
| 2025-10-02 | 451.2633 |
| 2025-10-09 | 447.4724 |
| 2025-10-16 | 448.1552 |
| 2025-10-23 | 446.2344 |
| 2025-10-30 | 446.8677 |
| 2025-11-06 | 442.8245 |
| 2025-11-13 | 444.6466 |
| 2025-11-20 | 442.8103 |
| 2025-11-27 | 444.9420 |
| 2025-12-04 | 447.7904 |
| 2025-12-12 | 447.5036 |
| 2025-12-19 | 449.8210 |
| 2025-12-26 | 453.6140 |
| 2026-01-02 | 454.5284 |
| 2026-01-09 | 452.7323 |
| 2026-01-16 | 452.8464 |
| 2026-01-23 | 455.1459 |
| 2026-01-30 | 461.5114 |
| 2026-02-06 | 457.6926 |
| 2026-02-13 | 460.4332 |
| 2026-02-20 | 456.6141 |
| 2026-02-27 | 457.6775 |
| 2026-03-06 | 451.0312 |
| 2026-03-13 | 448.3059 |
| 2026-03-20 | 447.3598 |
| 2026-03-27 | 447.0675 |
| 2026-04-03 | 445.9967 |
| 2026-04-10 | 454.2697 |
| 2026-04-17 | 453.9948 |
| 2026-04-24 | 454.4671 |
| 2026-05-01 | 454.5436 |
| 2026-05-08 | 451.6174 |
| 2026-05-16 | 450.8260 |
| 2026-05-24 | 449.6117 |
| 2026-05-31 | 451.0787 |
| 2026-06-09 | 448.1833 |
| 2026-06-16 | 449.1804 |
| 2026-06-23 | 445.5181 |
| 2026-06-30 | 443.9326 |
| 2026-07-07 | 443.7216 |
| 2026-07-14 | 444.9767 |
| 2026-07-21 | 445.1315 |
| 2026-07-28 | 441.9560 |
| 2026-08-04 | 448.3215 |
| 2026-08-11 | 448.1902 |
| 2026-08-18 | 449.1570 |
| 2026-08-26 | 451.4765 |
| 2026-09-02 | 449.1219 |
| 2026-09-09 | 451.3716 |
| 2026-09-16 | 449.8400 |
| 2026-09-23 | 444.7470 |
High
461.5114
Low
441.9560
Average
449.6564
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.