Convert RUB to PKR
Russian Ruble → Pakistani Rupee
1 RUB = 3.258937 PKR(1 PKR = 0.306848 RUB)
Currency converter
1 RUB =
3.2589 PKR
RUB to PKR: last 30 days
Over the last 30 days, 1 RUB traded between 3.1734 and 3.311 PKR, averaging 3.2555 PKR. The RUB/PKR rate is up 0.36% since 2026-08-28.
- 30-day high
- 3.311
- 2026-09-22
- 30-day low
- 3.1734
- 2026-09-03
- 30-day average
- 3.2555
- Days with data: 30
- 30-day change
- +0.36%
- since 2026-08-28
3.311
3.17342026-08-28 → 2026-09-26
| Date | 1 RUB in PKR | Daily change |
|---|---|---|
| 2026-09-26 | 3.2589 | 0.00% |
| 2026-09-25 | 3.2589 | -0.57% |
| 2026-09-24 | 3.2775 | -0.40% |
| 2026-09-23 | 3.2905 | -0.62% |
| 2026-09-22 | 3.311 | +0.54% |
| 2026-09-21 | 3.2933 | -0.16% |
| 2026-09-20 | 3.2987 | +0.40% |
| 2026-09-19 | 3.2855 | +0.17% |
| 2026-09-18 | 3.2798 | -0.57% |
| 2026-09-17 | 3.2986 | +0.11% |
| 2026-09-16 | 3.2948 | +0.39% |
| 2026-09-15 | 3.282 | +0.00% |
| 2026-09-14 | 3.2819 | -0.20% |
| 2026-09-13 | 3.2887 | -0.28% |
| 2026-09-12 | 3.2979 | -0.15% |
| Date | 1 RUB in PKR | Daily change |
|---|---|---|
| 2026-09-11 | 3.3029 | +1.22% |
| 2026-09-10 | 3.263 | +1.13% |
| 2026-09-09 | 3.2267 | +0.27% |
| 2026-09-08 | 3.2179 | +0.48% |
| 2026-09-07 | 3.2027 | -0.07% |
| 2026-09-06 | 3.2049 | -0.91% |
| 2026-09-05 | 3.2343 | +1.00% |
| 2026-09-04 | 3.2022 | +0.91% |
| 2026-09-03 | 3.1734 | -0.70% |
| 2026-09-02 | 3.1959 | -0.61% |
| 2026-09-01 | 3.2154 | -0.54% |
| 2026-08-31 | 3.2329 | +0.22% |
| 2026-08-30 | 3.2257 | +0.15% |
| 2026-08-29 | 3.2209 | -0.81% |
| 2026-08-28 | 3.2474 | — |
RUB to PKR conversion table
1 RUB3.2589 PKR
5 RUB16.2947 PKR
10 RUB32.5894 PKR
25 RUB81.4734 PKR
50 RUB162.9469 PKR
100 RUB325.8937 PKR
500 RUB1,629.4687 PKR
1,000 RUB3,258.9374 PKR
5,000 RUB16,294.687 PKR
10,000 RUB32,589.374 PKR
Get the RUB/PKR rate in your app
One GET request returns the latest RUB → PKR 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/PKR"fetch('https://rate-api.com/api/v1/pair/RUB/PKR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} PKR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/PKR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} PKR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/PKR');
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']} PKR\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "PKR"
},
"rate": 3.2589,
"timestamp": 1790432067,
"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
PKR to RUBPakistani Rupee → Russian Ruble0.30685Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.