PEN to PGK exchange rate API
Sol to Kina · quoted 2026-09-26
1.2904
▲ +7.54% over 1Y
1 PEN = 1.2904 PGK · 1 PGK = 0.77494 PEN · Get this rate via the API
1 PEN buys 1.2904 PGK as of 2026-09-26, so 1 PGK buys 0.77494 PEN. Over the last year, PEN/PGK traded between 1.1999 and 1.3476, averaged 1.2801 and rose 7.54%. The API holds daily PEN/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PEN/PGK over 1Y: show the values
| Point | PEN/PGK |
|---|---|
| 2025-09-26 | 1.1999 |
| 2025-10-03 | 1.2156 |
| 2025-10-10 | 1.2211 |
| 2025-10-17 | 1.2466 |
| 2025-10-24 | 1.2365 |
| 2025-10-31 | 1.2550 |
| 2025-11-07 | 1.2643 |
| 2025-11-14 | 1.2572 |
| 2025-11-21 | 1.2566 |
| 2025-11-28 | 1.2703 |
| 2025-12-05 | 1.2686 |
| 2025-12-12 | 1.2677 |
| 2025-12-19 | 1.2725 |
| 2025-12-26 | 1.2891 |
| 2026-01-02 | 1.2833 |
| 2026-01-09 | 1.2762 |
| 2026-01-16 | 1.2781 |
| 2026-01-23 | 1.2805 |
| 2026-01-30 | 1.2805 |
| 2026-02-06 | 1.2846 |
| 2026-02-13 | 1.2867 |
| 2026-02-20 | 1.2858 |
| 2026-02-27 | 1.2892 |
| 2026-03-06 | 1.2414 |
| 2026-03-13 | 1.2596 |
| 2026-03-20 | 1.2421 |
| 2026-03-27 | 1.2398 |
| 2026-04-03 | 1.2546 |
| 2026-04-10 | 1.2827 |
| 2026-04-17 | 1.2677 |
| 2026-04-24 | 1.2495 |
| 2026-05-01 | 1.2411 |
| 2026-05-08 | 1.2706 |
| 2026-05-15 | 1.2742 |
| 2026-05-22 | 1.2782 |
| 2026-05-29 | 1.2839 |
| 2026-06-05 | 1.2761 |
| 2026-06-12 | 1.2997 |
| 2026-06-19 | 1.3016 |
| 2026-06-26 | 1.2966 |
| 2026-07-03 | 1.3014 |
| 2026-07-10 | 1.3132 |
| 2026-07-17 | 1.3100 |
| 2026-07-24 | 1.3027 |
| 2026-07-31 | 1.3155 |
| 2026-08-07 | 1.3294 |
| 2026-08-14 | 1.3332 |
| 2026-08-21 | 1.3476 |
| 2026-08-28 | 1.3275 |
| 2026-09-04 | 1.3441 |
| 2026-09-11 | 1.3316 |
| 2026-09-18 | 1.3392 |
| 2026-09-25 | 1.3114 |
High
1.3476
Low
1.1999
Average
1.2801
Get this rate via the API
One GET request returns the PEN/PGK 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=PEN¤cies=PGK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=PGK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=PGK").json()Replace YOUR_API_KEY with the key from your dashboard.
PEN/PGK API questions
How do I get the PEN/PGK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=PGK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PEN/PGK rate in rates.PGK.
How far back does PEN/PGK historical data go?
Daily PEN/PGK 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 PEN/PGK 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.