PGK to ISK exchange rate API
Kina to Iceland Krona · quoted 2026-09-24
27.3412
▲ +0.38% over 30D
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 30 days, PGK/ISK traded between 26.7549 and 27.8879, averaged 27.2363 and rose 0.38%. 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 30D: show the values
| Point | PGK/ISK |
|---|---|
| 2026-08-25 | 27.2384 |
| 2026-08-26 | 27.3114 |
| 2026-08-27 | 27.3157 |
| 2026-08-28 | 27.3112 |
| 2026-08-29 | 27.8879 |
| 2026-08-30 | 27.6939 |
| 2026-08-31 | 26.9478 |
| 2026-09-01 | 27.4531 |
| 2026-09-02 | 27.4564 |
| 2026-09-03 | 27.1592 |
| 2026-09-04 | 26.9364 |
| 2026-09-05 | 26.8881 |
| 2026-09-06 | 26.8952 |
| 2026-09-07 | 27.1116 |
| 2026-09-08 | 27.1633 |
| 2026-09-09 | 27.1735 |
| 2026-09-10 | 26.7549 |
| 2026-09-11 | 27.0036 |
| 2026-09-12 | 27.7203 |
| 2026-09-13 | 27.3542 |
| 2026-09-14 | 27.0998 |
| 2026-09-15 | 27.1553 |
| 2026-09-16 | 27.1293 |
| 2026-09-17 | 27.2534 |
| 2026-09-18 | 27.2011 |
| 2026-09-19 | 27.2728 |
| 2026-09-20 | 27.4692 |
| 2026-09-21 | 27.2113 |
| 2026-09-22 | 27.3193 |
| 2026-09-23 | 27.1232 |
| 2026-09-24 | 27.2084 |
High
27.8879
Low
26.7549
Average
27.2363
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.