PGK to ISK exchange rate API
Kina to Iceland Krona · quoted 2026-09-24
27.3412
▼ +22.90% over 5Y
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 5 years, PGK/ISK traded between 27.3412 and 36.1422, averaged 31.0749 and fell 22.90%. 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 5Y: show the values
| Point | PGK/ISK |
|---|---|
| 2024-08-24 | 35.4621 |
| 2024-10-07 | 35.1741 |
| 2024-11-06 | 35.8654 |
| 2024-12-06 | 35.6729 |
| 2025-01-05 | 35.2931 |
| 2025-02-04 | 36.1422 |
| 2025-03-06 | 33.9457 |
| 2025-04-05 | 32.2550 |
| 2025-05-05 | 32.5893 |
| 2025-06-04 | 31.2202 |
| 2025-07-04 | 30.5430 |
| 2025-08-03 | 30.9615 |
| 2025-09-02 | 30.9991 |
| 2025-10-02 | 28.9334 |
| 2025-11-01 | 29.5558 |
| 2025-12-01 | 29.7460 |
| 2025-12-31 | 29.3909 |
| 2026-01-30 | 28.4529 |
| 2026-03-01 | 28.3146 |
| 2026-03-31 | 28.8892 |
| 2026-04-30 | 28.3342 |
| 2026-05-30 | 28.2326 |
| 2026-06-30 | 28.7118 |
| 2026-07-30 | 28.0328 |
| 2026-08-29 | 27.8879 |
High
36.1422
Low
27.3412
Average
31.0749
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.