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: show the values
| Point | PGK/SEK |
|---|---|
| 2025-12-31 | 2.1607 |
| 2026-01-07 | 2.1537 |
| 2026-01-14 | 2.1581 |
| 2026-01-21 | 2.1269 |
| 2026-01-28 | 2.0688 |
| 2026-02-04 | 2.0936 |
| 2026-02-11 | 2.0682 |
| 2026-02-18 | 2.0870 |
| 2026-02-25 | 2.1093 |
| 2026-03-04 | 2.1315 |
| 2026-03-11 | 2.1376 |
| 2026-03-18 | 2.1755 |
| 2026-03-25 | 2.1561 |
| 2026-04-01 | 2.1717 |
| 2026-04-08 | 2.1295 |
| 2026-04-15 | 2.1238 |
| 2026-04-22 | 2.1110 |
| 2026-04-29 | 2.1318 |
| 2026-05-06 | 2.1189 |
| 2026-05-13 | 2.1348 |
| 2026-05-20 | 2.1481 |
| 2026-05-27 | 2.1296 |
| 2026-06-03 | 2.1496 |
| 2026-06-10 | 2.1652 |
| 2026-06-17 | 2.1504 |
| 2026-06-24 | 2.2310 |
| 2026-07-01 | 2.2146 |
| 2026-07-08 | 2.2080 |
| 2026-07-15 | 2.2006 |
| 2026-07-22 | 2.1986 |
| 2026-07-29 | 2.1888 |
| 2026-08-05 | 2.1517 |
| 2026-08-12 | 2.1397 |
| 2026-08-19 | 2.1407 |
| 2026-08-26 | 2.1428 |
| 2026-09-02 | 2.1788 |
| 2026-09-09 | 2.1579 |
| 2026-09-16 | 2.1904 |
| 2026-09-23 | 2.2155 |
High
2.2310
Low
2.0682
Average
2.1519
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.