PGK to PEN exchange rate API
Kina to Sol · quoted 2026-09-25
0.75705
▼ +10.35% over 1Y
1 PGK = 0.75705 PEN · 1 PEN = 1.3209 PGK · Get this rate via the API
1 PGK buys 0.75705 PEN as of 2026-09-25, so 1 PEN buys 1.3209 PGK. Over the last year, PGK/PEN traded between 0.74301 and 0.84441, averaged 0.78193 and fell 10.35%. The API holds daily PGK/PEN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/PEN over 1Y: show the values
| Point | PGK/PEN |
|---|---|
| 2025-09-25 | 0.84441 |
| 2025-10-02 | 0.82813 |
| 2025-10-09 | 0.82124 |
| 2025-10-16 | 0.80400 |
| 2025-10-23 | 0.81485 |
| 2025-10-30 | 0.80489 |
| 2025-11-06 | 0.79419 |
| 2025-11-13 | 0.79276 |
| 2025-11-20 | 0.79592 |
| 2025-11-27 | 0.78646 |
| 2025-12-04 | 0.78035 |
| 2025-12-11 | 0.78742 |
| 2025-12-18 | 0.78648 |
| 2025-12-25 | 0.77942 |
| 2026-01-01 | 0.78853 |
| 2026-01-08 | 0.78388 |
| 2026-01-15 | 0.78271 |
| 2026-01-22 | 0.78100 |
| 2026-01-29 | 0.77674 |
| 2026-02-05 | 0.78295 |
| 2026-02-12 | 0.77758 |
| 2026-02-19 | 0.77893 |
| 2026-02-26 | 0.77696 |
| 2026-03-05 | 0.79529 |
| 2026-03-12 | 0.79607 |
| 2026-03-19 | 0.79682 |
| 2026-03-26 | 0.80102 |
| 2026-04-02 | 0.79848 |
| 2026-04-09 | 0.77975 |
| 2026-04-16 | 0.78751 |
| 2026-04-23 | 0.79306 |
| 2026-04-30 | 0.80612 |
| 2026-05-07 | 0.79081 |
| 2026-05-14 | 0.78529 |
| 2026-05-21 | 0.77882 |
| 2026-05-28 | 0.77978 |
| 2026-06-04 | 0.77549 |
| 2026-06-11 | 0.76881 |
| 2026-06-18 | 0.76784 |
| 2026-06-25 | 0.77185 |
| 2026-07-02 | 0.76895 |
| 2026-07-09 | 0.76956 |
| 2026-07-16 | 0.76362 |
| 2026-07-23 | 0.75935 |
| 2026-07-30 | 0.76123 |
| 2026-08-06 | 0.76271 |
| 2026-08-13 | 0.75529 |
| 2026-08-20 | 0.74301 |
| 2026-08-27 | 0.75551 |
| 2026-09-03 | 0.74966 |
| 2026-09-10 | 0.74384 |
| 2026-09-17 | 0.74836 |
| 2026-09-24 | 0.76324 |
High
0.84441
Low
0.74301
Average
0.78193
Get this rate via the API
One GET request returns the PGK/PEN 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=PEN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=PEN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=PEN").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/PEN API questions
How do I get the PGK/PEN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=PEN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/PEN rate in rates.PEN.
How far back does PGK/PEN historical data go?
Daily PGK/PEN 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/PEN 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.