Skip to content

PGK to SEK exchange rate API

Kina to Swedish Krona · quoted 2026-09-25

2.2247

▲ +2.96% over YTD

1 PGK = 2.2247 SEK · 1 SEK = 0.44949 PGK · Get this rate via the API

1 PGK buys 2.2247 SEK as of 2026-09-25, so 1 SEK buys 0.44949 PGK. Over the year to date, PGK/SEK traded between 2.0682 and 2.2310, averaged 2.1519 and rose 2.96%. 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 YTD

PGK/SEK over YTD: show the values
PointPGK/SEK
2025-12-312.1607
2026-01-072.1537
2026-01-142.1581
2026-01-212.1269
2026-01-282.0688
2026-02-042.0936
2026-02-112.0682
2026-02-182.0870
2026-02-252.1093
2026-03-042.1315
2026-03-112.1376
2026-03-182.1755
2026-03-252.1561
2026-04-012.1717
2026-04-082.1295
2026-04-152.1238
2026-04-222.1110
2026-04-292.1318
2026-05-062.1189
2026-05-132.1348
2026-05-202.1481
2026-05-272.1296
2026-06-032.1496
2026-06-102.1652
2026-06-172.1504
2026-06-242.2310
2026-07-012.2146
2026-07-082.2080
2026-07-152.2006
2026-07-222.1986
2026-07-292.1888
2026-08-052.1517
2026-08-122.1397
2026-08-192.1407
2026-08-262.1428
2026-09-022.1788
2026-09-092.1579
2026-09-162.1904
2026-09-232.2155

High

2.2310

Low

2.0682

Average

2.1519

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.