ZMW to PGK exchange rate API
Zambian Kwacha to Kina · quoted 2026-09-26
0.22793
▲ +29.25% over 1Y
1 ZMW = 0.22793 PGK · 1 PGK = 4.3874 ZMW · Get this rate via the API
1 ZMW buys 0.22793 PGK as of 2026-09-26, so 1 PGK buys 4.3874 ZMW. Over the last year, ZMW/PGK traded between 0.17608 and 0.24630, averaged 0.21784 and rose 29.25%. The API holds daily ZMW/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/PGK over 1Y: show the values
| Point | ZMW/PGK |
|---|---|
| 2025-09-26 | 0.17634 |
| 2025-10-03 | 0.17608 |
| 2025-10-10 | 0.18405 |
| 2025-10-17 | 0.18527 |
| 2025-10-24 | 0.18830 |
| 2025-10-31 | 0.19022 |
| 2025-11-07 | 0.18696 |
| 2025-11-14 | 0.18616 |
| 2025-11-21 | 0.18362 |
| 2025-11-28 | 0.18545 |
| 2025-12-05 | 0.18352 |
| 2025-12-13 | 0.18406 |
| 2025-12-20 | 0.18888 |
| 2025-12-27 | 0.19154 |
| 2026-01-03 | 0.19264 |
| 2026-01-10 | 0.21860 |
| 2026-01-17 | 0.20922 |
| 2026-01-24 | 0.21828 |
| 2026-01-31 | 0.21504 |
| 2026-02-07 | 0.22818 |
| 2026-02-14 | 0.23520 |
| 2026-02-21 | 0.22753 |
| 2026-02-28 | 0.22643 |
| 2026-03-07 | 0.22268 |
| 2026-03-14 | 0.22150 |
| 2026-03-21 | 0.22069 |
| 2026-03-28 | 0.22888 |
| 2026-04-04 | 0.22420 |
| 2026-04-11 | 0.22673 |
| 2026-04-18 | 0.22714 |
| 2026-04-25 | 0.22937 |
| 2026-05-02 | 0.23228 |
| 2026-05-09 | 0.22851 |
| 2026-05-17 | 0.23044 |
| 2026-05-25 | 0.23125 |
| 2026-06-01 | 0.23709 |
| 2026-06-10 | 0.24630 |
| 2026-06-17 | 0.24630 |
| 2026-06-24 | 0.24207 |
| 2026-07-01 | 0.24371 |
| 2026-07-08 | 0.23734 |
| 2026-07-15 | 0.24228 |
| 2026-07-22 | 0.23978 |
| 2026-07-29 | 0.23666 |
| 2026-08-05 | 0.23236 |
| 2026-08-12 | 0.23653 |
| 2026-08-20 | 0.23966 |
| 2026-08-27 | 0.23170 |
| 2026-09-03 | 0.23275 |
| 2026-09-10 | 0.23340 |
| 2026-09-17 | 0.22760 |
| 2026-09-24 | 0.22682 |
High
0.24630
Low
0.17608
Average
0.21784
Get this rate via the API
One GET request returns the ZMW/PGK 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=ZMW¤cies=PGK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=PGK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=PGK").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/PGK API questions
How do I get the ZMW/PGK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=PGK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/PGK rate in rates.PGK.
How far back does ZMW/PGK historical data go?
Daily ZMW/PGK 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 ZMW/PGK 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.