Skip to content

PGK to ISK exchange rate API

Kina to Iceland Krona · quoted 2026-09-24

27.3412

▼ +6.40% over 1Y

1 PGK = 27.3412 ISK · 1 ISK = 0.03657 PGK · Get this rate via the API

1 PGK buys 27.3412 ISK as of 2026-09-24, so 1 ISK buys 0.03657 PGK. Over the last year, PGK/ISK traded between 26.7549 and 30.4225, averaged 28.6397 and fell 6.40%. The API holds daily PGK/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/ISK over 1Y

PGK/ISK over 1Y: show the values
PointPGK/ISK
2025-09-2429.2109
2025-10-0129.3180
2025-10-0829.1195
2025-10-1529.0469
2025-10-2229.4150
2025-10-2929.3720
2025-11-0530.4225
2025-11-1230.0420
2025-11-1929.9838
2025-11-2629.8852
2025-12-0329.7517
2025-12-1030.0397
2025-12-1729.6824
2025-12-2429.3732
2025-12-3129.3909
2026-01-0729.5272
2026-01-1429.4648
2026-01-2129.1671
2026-01-2828.3299
2026-02-0428.7016
2026-02-1128.3704
2026-02-1828.4861
2026-02-2528.3502
2026-03-0428.8836
2026-03-1129.0916
2026-03-1828.9852
2026-03-2528.7037
2026-04-0128.7223
2026-04-0828.3966
2026-04-1528.1874
2026-04-2228.1699
2026-04-2928.2387
2026-05-0628.0865
2026-05-1328.0860
2026-05-2028.3189
2026-05-2728.3042
2026-06-0328.3213
2026-06-1128.4388
2026-06-1828.7302
2026-06-2528.8915
2026-07-0228.6900
2026-07-0928.5346
2026-07-1628.1869
2026-07-2328.2676
2026-07-3028.0328
2026-08-0627.8782
2026-08-1327.8356
2026-08-2027.0777
2026-08-2727.3157
2026-09-0327.1592
2026-09-1026.7549
2026-09-1727.2534
2026-09-2427.2084

High

30.4225

Low

26.7549

Average

28.6397

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/ISK API questions

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

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

How far back does PGK/ISK historical data go?

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