PGK to ALL exchange rate API
Kina to Lek · quoted 2026-09-24
18.1232
▼ +6.16% over YTD
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 year to date, PGK/ALL traded between 17.6509 and 19.4415, averaged 18.7356 and fell 6.16%. 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 YTD: show the values
| Point | PGK/ALL |
|---|---|
| 2025-12-31 | 19.3124 |
| 2026-01-07 | 19.3588 |
| 2026-01-14 | 19.4415 |
| 2026-01-21 | 19.2632 |
| 2026-01-28 | 18.8745 |
| 2026-02-04 | 19.1220 |
| 2026-02-11 | 18.8556 |
| 2026-02-18 | 18.9217 |
| 2026-02-25 | 19.0054 |
| 2026-03-04 | 19.2996 |
| 2026-03-11 | 19.2109 |
| 2026-03-18 | 19.3253 |
| 2026-03-25 | 19.1761 |
| 2026-04-01 | 19.2045 |
| 2026-04-08 | 19.1087 |
| 2026-04-15 | 18.7060 |
| 2026-04-22 | 18.6971 |
| 2026-04-29 | 18.7725 |
| 2026-05-06 | 18.7749 |
| 2026-05-14 | 18.8381 |
| 2026-05-21 | 18.8384 |
| 2026-05-29 | 18.8102 |
| 2026-06-05 | 18.7125 |
| 2026-06-14 | 18.8841 |
| 2026-06-21 | 18.8183 |
| 2026-06-28 | 18.8074 |
| 2026-07-05 | 18.5983 |
| 2026-07-12 | 18.6741 |
| 2026-07-19 | 18.6198 |
| 2026-07-26 | 18.6639 |
| 2026-08-02 | 18.3789 |
| 2026-08-09 | 18.2248 |
| 2026-08-16 | 18.2950 |
| 2026-08-24 | 17.8652 |
| 2026-08-31 | 17.6509 |
| 2026-09-07 | 17.7507 |
| 2026-09-14 | 17.7338 |
| 2026-09-21 | 17.9693 |
High
19.4415
Low
17.6509
Average
18.7356
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.