Convert IQD to JPY
Iraqi Dinar → Japanese Yen
1 IQD = 0.120289 JPY(1 JPY = 8.313294 IQD)
Currency converter
1 IQD =
0.12029 JPY
IQD to JPY: last 30 days
Over the last 30 days, 1 IQD traded between 0.11714 and 0.12224 JPY, averaging 0.11956 JPY. The IQD/JPY rate is down 1.27% since 2026-08-28.
- 30-day high
- 0.12224
- 2026-09-01
- 30-day low
- 0.11714
- 2026-09-09
- 30-day average
- 0.11956
- Days with data: 30
- 30-day change
- -1.27%
- since 2026-08-28
0.12224
0.117142026-08-28 → 2026-09-26
| Date | 1 IQD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.12029 | 0.00% |
| 2026-09-25 | 0.12029 | -0.43% |
| 2026-09-24 | 0.12081 | +0.38% |
| 2026-09-23 | 0.12035 | +0.36% |
| 2026-09-22 | 0.11992 | -0.18% |
| 2026-09-21 | 0.12014 | -0.31% |
| 2026-09-20 | 0.12051 | +0.01% |
| 2026-09-19 | 0.1205 | +0.02% |
| 2026-09-18 | 0.12048 | +1.96% |
| 2026-09-17 | 0.11816 | -0.05% |
| 2026-09-16 | 0.11821 | -0.06% |
| 2026-09-15 | 0.11828 | +0.36% |
| 2026-09-14 | 0.11785 | +0.27% |
| 2026-09-13 | 0.11754 | +0.07% |
| 2026-09-12 | 0.11745 | -0.06% |
| Date | 1 IQD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.11753 | -0.14% |
| 2026-09-10 | 0.11769 | +0.48% |
| 2026-09-09 | 0.11714 | -0.55% |
| 2026-09-08 | 0.11778 | -0.26% |
| 2026-09-07 | 0.11809 | -0.98% |
| 2026-09-06 | 0.11926 | +0.10% |
| 2026-09-05 | 0.11914 | -0.06% |
| 2026-09-04 | 0.11921 | -0.02% |
| 2026-09-03 | 0.11923 | -2.05% |
| 2026-09-02 | 0.12173 | -0.42% |
| 2026-09-01 | 0.12224 | +0.77% |
| 2026-08-31 | 0.12131 | -0.46% |
| 2026-08-30 | 0.12187 | +0.01% |
| 2026-08-29 | 0.12186 | +0.01% |
| 2026-08-28 | 0.12184 | — |
IQD to JPY conversion table
1 IQD0.12029 JPY
5 IQD0.60145 JPY
10 IQD1.2029 JPY
25 IQD3.0072 JPY
50 IQD6.0145 JPY
100 IQD12.0289 JPY
500 IQD60.1446 JPY
1,000 IQD120.2893 JPY
5,000 IQD601.4463 JPY
10,000 IQD1,202.8926 JPY
Get the IQD/JPY rate in your app
One GET request returns the latest IQD → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/IQD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 IQD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/IQD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 IQD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/IQD/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "IQD",
"to": "JPY"
},
"rate": 0.1203,
"timestamp": 1790435069,
"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
JPY to IQDJapanese Yen → Iraqi Dinar8.3133Convert IQD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.