Convert RUB to IRR
Russian Ruble → Iranian Rial
1 RUB = 16,171.542 IRR(1 IRR = 0.000061837 RUB)
Currency converter
1 RUB =
16,171.542 IRR
RUB to IRR: last 30 days
Over the last 30 days, 1 RUB traded between 15,745.76 and 16,416.115 IRR, averaging 16,133.146 IRR. The RUB/IRR rate is up 0.59% since 2026-08-28.
- 30-day high
- 16,416.115
- 2026-09-22
- 30-day low
- 15,745.76
- 2026-09-03
- 30-day average
- 16,133.146
- Days with data: 30
- 30-day change
- +0.59%
- since 2026-08-28
16,416.115
15,745.762026-08-28 → 2026-09-26
| Date | 1 RUB in IRR | Daily change |
|---|---|---|
| 2026-09-26 | 16,171.542 | 0.00% |
| 2026-09-25 | 16,171.542 | -0.23% |
| 2026-09-24 | 16,209.534 | -0.66% |
| 2026-09-23 | 16,316.735 | -0.61% |
| 2026-09-22 | 16,416.115 | +0.52% |
| 2026-09-21 | 16,330.988 | -0.10% |
| 2026-09-20 | 16,347.921 | +0.37% |
| 2026-09-19 | 16,288.215 | +0.13% |
| 2026-09-18 | 16,267.527 | -0.29% |
| 2026-09-17 | 16,315.006 | -0.06% |
| 2026-09-16 | 16,325.478 | +0.36% |
| 2026-09-15 | 16,266.935 | +0.02% |
| 2026-09-14 | 16,263.992 | -0.32% |
| 2026-09-13 | 16,315.996 | -0.11% |
| 2026-09-12 | 16,334.552 | -0.24% |
| Date | 1 RUB in IRR | Daily change |
|---|---|---|
| 2026-09-11 | 16,373.652 | +1.25% |
| 2026-09-10 | 16,171.401 | +1.00% |
| 2026-09-09 | 16,011.973 | +0.45% |
| 2026-09-08 | 15,939.579 | +0.44% |
| 2026-09-07 | 15,869.338 | -0.09% |
| 2026-09-06 | 15,884.373 | -0.88% |
| 2026-09-05 | 16,024.831 | +1.02% |
| 2026-09-04 | 15,863.525 | +0.75% |
| 2026-09-03 | 15,745.76 | -0.57% |
| 2026-09-02 | 15,836.253 | -0.57% |
| 2026-09-01 | 15,927.739 | -0.39% |
| 2026-08-31 | 15,990.107 | +0.06% |
| 2026-08-30 | 15,981.072 | +0.16% |
| 2026-08-29 | 15,955.71 | -0.75% |
| 2026-08-28 | 16,076.977 | — |
RUB to IRR conversion table
1 RUB16,171.542 IRR
5 RUB80,857.709 IRR
10 RUB161,715.42 IRR
25 RUB404,288.54 IRR
50 RUB808,577.09 IRR
100 RUB1,617,154.2 IRR
500 RUB8,085,770.9 IRR
1,000 RUB16,171,542 IRR
5,000 RUB80,857,709 IRR
10,000 RUB161,715,417 IRR
Get the RUB/IRR rate in your app
One GET request returns the latest RUB → 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/RUB/IRR"fetch('https://rate-api.com/api/v1/pair/RUB/IRR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} IRR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/IRR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} IRR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/IRR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} IRR\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "IRR"
},
"rate": 16171.5417,
"timestamp": 1790429361,
"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 RUBIranian Rial → Russian Ruble0.000061837Convert RUB to other currencies
Convert other currencies to IRR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.