Skip to content

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

PEN/PGK over 1Y: show the values
PointPEN/PGK
2025-09-261.1999
2025-10-031.2156
2025-10-101.2211
2025-10-171.2466
2025-10-241.2365
2025-10-311.2550
2025-11-071.2643
2025-11-141.2572
2025-11-211.2566
2025-11-281.2703
2025-12-051.2686
2025-12-121.2677
2025-12-191.2725
2025-12-261.2891
2026-01-021.2833
2026-01-091.2762
2026-01-161.2781
2026-01-231.2805
2026-01-301.2805
2026-02-061.2846
2026-02-131.2867
2026-02-201.2858
2026-02-271.2892
2026-03-061.2414
2026-03-131.2596
2026-03-201.2421
2026-03-271.2398
2026-04-031.2546
2026-04-101.2827
2026-04-171.2677
2026-04-241.2495
2026-05-011.2411
2026-05-081.2706
2026-05-151.2742
2026-05-221.2782
2026-05-291.2839
2026-06-051.2761
2026-06-121.2997
2026-06-191.3016
2026-06-261.2966
2026-07-031.3014
2026-07-101.3132
2026-07-171.3100
2026-07-241.3027
2026-07-311.3155
2026-08-071.3294
2026-08-141.3332
2026-08-211.3476
2026-08-281.3275
2026-09-041.3441
2026-09-111.3316
2026-09-181.3392
2026-09-251.3114

High

1.3476

Low

1.1999

Average

1.2801

For developers

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

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