PGK to ISK exchange rate API
Kina to Iceland Krona · quoted 2026-09-24
27.3412
▼ +5.57% over 6M
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 6 months, PGK/ISK traded between 26.8952 and 29.0507, averaged 28.1940 and fell 5.57%. 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 6M: show the values
| Point | PGK/ISK |
|---|---|
| 2026-03-28 | 28.9532 |
| 2026-04-04 | 29.0507 |
| 2026-04-11 | 28.3405 |
| 2026-04-18 | 28.2502 |
| 2026-04-25 | 28.3025 |
| 2026-05-02 | 28.2755 |
| 2026-05-09 | 28.0459 |
| 2026-05-16 | 28.2727 |
| 2026-05-23 | 28.5070 |
| 2026-05-30 | 28.2326 |
| 2026-06-06 | 28.5329 |
| 2026-06-14 | 28.6931 |
| 2026-06-21 | 28.6966 |
| 2026-06-28 | 28.8146 |
| 2026-07-05 | 28.5397 |
| 2026-07-12 | 28.5627 |
| 2026-07-19 | 28.4732 |
| 2026-07-26 | 28.5038 |
| 2026-08-02 | 27.8989 |
| 2026-08-09 | 27.8788 |
| 2026-08-16 | 28.0238 |
| 2026-08-23 | 27.6365 |
| 2026-08-30 | 27.6939 |
| 2026-09-06 | 26.8952 |
| 2026-09-13 | 27.3542 |
| 2026-09-20 | 27.4692 |
High
29.0507
Low
26.8952
Average
28.1940
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.