Skip to content

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

PGK/PEN over 1Y: show the values
PointPGK/PEN
2025-09-250.84441
2025-10-020.82813
2025-10-090.82124
2025-10-160.80400
2025-10-230.81485
2025-10-300.80489
2025-11-060.79419
2025-11-130.79276
2025-11-200.79592
2025-11-270.78646
2025-12-040.78035
2025-12-110.78742
2025-12-180.78648
2025-12-250.77942
2026-01-010.78853
2026-01-080.78388
2026-01-150.78271
2026-01-220.78100
2026-01-290.77674
2026-02-050.78295
2026-02-120.77758
2026-02-190.77893
2026-02-260.77696
2026-03-050.79529
2026-03-120.79607
2026-03-190.79682
2026-03-260.80102
2026-04-020.79848
2026-04-090.77975
2026-04-160.78751
2026-04-230.79306
2026-04-300.80612
2026-05-070.79081
2026-05-140.78529
2026-05-210.77882
2026-05-280.77978
2026-06-040.77549
2026-06-110.76881
2026-06-180.76784
2026-06-250.77185
2026-07-020.76895
2026-07-090.76956
2026-07-160.76362
2026-07-230.75935
2026-07-300.76123
2026-08-060.76271
2026-08-130.75529
2026-08-200.74301
2026-08-270.75551
2026-09-030.74966
2026-09-100.74384
2026-09-170.74836
2026-09-240.76324

High

0.84441

Low

0.74301

Average

0.78193

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=PEN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=PEN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.