Convert JPY to IRR
Japanese Yen → Iranian Rial
1 JPY = 8,723.8492 IRR(1 IRR = 0.000114628 JPY)
Currency converter
1 JPY =
8,723.8492 IRR
JPY to IRR: last 30 days
Over the last 30 days, 1 JPY traded between 8,584.3629 and 8,968.429 IRR, averaging 8,772.4465 IRR. The JPY/IRR rate is up 1.38% since 2026-08-28.
- 30-day high
- 8,968.429
- 2026-09-09
- 30-day low
- 8,584.3629
- 2026-09-01
- 30-day average
- 8,772.4465
- Days with data: 30
- 30-day change
- +1.38%
- since 2026-08-28
8,968.429
8,584.36292026-08-28 → 2026-09-26
| Date | 1 JPY in IRR | Daily change |
|---|---|---|
| 2026-09-26 | 8,723.8492 | 0.00% |
| 2026-09-25 | 8,723.8492 | +0.77% |
| 2026-09-24 | 8,657.1131 | -0.61% |
| 2026-09-23 | 8,709.9749 | -0.43% |
| 2026-09-22 | 8,747.8403 | +0.09% |
| 2026-09-21 | 8,739.723 | +0.39% |
| 2026-09-20 | 8,706.1541 | -0.00% |
| 2026-09-19 | 8,706.5333 | +0.01% |
| 2026-09-18 | 8,706.0581 | -1.36% |
| 2026-09-17 | 8,826.501 | -0.44% |
| 2026-09-16 | 8,865.3286 | -0.04% |
| 2026-09-15 | 8,869.3063 | -0.30% |
| 2026-09-14 | 8,895.8923 | -0.35% |
| 2026-09-13 | 8,927.4552 | -0.00% |
| 2026-09-12 | 8,927.6961 | +0.04% |
| Date | 1 JPY in IRR | Daily change |
|---|---|---|
| 2026-09-11 | 8,924.5406 | +0.11% |
| 2026-09-10 | 8,914.8902 | -0.60% |
| 2026-09-09 | 8,968.429 | +0.67% |
| 2026-09-08 | 8,908.5207 | +0.30% |
| 2026-09-07 | 8,881.8903 | +0.94% |
| 2026-09-06 | 8,799.5629 | -0.03% |
| 2026-09-05 | 8,801.936 | +0.04% |
| 2026-09-04 | 8,798.1421 | -0.14% |
| 2026-09-03 | 8,810.729 | +2.27% |
| 2026-09-02 | 8,615.1583 | +0.36% |
| 2026-09-01 | 8,584.3629 | -0.25% |
| 2026-08-31 | 8,606.2509 | -0.03% |
| 2026-08-30 | 8,608.9676 | -0.03% |
| 2026-08-29 | 8,611.3219 | +0.07% |
| 2026-08-28 | 8,605.4196 | — |
JPY to IRR conversion table
1 JPY8,723.8492 IRR
5 JPY43,619.246 IRR
10 JPY87,238.492 IRR
25 JPY218,096.23 IRR
50 JPY436,192.46 IRR
100 JPY872,384.92 IRR
500 JPY4,361,924.6 IRR
1,000 JPY8,723,849.2 IRR
5,000 JPY43,619,246 IRR
10,000 JPY87,238,492 IRR
Get the JPY/IRR rate in your app
One GET request returns the latest JPY → IRR 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/IRR"fetch('https://rate-api.com/api/v1/pair/JPY/IRR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} IRR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/IRR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} IRR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/IRR');
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']} IRR\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "IRR"
},
"rate": 8723.8492,
"timestamp": 1790429365,
"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
IRR to JPYIranian Rial → Japanese Yen0.00011463Convert JPY to other currencies
Convert other currencies to IRR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.