Skip to content

ZMW to PGK exchange rate API

Zambian Kwacha to Kina · quoted 2026-09-26

0.22793

▲ +18.89% over YTD

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 year to date, ZMW/PGK traded between 0.19171 and 0.24956, averaged 0.22876 and rose 18.89%. 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 YTD

ZMW/PGK over YTD: show the values
PointZMW/PGK
2025-12-310.19171
2026-01-070.20333
2026-01-140.21866
2026-01-210.21068
2026-01-280.21535
2026-02-040.21785
2026-02-110.22470
2026-02-180.23213
2026-02-250.22643
2026-03-040.22398
2026-03-110.22185
2026-03-180.21993
2026-03-250.22715
2026-04-010.22500
2026-04-080.22240
2026-04-150.22665
2026-04-220.22839
2026-04-290.22901
2026-05-060.23078
2026-05-140.22783
2026-05-210.22936
2026-05-290.23429
2026-06-050.24956
2026-06-140.24713
2026-06-210.24445
2026-06-280.24194
2026-07-050.24015
2026-07-120.24343
2026-07-190.24149
2026-07-260.23670
2026-08-020.23558
2026-08-090.23555
2026-08-160.23176
2026-08-240.23368
2026-08-310.23653
2026-09-070.23214
2026-09-140.23080
2026-09-210.22534

High

0.24956

Low

0.19171

Average

0.22876

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=PGK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=PGK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=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&currencies=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.