Skip to content

PGK to EUR exchange rate API

Kina to Euro · quoted 2026-09-26

0.20075

▲ +0.54% over YTD

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 year to date, PGK/EUR traded between 0.19342 and 0.20185, averaged 0.19762 and rose 0.54%. 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 YTD

PGK/EUR over YTD: show the values
PointPGK/EUR
2025-12-310.19967
2026-01-070.20059
2026-01-140.20126
2026-01-210.19950
2026-01-280.19538
2026-02-040.19794
2026-02-110.19591
2026-02-180.19659
2026-02-250.19756
2026-03-040.19961
2026-03-110.20063
2026-03-180.20185
2026-03-250.20017
2026-04-010.19946
2026-04-080.19747
2026-04-150.19575
2026-04-220.19590
2026-04-290.19665
2026-05-060.19559
2026-05-130.19558
2026-05-200.19748
2026-05-270.19738
2026-06-030.19750
2026-06-100.19746
2026-06-170.19745
2026-06-240.20126
2026-07-010.19960
2026-07-080.19970
2026-07-150.19920
2026-07-220.19847
2026-07-290.19803
2026-08-050.19626
2026-08-120.19458
2026-08-190.19393
2026-08-260.19342
2026-09-020.19528
2026-09-090.19354
2026-09-160.19406
2026-09-230.19654

High

0.20185

Low

0.19342

Average

0.19762

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.