Convert IRR to RUB
Iranian Rial → Russian Ruble
1 IRR = 0.000061837 RUB(1 RUB = 16,171.542 IRR)
Currency converter
1 IRR =
0.000061837 RUB
IRR to RUB: last 30 days
Over the last 30 days, 1 IRR traded between 0.000060916 and 0.000063509 RUB, averaging 0.000061993 RUB. The IRR/RUB rate is down 0.58% since 2026-08-28.
- 30-day high
- 0.000063509
- 2026-09-03
- 30-day low
- 0.000060916
- 2026-09-22
- 30-day average
- 0.000061993
- Days with data: 30
- 30-day change
- -0.58%
- since 2026-08-28
0.000063509
0.0000609162026-08-28 → 2026-09-26
| Date | 1 IRR in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.000061837 | 0.00% |
| 2026-09-25 | 0.000061837 | +0.23% |
| 2026-09-24 | 0.000061692 | +0.66% |
| 2026-09-23 | 0.000061287 | +0.61% |
| 2026-09-22 | 0.000060916 | -0.52% |
| 2026-09-21 | 0.000061233 | +0.10% |
| 2026-09-20 | 0.00006117 | -0.37% |
| 2026-09-19 | 0.000061394 | -0.13% |
| 2026-09-18 | 0.000061472 | +0.29% |
| 2026-09-17 | 0.000061293 | +0.06% |
| 2026-09-16 | 0.000061254 | -0.36% |
| 2026-09-15 | 0.000061474 | -0.02% |
| 2026-09-14 | 0.000061486 | +0.32% |
| 2026-09-13 | 0.00006129 | +0.11% |
| 2026-09-12 | 0.00006122 | +0.24% |
| Date | 1 IRR in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.000061074 | -1.24% |
| 2026-09-10 | 0.000061838 | -0.99% |
| 2026-09-09 | 0.000062453 | -0.45% |
| 2026-09-08 | 0.000062737 | -0.44% |
| 2026-09-07 | 0.000063015 | +0.09% |
| 2026-09-06 | 0.000062955 | +0.88% |
| 2026-09-05 | 0.000062403 | -1.01% |
| 2026-09-04 | 0.000063038 | -0.74% |
| 2026-09-03 | 0.000063509 | +0.57% |
| 2026-09-02 | 0.000063146 | +0.58% |
| 2026-09-01 | 0.000062784 | +0.39% |
| 2026-08-31 | 0.000062539 | -0.06% |
| 2026-08-30 | 0.000062574 | -0.16% |
| 2026-08-29 | 0.000062673 | +0.76% |
| 2026-08-28 | 0.000062201 | — |
IRR to RUB conversion table
1 IRR0.000061837 RUB
5 IRR0.00030919 RUB
10 IRR0.00061837 RUB
25 IRR0.0015459 RUB
50 IRR0.0030919 RUB
100 IRR0.0061837 RUB
500 IRR0.030919 RUB
1,000 IRR0.061837 RUB
5,000 IRR0.30919 RUB
10,000 IRR0.61837 RUB
Get the IRR/RUB rate in your app
One GET request returns the latest IRR → RUB 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/RUB?precision=6"fetch('https://rate-api.com/api/v1/pair/IRR/RUB?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 IRR = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/IRR/RUB?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 IRR = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/IRR/RUB?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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "IRR",
"to": "RUB"
},
"rate": 6.2e-5,
"timestamp": 1790435095,
"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
RUB to IRRRussian Ruble → Iranian Rial16,171.542Convert IRR to other currencies
- IRR to USDUS Dollar0.00000072738
- IRR to EUREuro0.00000063789
- IRR to GBPBritish Pound0.00000054887
- IRR to JPYJapanese Yen0.00011463
- 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
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.