Skip to content

PGK to ALL exchange rate API

Kina to Lek · quoted 2026-09-24

18.1232

▼ +6.33% over 6M

1 PGK = 18.1232 ALL · 1 ALL = 0.05518 PGK · Get this rate via the API

1 PGK buys 18.1232 ALL as of 2026-09-24, so 1 ALL buys 0.05518 PGK. Over the last 6 months, PGK/ALL traded between 17.5612 and 19.3489, averaged 18.5125 and fell 6.33%. The API holds daily PGK/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/ALL over 6M

PGK/ALL over 6M: show the values
PointPGK/ALL
2026-03-2819.3489
2026-04-0419.2683
2026-04-1118.9783
2026-04-1818.7001
2026-04-2518.7835
2026-05-0218.7728
2026-05-0918.6077
2026-05-1718.8289
2026-05-2518.8233
2026-06-0118.7328
2026-06-1018.7771
2026-06-1718.7048
2026-06-2418.9062
2026-07-0118.7147
2026-07-0818.7314
2026-07-1518.6256
2026-07-2218.5975
2026-07-2918.5250
2026-08-0518.3468
2026-08-1218.1125
2026-08-2017.6733
2026-08-2717.9313
2026-09-0317.8341
2026-09-1017.5612
2026-09-1717.7935
2026-09-2418.0352

High

19.3489

Low

17.5612

Average

18.5125

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/ALL API questions

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

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

How far back does PGK/ALL historical data go?

Daily PGK/ALL 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/ALL 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.