Skip to content

SEK to PGK exchange rate API

Swedish Krona to Kina · quoted 2026-09-25

0.45060

▲ +2.36% over 1Y

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

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

SEK/PGK over 1Y

SEK/PGK over 1Y: show the values
PointSEK/PGK
2025-09-250.44022
2025-10-020.44669
2025-10-090.43952
2025-10-160.44348
2025-10-230.44039
2025-10-300.44266
2025-11-060.44348
2025-11-130.44846
2025-11-200.44295
2025-11-270.44844
2025-12-040.45534
2025-12-110.45926
2025-12-180.45750
2025-12-250.47073
2026-01-010.46273
2026-01-080.46259
2026-01-150.46389
2026-01-220.47197
2026-01-290.48461
2026-02-050.47424
2026-02-120.48189
2026-02-190.47210
2026-02-260.47541
2026-03-050.46745
2026-03-120.46445
2026-03-190.45841
2026-03-260.45866
2026-04-020.45404
2026-04-090.46416
2026-04-160.47326
2026-04-230.47151
2026-04-300.46817
2026-05-070.47293
2026-05-140.46411
2026-05-210.46538
2026-05-280.46726
2026-06-040.46834
2026-06-110.45995
2026-06-180.45756
2026-06-250.45028
2026-07-020.45310
2026-07-090.45430
2026-07-160.46001
2026-07-230.45721
2026-07-300.46203
2026-08-060.46627
2026-08-130.46321
2026-08-200.47298
2026-08-270.46374
2026-09-030.46536
2026-09-100.46723
2026-09-170.45510
2026-09-240.44793

High

0.48461

Low

0.43952

Average

0.46025

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

SEK/PGK API questions

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

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

How far back does SEK/PGK historical data go?

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