Convert EUR to IQD
Euro → Iraqi Dinar
1 EUR = 1,493.899 IQD(1 IQD = 0.000669389 EUR)
Currency converter
1 EUR =
1,493.899 IQD
EUR to IQD: last 30 days
Over the last 30 days, 1 EUR traded between 1,493.899 and 1,526.8671 IQD, averaging 1,514.1304 IQD. The EUR/IQD rate is down 2.10% since 2026-08-28.
- 30-day high
- 1,526.8671
- 2026-08-31
- 30-day low
- 1,493.899
- 2026-09-25
- 30-day average
- 1,514.1304
- Days with data: 30
- 30-day change
- -2.10%
- since 2026-08-28
1,526.8671
1,493.8992026-08-28 → 2026-09-26
| Date | 1 EUR in IQD | Daily change |
|---|---|---|
| 2026-09-26 | 1,493.899 | 0.00% |
| 2026-09-25 | 1,493.899 | -0.05% |
| 2026-09-24 | 1,494.6855 | -0.18% |
| 2026-09-23 | 1,497.3227 | -0.34% |
| 2026-09-22 | 1,502.471 | -0.11% |
| 2026-09-21 | 1,504.12 | +0.18% |
| 2026-09-20 | 1,501.4801 | -0.01% |
| 2026-09-19 | 1,501.5925 | -0.02% |
| 2026-09-18 | 1,501.8331 | -0.72% |
| 2026-09-17 | 1,512.7692 | -0.03% |
| 2026-09-16 | 1,513.1914 | +0.07% |
| 2026-09-15 | 1,512.0596 | -0.18% |
| 2026-09-14 | 1,514.7417 | -0.29% |
| 2026-09-13 | 1,519.1668 | -0.07% |
| 2026-09-12 | 1,520.2766 | +0.06% |
| Date | 1 EUR in IQD | Daily change |
|---|---|---|
| 2026-09-11 | 1,519.3268 | -0.16% |
| 2026-09-10 | 1,521.7155 | -0.19% |
| 2026-09-09 | 1,524.6533 | +0.21% |
| 2026-09-08 | 1,521.4924 | -0.10% |
| 2026-09-07 | 1,522.9613 | +0.02% |
| 2026-09-06 | 1,522.706 | -0.10% |
| 2026-09-05 | 1,524.1686 | +0.06% |
| 2026-09-04 | 1,523.2569 | +0.23% |
| 2026-09-03 | 1,519.7449 | +0.12% |
| 2026-09-02 | 1,517.9491 | -0.04% |
| 2026-09-01 | 1,518.5128 | -0.55% |
| 2026-08-31 | 1,526.8671 | +0.09% |
| 2026-08-30 | 1,525.4609 | -0.01% |
| 2026-08-29 | 1,525.6819 | -0.01% |
| 2026-08-28 | 1,525.9069 | — |
EUR to IQD conversion table
1 EUR1,493.899 IQD
5 EUR7,469.495 IQD
10 EUR14,938.99 IQD
25 EUR37,347.475 IQD
50 EUR74,694.95 IQD
100 EUR149,389.9 IQD
500 EUR746,949.5 IQD
1,000 EUR1,493,899 IQD
5,000 EUR7,469,495 IQD
10,000 EUR14,938,990 IQD
Get the EUR/IQD rate in your app
One GET request returns the latest EUR → IQD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/EUR/IQD"fetch('https://rate-api.com/api/v1/pair/EUR/IQD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} IQD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/IQD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} IQD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/IQD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} IQD\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "IQD"
},
"rate": 1493.899,
"timestamp": 1790429398,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
IQD to EURIraqi Dinar → Euro0.00066939Convert EUR to other currencies
Convert other currencies to IQD
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.