Convert JPY to IQD
Japanese Yen → Iraqi Dinar
1 JPY = 8.313294 IQD(1 IQD = 0.120289 JPY)
Currency converter
1 JPY =
8.3133 IQD
JPY to IQD: last 30 days
Over the last 30 days, 1 JPY traded between 8.1805 and 8.5371 IQD, averaging 8.3656 IQD. The JPY/IQD rate is up 1.29% since 2026-08-28.
- 30-day high
- 8.5371
- 2026-09-09
- 30-day low
- 8.1805
- 2026-09-01
- 30-day average
- 8.3656
- Days with data: 30
- 30-day change
- +1.29%
- since 2026-08-28
8.5371
8.18052026-08-28 → 2026-09-26
| Date | 1 JPY in IQD | Daily change |
|---|---|---|
| 2026-09-26 | 8.3133 | 0.00% |
| 2026-09-25 | 8.3133 | +0.43% |
| 2026-09-24 | 8.2776 | -0.38% |
| 2026-09-23 | 8.3092 | -0.36% |
| 2026-09-22 | 8.3389 | +0.18% |
| 2026-09-21 | 8.3237 | +0.31% |
| 2026-09-20 | 8.2981 | -0.01% |
| 2026-09-19 | 8.2987 | -0.02% |
| 2026-09-18 | 8.3001 | -1.93% |
| 2026-09-17 | 8.4631 | +0.05% |
| 2026-09-16 | 8.4592 | +0.06% |
| 2026-09-15 | 8.4542 | -0.36% |
| 2026-09-14 | 8.485 | -0.27% |
| 2026-09-13 | 8.5077 | -0.07% |
| 2026-09-12 | 8.5139 | +0.06% |
| Date | 1 JPY in IQD | Daily change |
|---|---|---|
| 2026-09-11 | 8.5086 | +0.14% |
| 2026-09-10 | 8.4967 | -0.47% |
| 2026-09-09 | 8.5371 | +0.55% |
| 2026-09-08 | 8.4903 | +0.26% |
| 2026-09-07 | 8.468 | +0.99% |
| 2026-09-06 | 8.3853 | -0.10% |
| 2026-09-05 | 8.3933 | +0.06% |
| 2026-09-04 | 8.3883 | +0.02% |
| 2026-09-03 | 8.3869 | +2.10% |
| 2026-09-02 | 8.2147 | +0.42% |
| 2026-09-01 | 8.1805 | -0.76% |
| 2026-08-31 | 8.2434 | +0.47% |
| 2026-08-30 | 8.2052 | -0.01% |
| 2026-08-29 | 8.2064 | -0.01% |
| 2026-08-28 | 8.2076 | — |
JPY to IQD conversion table
1 JPY8.3133 IQD
5 JPY41.5665 IQD
10 JPY83.1329 IQD
25 JPY207.8324 IQD
50 JPY415.6647 IQD
100 JPY831.3294 IQD
500 JPY4,156.6472 IQD
1,000 JPY8,313.2944 IQD
5,000 JPY41,566.472 IQD
10,000 JPY83,132.944 IQD
Get the JPY/IQD rate in your app
One GET request returns the latest JPY → 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/JPY/IQD"fetch('https://rate-api.com/api/v1/pair/JPY/IQD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} IQD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/IQD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} IQD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/IQD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} IQD\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "IQD"
},
"rate": 8.3133,
"timestamp": 1790447440,
"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 JPYIraqi Dinar → Japanese Yen0.12029Convert JPY to other currencies
Convert other currencies to IQD
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.