Convert INR to IRR
Indian Rupee → Iranian Rial
1 INR = 14,345.051 IRR(1 IRR = 0.0000697105 INR)
Currency converter
1 INR =
14,345.051 IRR
INR to IRR: last 30 days
Over the last 30 days, 1 INR traded between 14,323.514 and 14,555.006 IRR, averaging 14,411.055 IRR. The INR/IRR rate is down 0.49% since 2026-08-29.
- 30-day high
- 14,555.006
- 2026-09-05
- 30-day low
- 14,323.514
- 2026-09-17
- 30-day average
- 14,411.055
- Days with data: 30
- 30-day change
- -0.49%
- since 2026-08-29
14,555.006
14,323.5142026-08-29 → 2026-09-27
| Date | 1 INR in IRR | Daily change |
|---|---|---|
| 2026-09-27 | 14,345.051 | 0.00% |
| 2026-09-26 | 14,345.051 | -0.02% |
| 2026-09-25 | 14,348.055 | +0.12% |
| 2026-09-24 | 14,331.232 | -0.25% |
| 2026-09-23 | 14,366.476 | -0.12% |
| 2026-09-22 | 14,384.198 | +0.28% |
| 2026-09-21 | 14,344.565 | +0.05% |
| 2026-09-20 | 14,336.824 | -0.00% |
| 2026-09-19 | 14,337.448 | +0.01% |
| 2026-09-18 | 14,336.666 | +0.09% |
| 2026-09-17 | 14,323.514 | -0.01% |
| 2026-09-16 | 14,324.398 | -0.01% |
| 2026-09-15 | 14,326.203 | -0.43% |
| 2026-09-14 | 14,387.402 | -0.02% |
| 2026-09-13 | 14,390.804 | -0.00% |
| Date | 1 INR in IRR | Daily change |
|---|---|---|
| 2026-09-12 | 14,391.192 | +0.04% |
| 2026-09-11 | 14,386.105 | -0.11% |
| 2026-09-10 | 14,401.695 | -0.35% |
| 2026-09-09 | 14,452.645 | -0.29% |
| 2026-09-08 | 14,495.252 | -0.35% |
| 2026-09-07 | 14,546.222 | -0.03% |
| 2026-09-06 | 14,551.082 | -0.03% |
| 2026-09-05 | 14,555.006 | +0.04% |
| 2026-09-04 | 14,548.732 | +0.01% |
| 2026-09-03 | 14,547.167 | +0.48% |
| 2026-09-02 | 14,478.038 | -0.01% |
| 2026-09-01 | 14,479.953 | +0.25% |
| 2026-08-31 | 14,444.43 | +0.23% |
| 2026-08-30 | 14,411.154 | -0.03% |
| 2026-08-29 | 14,415.095 | — |
INR to IRR conversion table
1 INR14,345.051 IRR
5 INR71,725.253 IRR
10 INR143,450.51 IRR
25 INR358,626.26 IRR
50 INR717,252.53 IRR
100 INR1,434,505.1 IRR
500 INR7,172,525.3 IRR
1,000 INR14,345,051 IRR
5,000 INR71,725,253 IRR
10,000 INR143,450,505 IRR
Get the INR/IRR rate in your app
One GET request returns the latest INR → 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/INR/IRR"fetch('https://rate-api.com/api/v1/pair/INR/IRR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} IRR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/IRR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} IRR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/IRR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} IRR\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "IRR"
},
"rate": 14345.0505,
"timestamp": 1790470877,
"date": "2026-09-27"
}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 INRIranian Rial → Indian Rupee0.00006971Convert INR to other currencies
Convert other currencies to IRR
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.