Convert PGK to EUR
Papua New Guinean Kina → Euro
1 PGK = 0.197033 EUR(1 EUR = 5.075298 PGK)
Currency converter
1 PGK =
0.19703 EUR
PGK to EUR: last 30 days
Over the last 30 days, 1 PGK traded between 0.19087 and 0.20022 EUR, averaging 0.19504 EUR. The PGK/EUR rate is up 1.58% since 2026-08-28.
- 30-day high
- 0.20022
- 2026-09-20
- 30-day low
- 0.19087
- 2026-09-05
- 30-day average
- 0.19504
- Days with data: 30
- 30-day change
- +1.58%
- since 2026-08-28
0.20022
0.190872026-08-28 → 2026-09-26
| Date | 1 PGK in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.19703 | 0.00% |
| 2026-09-25 | 0.19703 | +0.34% |
| 2026-09-24 | 0.19637 | -0.15% |
| 2026-09-23 | 0.19667 | -0.37% |
| 2026-09-22 | 0.19739 | +0.69% |
| 2026-09-21 | 0.19605 | -2.09% |
| 2026-09-20 | 0.20022 | +2.04% |
| 2026-09-19 | 0.19623 | -0.04% |
| 2026-09-18 | 0.19631 | +0.59% |
| 2026-09-17 | 0.19517 | +0.51% |
| 2026-09-16 | 0.19418 | -0.38% |
| 2026-09-15 | 0.19493 | +0.57% |
| 2026-09-14 | 0.19383 | -2.41% |
| 2026-09-13 | 0.19862 | -0.03% |
| 2026-09-12 | 0.19867 | +2.55% |
| Date | 1 PGK in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.19373 | +1.37% |
| 2026-09-10 | 0.19111 | -1.26% |
| 2026-09-09 | 0.19354 | -0.37% |
| 2026-09-08 | 0.19426 | +1.13% |
| 2026-09-07 | 0.19209 | +0.64% |
| 2026-09-06 | 0.19087 | 0.00% |
| 2026-09-05 | 0.19087 | -0.23% |
| 2026-09-04 | 0.19131 | -0.96% |
| 2026-09-03 | 0.19317 | -1.08% |
| 2026-09-02 | 0.19528 | +0.15% |
| 2026-09-01 | 0.19498 | +1.67% |
| 2026-08-31 | 0.19178 | -3.29% |
| 2026-08-30 | 0.19829 | +0.49% |
| 2026-08-29 | 0.19734 | +1.73% |
| 2026-08-28 | 0.19397 | — |
PGK to EUR conversion table
1 PGK0.19703 EUR
5 PGK0.98516 EUR
10 PGK1.9703 EUR
25 PGK4.9258 EUR
50 PGK9.8516 EUR
100 PGK19.7033 EUR
500 PGK98.5164 EUR
1,000 PGK197.0328 EUR
5,000 PGK985.1639 EUR
10,000 PGK1,970.3279 EUR
Get the PGK/EUR rate in your app
One GET request returns the latest PGK → EUR 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/EUR"fetch('https://rate-api.com/api/v1/pair/PGK/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PGK = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PGK/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PGK = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PGK/EUR');
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']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "PGK",
"to": "EUR"
},
"rate": 0.197,
"timestamp": 1790437533,
"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
EUR to PGKEuro → Papua New Guinean Kina5.0753Convert PGK to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.