PGK to ALL exchange rate API
Kina to Lek · quoted 2026-09-24
18.1232
▼ +8.50% over 1Y
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 year, PGK/ALL traded between 17.8034 and 19.9974, averaged 18.9932 and fell 8.50%. 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 1Y: show the values
| Point | PGK/ALL |
|---|---|
| 2025-09-24 | 19.8072 |
| 2025-10-01 | 19.8671 |
| 2025-10-08 | 19.8902 |
| 2025-10-15 | 19.8337 |
| 2025-10-22 | 19.9952 |
| 2025-10-29 | 19.8107 |
| 2025-11-05 | 19.9974 |
| 2025-11-12 | 19.7584 |
| 2025-11-19 | 19.7216 |
| 2025-11-26 | 19.6864 |
| 2025-12-03 | 19.3502 |
| 2025-12-11 | 19.4626 |
| 2025-12-18 | 19.3306 |
| 2025-12-25 | 18.9546 |
| 2026-01-01 | 19.3259 |
| 2026-01-08 | 19.3804 |
| 2026-01-15 | 19.4173 |
| 2026-01-22 | 19.3154 |
| 2026-01-29 | 18.9178 |
| 2026-02-05 | 19.1450 |
| 2026-02-12 | 18.9325 |
| 2026-02-19 | 19.0160 |
| 2026-02-26 | 18.9910 |
| 2026-03-05 | 19.2266 |
| 2026-03-12 | 19.3541 |
| 2026-03-19 | 19.3476 |
| 2026-03-26 | 19.2474 |
| 2026-04-02 | 19.2456 |
| 2026-04-09 | 19.0859 |
| 2026-04-16 | 18.6673 |
| 2026-04-23 | 18.7580 |
| 2026-04-30 | 18.8463 |
| 2026-05-07 | 18.7087 |
| 2026-05-15 | 18.8385 |
| 2026-05-23 | 18.9445 |
| 2026-05-30 | 18.7981 |
| 2026-06-06 | 18.8840 |
| 2026-06-15 | 18.7665 |
| 2026-06-22 | 18.7939 |
| 2026-06-29 | 18.7701 |
| 2026-07-06 | 18.5816 |
| 2026-07-13 | 18.6162 |
| 2026-07-20 | 18.5640 |
| 2026-07-27 | 18.5925 |
| 2026-08-03 | 18.2711 |
| 2026-08-10 | 18.2806 |
| 2026-08-17 | 17.9361 |
| 2026-08-25 | 17.8229 |
| 2026-09-01 | 17.9971 |
| 2026-09-08 | 17.8150 |
| 2026-09-15 | 17.8034 |
| 2026-09-22 | 18.0462 |
High
19.9974
Low
17.8034
Average
18.9932
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.