PGK to ALL exchange rate API
Kina to Lek · quoted 2026-09-24
18.1232
▲ +1.68% over 30D
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 30 days, PGK/ALL traded between 17.5612 and 18.2830, averaged 17.8880 and rose 1.68%. 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 30D: show the values
| Point | PGK/ALL |
|---|---|
| 2026-08-25 | 17.8229 |
| 2026-08-26 | 17.8649 |
| 2026-08-27 | 17.9313 |
| 2026-08-28 | 17.9026 |
| 2026-08-29 | 18.2830 |
| 2026-08-30 | 18.1576 |
| 2026-08-31 | 17.6509 |
| 2026-09-01 | 17.9971 |
| 2026-09-02 | 18.0199 |
| 2026-09-03 | 17.8341 |
| 2026-09-04 | 17.6207 |
| 2026-09-05 | 17.5993 |
| 2026-09-06 | 17.5979 |
| 2026-09-07 | 17.7507 |
| 2026-09-08 | 17.8150 |
| 2026-09-09 | 17.8598 |
| 2026-09-10 | 17.5612 |
| 2026-09-11 | 17.7856 |
| 2026-09-12 | 18.2487 |
| 2026-09-13 | 17.9983 |
| 2026-09-14 | 17.7338 |
| 2026-09-15 | 17.8034 |
| 2026-09-16 | 17.7973 |
| 2026-09-17 | 17.7935 |
| 2026-09-18 | 17.8794 |
| 2026-09-19 | 17.9302 |
| 2026-09-20 | 18.0605 |
| 2026-09-21 | 17.9693 |
| 2026-09-22 | 18.0462 |
| 2026-09-23 | 17.9441 |
| 2026-09-24 | 18.0352 |
High
18.2830
Low
17.5612
Average
17.8880
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.