Convert PGK to RUB
Papua New Guinean Kina → Russian Ruble
1 PGK = 19.100437 RUB(1 RUB = 0.0523548 PGK)
Currency converter
1 PGK =
19.1004 RUB
PGK to RUB: last 30 days
Over the last 30 days, 1 PGK traded between 18.8555 and 19.8596 RUB, averaging 19.1968 RUB. The PGK/RUB rate is down 1.05% since 2026-08-28.
- 30-day high
- 19.8596
- 2026-08-30
- 30-day low
- 18.8555
- 2026-09-11
- 30-day average
- 19.1968
- Days with data: 30
- 30-day change
- -1.05%
- since 2026-08-28
19.8596
18.85552026-08-28 → 2026-09-26
| Date | 1 PGK in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 19.1004 | 0.00% |
| 2026-09-25 | 19.1004 | +0.86% |
| 2026-09-24 | 18.9376 | +0.11% |
| 2026-09-23 | 18.9176 | -0.18% |
| 2026-09-22 | 18.9522 | -0.03% |
| 2026-09-21 | 18.9588 | -1.74% |
| 2026-09-20 | 19.2937 | +1.66% |
| 2026-09-19 | 18.979 | -0.16% |
| 2026-09-18 | 19.0102 | +0.72% |
| 2026-09-17 | 18.8734 | +0.06% |
| 2026-09-16 | 18.8622 | -0.77% |
| 2026-09-15 | 19.0089 | +0.44% |
| 2026-09-14 | 18.9264 | -2.47% |
| 2026-09-13 | 19.4057 | +0.09% |
| 2026-09-12 | 19.3891 | +2.83% |
| Date | 1 PGK in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 18.8555 | -0.07% |
| 2026-09-10 | 18.8681 | -2.54% |
| 2026-09-09 | 19.3601 | -0.49% |
| 2026-09-08 | 19.4564 | +0.62% |
| 2026-09-07 | 19.336 | +0.70% |
| 2026-09-06 | 19.2007 | +0.86% |
| 2026-09-05 | 19.0375 | -1.19% |
| 2026-09-04 | 19.2677 | -1.63% |
| 2026-09-03 | 19.5862 | -0.23% |
| 2026-09-02 | 19.6307 | +0.64% |
| 2026-09-01 | 19.5066 | +2.03% |
| 2026-08-31 | 19.1188 | -3.73% |
| 2026-08-30 | 19.8596 | +0.30% |
| 2026-08-29 | 19.8004 | +2.58% |
| 2026-08-28 | 19.3028 | — |
PGK to RUB conversion table
1 PGK19.1004 RUB
5 PGK95.5022 RUB
10 PGK191.0044 RUB
25 PGK477.5109 RUB
50 PGK955.0218 RUB
100 PGK1,910.0437 RUB
500 PGK9,550.2184 RUB
1,000 PGK19,100.437 RUB
5,000 PGK95,502.184 RUB
10,000 PGK191,004.37 RUB
Get the PGK/RUB rate in your app
One GET request returns the latest PGK → 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/PGK/RUB"fetch('https://rate-api.com/api/v1/pair/PGK/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PGK = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PGK/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PGK = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PGK/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 PGK = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "PGK",
"to": "RUB"
},
"rate": 19.1004,
"timestamp": 1790432043,
"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 PGKRussian Ruble → Papua New Guinean Kina0.052355Convert PGK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.