Skip to content

PGK to NOK exchange rate API

Kina to Norwegian Krone · quoted 2026-09-25

2.1305

▼ +11.35% over 1Y

1 PGK = 2.1305 NOK · 1 NOK = 0.46937 PGK · Get this rate via the API

1 PGK buys 2.1305 NOK as of 2026-09-25, so 1 NOK buys 0.46937 PGK. Over the last year, PGK/NOK traded between 2.0570 and 2.4097, averaged 2.2434 and fell 11.35%. The API holds daily PGK/NOK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/NOK over 1Y

PGK/NOK over 1Y: show the values
PointPGK/NOK
2025-09-252.4033
2025-10-022.3755
2025-10-092.4071
2025-10-162.4025
2025-10-232.4087
2025-10-302.4087
2025-11-062.4060
2025-11-132.3793
2025-11-202.4097
2025-11-272.3939
2025-12-042.3594
2025-12-112.3742
2025-12-182.3969
2025-12-252.3179
2026-01-012.3664
2026-01-082.3680
2026-01-152.3615
2026-01-222.3152
2026-01-292.2302
2026-02-052.2737
2026-02-122.2100
2026-02-192.2295
2026-02-262.2256
2026-03-052.2444
2026-03-122.2429
2026-03-192.2197
2026-03-262.2378
2026-04-022.2589
2026-04-092.2039
2026-04-162.1607
2026-04-232.1471
2026-04-302.1472
2026-05-072.1228
2026-05-142.1317
2026-05-212.1183
2026-05-282.1347
2026-06-042.1282
2026-06-112.1734
2026-06-182.2095
2026-06-252.2506
2026-07-022.2491
2026-07-092.2148
2026-07-162.1808
2026-07-232.1590
2026-07-302.1577
2026-08-062.1596
2026-08-132.1505
2026-08-202.0790
2026-08-272.1162
2026-09-032.0874
2026-09-102.0570
2026-09-172.1103
2026-09-242.1384

High

2.4097

Low

2.0570

Average

2.2434

For developers

Get this rate via the API

One GET request returns the PGK/NOK 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=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=NOK");
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=NOK").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/NOK API questions

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

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

How far back does PGK/NOK historical data go?

Daily PGK/NOK 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/NOK 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.