Skip to content

PAB to PGK exchange rate API

Balboa to Kina · quoted 2026-09-25

4.4916

▲ +8.41% over 1Y

1 PAB = 4.4916 PGK · 1 PGK = 0.22264 PAB · Get this rate via the API

1 PAB buys 4.4916 PGK as of 2026-09-25, so 1 PGK buys 0.22264 PAB. Over the last year, PAB/PGK traded between 4.1432 and 4.4916, averaged 4.3213 and rose 8.41%. The API holds daily PAB/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/PGK over 1Y

PAB/PGK over 1Y: show the values
PointPAB/PGK
2025-09-254.1432
2025-10-024.1813
2025-10-094.1590
2025-10-164.1927
2025-10-234.1480
2025-10-304.1928
2025-11-064.2260
2025-11-134.2227
2025-11-204.2316
2025-11-274.2554
2025-12-044.2806
2025-12-124.2463
2025-12-194.2610
2025-12-264.3188
2026-01-024.2877
2026-01-094.2655
2026-01-164.2700
2026-01-234.2689
2026-01-304.2816
2026-02-064.2901
2026-02-134.2886
2026-02-204.2979
2026-02-274.3013
2026-03-064.2998
2026-03-134.3272
2026-03-204.2959
2026-03-274.3051
2026-04-034.3156
2026-04-104.3263
2026-04-174.3374
2026-04-244.3223
2026-05-014.3527
2026-05-084.3348
2026-05-164.3697
2026-05-244.3502
2026-05-314.3582
2026-06-094.3843
2026-06-164.3671
2026-06-234.3752
2026-06-304.4017
2026-07-074.3907
2026-07-144.4028
2026-07-214.4142
2026-07-284.4182
2026-08-044.4027
2026-08-114.4364
2026-08-184.4241
2026-08-264.4305
2026-09-024.4229
2026-09-094.4343
2026-09-164.4666
2026-09-234.4588

High

4.4916

Low

4.1432

Average

4.3213

For developers

Get this rate via the API

One GET request returns the PAB/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=PAB&currencies=PGK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=PGK").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/PGK API questions

How do I get the PAB/PGK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=PGK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/PGK rate in rates.PGK.

How far back does PAB/PGK historical data go?

Daily PAB/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 PAB/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.