Skip to content

PGK to SEK exchange rate API

Kina to Swedish Krona · quoted 2026-09-25

2.2192

▼ +2.30% over 1Y

1 PGK = 2.2192 SEK · 1 SEK = 0.45060 PGK · Get this rate via the API

1 PGK buys 2.2192 SEK as of 2026-09-25, so 1 SEK buys 0.45060 PGK. Over the last year, PGK/SEK traded between 2.0635 and 2.2752, averaged 2.1739 and fell 2.30%. The API holds daily PGK/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/SEK over 1Y

PGK/SEK over 1Y: show the values
PointPGK/SEK
2025-09-252.2716
2025-10-022.2387
2025-10-092.2752
2025-10-162.2549
2025-10-232.2707
2025-10-302.2590
2025-11-062.2549
2025-11-132.2298
2025-11-202.2576
2025-11-272.2300
2025-12-042.1962
2025-12-112.1774
2025-12-182.1858
2025-12-252.1244
2026-01-012.1611
2026-01-082.1617
2026-01-152.1557
2026-01-222.1188
2026-01-292.0635
2026-02-052.1086
2026-02-122.0751
2026-02-192.1182
2026-02-262.1034
2026-03-052.1393
2026-03-122.1531
2026-03-192.1815
2026-03-262.1803
2026-04-022.2024
2026-04-092.1544
2026-04-162.1130
2026-04-232.1208
2026-04-302.1360
2026-05-072.1145
2026-05-142.1547
2026-05-212.1488
2026-05-282.1401
2026-06-042.1352
2026-06-112.1741
2026-06-182.1855
2026-06-252.2208
2026-07-022.2070
2026-07-092.2012
2026-07-162.1738
2026-07-232.1872
2026-07-302.1643
2026-08-062.1447
2026-08-132.1588
2026-08-202.1142
2026-08-272.1564
2026-09-032.1489
2026-09-102.1403
2026-09-172.1973
2026-09-242.2325

High

2.2752

Low

2.0635

Average

2.1739

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/SEK API questions

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

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

How far back does PGK/SEK historical data go?

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