Convert IQD to RUB
Iraqi Dinar → Russian Ruble
1 IQD = 0.0648909 RUB(1 RUB = 15.41049 IQD)
Currency converter
1 IQD =
0.064891 RUB
IQD to RUB: last 30 days
Over the last 30 days, 1 IQD traded between 0.063903 and 0.066719 RUB, averaging 0.065008 RUB. The IQD/RUB rate is down 0.50% since 2026-08-28.
- 30-day high
- 0.066719
- 2026-09-03
- 30-day low
- 0.063903
- 2026-09-22
- 30-day average
- 0.065008
- Days with data: 30
- 30-day change
- -0.50%
- since 2026-08-28
0.066719
0.0639032026-08-28 → 2026-09-26
| Date | 1 IQD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.064891 | 0.00% |
| 2026-09-25 | 0.064891 | +0.57% |
| 2026-09-24 | 0.064521 | +0.43% |
| 2026-09-23 | 0.064243 | +0.53% |
| 2026-09-22 | 0.063903 | -0.61% |
| 2026-09-21 | 0.064294 | +0.18% |
| 2026-09-20 | 0.064178 | -0.36% |
| 2026-09-19 | 0.064411 | -0.11% |
| 2026-09-18 | 0.064479 | +0.87% |
| 2026-09-17 | 0.063925 | -0.42% |
| 2026-09-16 | 0.064195 | -0.46% |
| 2026-09-15 | 0.064493 | +0.05% |
| 2026-09-14 | 0.064463 | +0.23% |
| 2026-09-13 | 0.064314 | +0.18% |
| 2026-09-12 | 0.064195 | +0.21% |
| Date | 1 IQD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.064059 | -1.27% |
| 2026-09-10 | 0.064881 | -1.11% |
| 2026-09-09 | 0.065608 | -0.33% |
| 2026-09-08 | 0.065827 | -0.40% |
| 2026-09-07 | 0.066095 | +0.04% |
| 2026-09-06 | 0.066065 | +0.95% |
| 2026-09-05 | 0.065441 | -1.02% |
| 2026-09-04 | 0.066118 | -0.90% |
| 2026-09-03 | 0.066719 | +0.75% |
| 2026-09-02 | 0.066224 | +0.52% |
| 2026-09-01 | 0.065883 | +0.91% |
| 2026-08-31 | 0.065291 | -0.55% |
| 2026-08-30 | 0.065653 | -0.17% |
| 2026-08-29 | 0.065766 | +0.84% |
| 2026-08-28 | 0.065216 | — |
IQD to RUB conversion table
1 IQD0.064891 RUB
5 IQD0.32445 RUB
10 IQD0.64891 RUB
25 IQD1.6223 RUB
50 IQD3.2445 RUB
100 IQD6.4891 RUB
500 IQD32.4454 RUB
1,000 IQD64.8909 RUB
5,000 IQD324.4543 RUB
10,000 IQD648.9087 RUB
Get the IQD/RUB rate in your app
One GET request returns the latest IQD → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/IQD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 IQD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/IQD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 IQD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/IQD/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "IQD",
"to": "RUB"
},
"rate": 0.0649,
"timestamp": 1790432085,
"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
RUB to IQDRussian Ruble → Iraqi Dinar15.4105Convert IQD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.