Convert RUB to PGK
Russian Ruble → Papua New Guinean Kina
1 RUB = 0.0523548 PGK(1 PGK = 19.100437 RUB)
Currency converter
1 RUB =
0.052355 PGK
RUB to PGK: last 30 days
Over the last 30 days, 1 RUB traded between 0.050354 and 0.053035 PGK, averaging 0.052103 PGK. The RUB/PGK rate is up 1.06% since 2026-08-28.
- 30-day high
- 0.053035
- 2026-09-11
- 30-day low
- 0.050354
- 2026-08-30
- 30-day average
- 0.052103
- Days with data: 30
- 30-day change
- +1.06%
- since 2026-08-28
0.053035
0.0503542026-08-28 → 2026-09-26
| Date | 1 RUB in PGK | Daily change |
|---|---|---|
| 2026-09-26 | 0.052355 | 0.00% |
| 2026-09-25 | 0.052355 | -0.85% |
| 2026-09-24 | 0.052805 | -0.11% |
| 2026-09-23 | 0.052861 | +0.18% |
| 2026-09-22 | 0.052764 | +0.03% |
| 2026-09-21 | 0.052746 | +1.77% |
| 2026-09-20 | 0.05183 | -1.63% |
| 2026-09-19 | 0.05269 | +0.16% |
| 2026-09-18 | 0.052603 | -0.72% |
| 2026-09-17 | 0.052985 | -0.06% |
| 2026-09-16 | 0.053016 | +0.78% |
| 2026-09-15 | 0.052607 | -0.43% |
| 2026-09-14 | 0.052836 | +2.53% |
| 2026-09-13 | 0.051531 | -0.09% |
| 2026-09-12 | 0.051575 | -2.75% |
| Date | 1 RUB in PGK | Daily change |
|---|---|---|
| 2026-09-11 | 0.053035 | +0.07% |
| 2026-09-10 | 0.053 | +2.61% |
| 2026-09-09 | 0.051653 | +0.50% |
| 2026-09-08 | 0.051397 | -0.62% |
| 2026-09-07 | 0.051717 | -0.70% |
| 2026-09-06 | 0.052081 | -0.85% |
| 2026-09-05 | 0.052528 | +1.21% |
| 2026-09-04 | 0.0519 | +1.65% |
| 2026-09-03 | 0.051056 | +0.23% |
| 2026-09-02 | 0.050941 | -0.63% |
| 2026-09-01 | 0.051265 | -1.99% |
| 2026-08-31 | 0.052305 | +3.87% |
| 2026-08-30 | 0.050354 | -0.30% |
| 2026-08-29 | 0.050504 | -2.51% |
| 2026-08-28 | 0.051806 | — |
RUB to PGK conversion table
1 RUB0.052355 PGK
5 RUB0.26177 PGK
10 RUB0.52355 PGK
25 RUB1.3089 PGK
50 RUB2.6177 PGK
100 RUB5.2355 PGK
500 RUB26.1774 PGK
1,000 RUB52.3548 PGK
5,000 RUB261.7741 PGK
10,000 RUB523.5482 PGK
Get the RUB/PGK rate in your app
One GET request returns the latest RUB → PGK 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/PGK"fetch('https://rate-api.com/api/v1/pair/RUB/PGK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} PGK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/PGK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} PGK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/PGK');
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']} PGK\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "PGK"
},
"rate": 0.0524,
"timestamp": 1790429288,
"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
PGK to RUBPapua New Guinean Kina → Russian Ruble19.1004Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.