Skip to content

PGK to EUR exchange rate API

Kina to Euro · quoted 2026-09-26

0.20075

▼ +1.49% over 1Y

1 PGK = 0.20075 EUR · 1 EUR = 4.9812 PGK · Get this rate via the API

1 PGK buys 0.20075 EUR as of 2026-09-26, so 1 EUR buys 4.9812 PGK. Over the last year, PGK/EUR traded between 0.19060 and 0.20691, averaged 0.19896 and fell 1.49%. The API holds daily PGK/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/EUR over 1Y

PGK/EUR over 1Y: show the values
PointPGK/EUR
2025-09-260.20379
2025-10-030.20336
2025-10-100.20691
2025-10-170.20414
2025-10-240.20662
2025-10-310.20542
2025-11-070.20380
2025-11-140.20361
2025-11-210.20502
2025-11-280.20359
2025-12-050.20213
2025-12-120.20075
2025-12-190.20038
2025-12-260.19656
2026-01-020.19898
2026-01-090.20137
2026-01-160.20159
2026-01-230.19950
2026-01-300.19596
2026-02-060.19764
2026-02-130.19657
2026-02-200.19773
2026-02-270.19694
2026-03-060.20117
2026-03-130.20137
2026-03-200.20145
2026-03-270.20169
2026-04-030.20112
2026-04-100.19762
2026-04-170.19544
2026-04-240.19752
2026-05-010.19570
2026-05-080.19551
2026-05-150.19773
2026-05-220.19843
2026-05-290.19707
2026-06-050.19605
2026-06-120.19745
2026-06-190.19923
2026-06-260.19945
2026-07-030.19858
2026-07-100.19753
2026-07-170.19709
2026-07-240.19911
2026-07-310.19585
2026-08-070.19398
2026-08-140.19380
2026-08-210.19060
2026-08-280.19397
2026-09-040.19131
2026-09-110.19343
2026-09-180.19513
2026-09-250.19650

High

0.20691

Low

0.19060

Average

0.19896

For developers

Get this rate via the API

One GET request returns the PGK/EUR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=EUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=EUR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/EUR API questions

How do I get the PGK/EUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/EUR rate in rates.EUR.

How far back does PGK/EUR historical data go?

Daily PGK/EUR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free PGK/EUR exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.