Skip to content

PGK to ALL exchange rate API

Kina to Lek · quoted 2026-09-24

18.1232

▼ +22.30% over 5Y

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 5 years, PGK/ALL traded between 17.7507 and 24.5470, averaged 20.7690 and fell 22.30%. 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 5Y

PGK/ALL over 5Y: show the values
PointPGK/ALL
2024-08-2423.3259
2024-10-0723.4445
2024-11-0623.4141
2024-12-0624.1212
2025-01-0523.9731
2025-02-0424.5470
2025-03-0622.8786
2025-04-0622.5851
2025-05-0621.6627
2025-06-0720.9466
2025-07-0720.7320
2025-08-0621.1120
2025-09-0520.4875
2025-10-0619.7974
2025-11-0519.9974
2025-12-0519.4889
2026-01-0519.3422
2026-02-0419.1220
2026-03-0619.2479
2026-04-0519.2848
2026-05-0518.8997
2026-06-0618.8840
2026-07-0818.7314
2026-08-0718.0941
2026-09-0717.7507

High

24.5470

Low

17.7507

Average

20.7690

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.