Convert IQD to INR
Iraqi Dinar → Indian Rupee
1 IQD = 0.0731378 INR(1 INR = 13.672819 IQD)
Currency converter
1 IQD =
0.073138 INR
IQD to INR: last 30 days
Over the last 30 days, 1 IQD traded between 0.07205 and 0.07323 INR, averaging 0.072757 INR. The IQD/INR rate is up 0.49% since 2026-08-28.
- 30-day high
- 0.07323
- 2026-09-15
- 30-day low
- 0.07205
- 2026-09-05
- 30-day average
- 0.072757
- Days with data: 30
- 30-day change
- +0.49%
- since 2026-08-28
0.07323
0.072052026-08-28 → 2026-09-26
| Date | 1 IQD in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.073138 | 0.00% |
| 2026-09-25 | 0.073138 | +0.22% |
| 2026-09-24 | 0.072977 | +0.02% |
| 2026-09-23 | 0.072964 | +0.05% |
| 2026-09-22 | 0.07293 | -0.37% |
| 2026-09-21 | 0.073197 | +0.02% |
| 2026-09-20 | 0.07318 | +0.01% |
| 2026-09-19 | 0.073175 | +0.02% |
| 2026-09-18 | 0.073163 | +0.48% |
| 2026-09-17 | 0.072813 | -0.48% |
| 2026-09-16 | 0.073162 | -0.09% |
| 2026-09-15 | 0.07323 | +0.49% |
| 2026-09-14 | 0.072871 | -0.06% |
| 2026-09-13 | 0.072917 | +0.07% |
| 2026-09-12 | 0.072864 | -0.06% |
| Date | 1 IQD in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.07291 | +0.08% |
| 2026-09-10 | 0.072854 | +0.23% |
| 2026-09-09 | 0.072687 | +0.42% |
| 2026-09-08 | 0.072387 | +0.39% |
| 2026-09-07 | 0.072107 | -0.02% |
| 2026-09-06 | 0.072119 | +0.10% |
| 2026-09-05 | 0.07205 | -0.06% |
| 2026-09-04 | 0.072093 | -0.17% |
| 2026-09-03 | 0.072216 | -0.31% |
| 2026-09-02 | 0.072437 | -0.05% |
| 2026-09-01 | 0.072471 | +0.27% |
| 2026-08-31 | 0.072278 | -0.72% |
| 2026-08-30 | 0.072806 | +0.01% |
| 2026-08-29 | 0.072795 | +0.01% |
| 2026-08-28 | 0.072784 | — |
IQD to INR conversion table
1 IQD0.073138 INR
5 IQD0.36569 INR
10 IQD0.73138 INR
25 IQD1.8284 INR
50 IQD3.6569 INR
100 IQD7.3138 INR
500 IQD36.5689 INR
1,000 IQD73.1378 INR
5,000 IQD365.6891 INR
10,000 IQD731.3781 INR
Get the IQD/INR rate in your app
One GET request returns the latest IQD → INR 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/IQD/INR"fetch('https://rate-api.com/api/v1/pair/IQD/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 IQD = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/IQD/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 IQD = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/IQD/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 IQD = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "IQD",
"to": "INR"
},
"rate": 0.0731,
"timestamp": 1790435265,
"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
INR to IQDIndian Rupee → Iraqi Dinar13.6728Convert IQD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.