Convert IRR to JPY
Iranian Rial → Japanese Yen
1 IRR = 0.000114628 JPY(1 JPY = 8,723.8492 IRR)
Currency converter
1 IRR =
0.00011463 JPY
IRR to JPY: last 30 days
Over the last 30 days, 1 IRR traded between 0.0001115 and 0.00011649 JPY, averaging 0.00011401 JPY. The IRR/JPY rate is down 1.36% since 2026-08-28.
- 30-day high
- 0.00011649
- 2026-09-01
- 30-day low
- 0.0001115
- 2026-09-09
- 30-day average
- 0.00011401
- Days with data: 30
- 30-day change
- -1.36%
- since 2026-08-28
0.00011649
0.00011152026-08-28 → 2026-09-26
| Date | 1 IRR in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.00011463 | 0.00% |
| 2026-09-25 | 0.00011463 | -0.76% |
| 2026-09-24 | 0.00011551 | +0.61% |
| 2026-09-23 | 0.00011481 | +0.43% |
| 2026-09-22 | 0.00011431 | -0.09% |
| 2026-09-21 | 0.00011442 | -0.38% |
| 2026-09-20 | 0.00011486 | +0.00% |
| 2026-09-19 | 0.00011486 | -0.01% |
| 2026-09-18 | 0.00011486 | +1.38% |
| 2026-09-17 | 0.0001133 | +0.44% |
| 2026-09-16 | 0.0001128 | +0.04% |
| 2026-09-15 | 0.00011275 | +0.30% |
| 2026-09-14 | 0.00011241 | +0.35% |
| 2026-09-13 | 0.00011201 | +0.00% |
| 2026-09-12 | 0.00011201 | -0.04% |
| Date | 1 IRR in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.00011205 | -0.11% |
| 2026-09-10 | 0.00011217 | +0.60% |
| 2026-09-09 | 0.0001115 | -0.67% |
| 2026-09-08 | 0.00011225 | -0.30% |
| 2026-09-07 | 0.00011259 | -0.93% |
| 2026-09-06 | 0.00011364 | +0.03% |
| 2026-09-05 | 0.00011361 | -0.04% |
| 2026-09-04 | 0.00011366 | +0.14% |
| 2026-09-03 | 0.0001135 | -2.22% |
| 2026-09-02 | 0.00011607 | -0.36% |
| 2026-09-01 | 0.00011649 | +0.25% |
| 2026-08-31 | 0.00011619 | +0.03% |
| 2026-08-30 | 0.00011616 | +0.03% |
| 2026-08-29 | 0.00011613 | -0.07% |
| 2026-08-28 | 0.00011621 | — |
IRR to JPY conversion table
1 IRR0.00011463 JPY
5 IRR0.00057314 JPY
10 IRR0.0011463 JPY
25 IRR0.0028657 JPY
50 IRR0.0057314 JPY
100 IRR0.011463 JPY
500 IRR0.057314 JPY
1,000 IRR0.11463 JPY
5,000 IRR0.57314 JPY
10,000 IRR1.1463 JPY
Get the IRR/JPY rate in your app
One GET request returns the latest IRR → 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/IRR/JPY?precision=6"fetch('https://rate-api.com/api/v1/pair/IRR/JPY?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 IRR = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/IRR/JPY?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 IRR = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/IRR/JPY?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 IRR = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "IRR",
"to": "JPY"
},
"rate": 0.000115,
"timestamp": 1790432115,
"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 IRRJapanese Yen → Iranian Rial8,723.8492Convert IRR to other currencies
- IRR to USDUS Dollar0.00000072738
- IRR to EUREuro0.00000063789
- IRR to GBPBritish Pound0.00000054887
- IRR to CNYChinese Yuan0.0000048831
- IRR to CADCanadian Dollar0.0000010287
- IRR to AUDAustralian Dollar0.0000010347
- IRR to CHFSwiss Franc0.00000060248
- IRR to INRIndian Rupee0.000069696
- IRR to RUBRussian Ruble0.000061837
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.