Skip to content

ZMW to GMD exchange rate API

Zambian Kwacha to Dalasi · quoted 2026-09-26

3.7864

▲ +22.92% over 1Y

1 ZMW = 3.7864 GMD · 1 GMD = 0.26411 ZMW · Get this rate via the API

1 ZMW buys 3.7864 GMD as of 2026-09-26, so 1 GMD buys 0.26411 ZMW. Over the last year, ZMW/GMD traded between 3.0804 and 4.1423, averaged 3.7065 and rose 22.92%. The API holds daily ZMW/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/GMD over 1Y

ZMW/GMD over 1Y: show the values
PointZMW/GMD
2025-09-263.0804
2025-10-033.0853
2025-10-103.1940
2025-10-173.2168
2025-10-243.2981
2025-10-313.3031
2025-11-073.2371
2025-11-143.2402
2025-11-213.2015
2025-11-283.2144
2025-12-053.1826
2025-12-133.1867
2025-12-203.2521
2025-12-273.3033
2026-01-033.3465
2026-01-103.7946
2026-01-173.6369
2026-01-243.7317
2026-01-313.7081
2026-02-073.9006
2026-02-144.0250
2026-02-213.8729
2026-02-283.8290
2026-03-073.8034
2026-03-143.8072
2026-03-213.7990
2026-03-283.9043
2026-04-043.8492
2026-04-113.8654
2026-04-183.8638
2026-04-253.8904
2026-05-023.9082
2026-05-093.8609
2026-05-173.9338
2026-05-253.8927
2026-06-013.9972
2026-06-104.1330
2026-06-174.1423
2026-06-244.0528
2026-07-014.0913
2026-07-083.9938
2026-07-154.0678
2026-07-224.0222
2026-07-293.9524
2026-08-053.9109
2026-08-123.9395
2026-08-203.9558
2026-08-273.9043
2026-09-033.8947
2026-09-103.8404
2026-09-173.7576
2026-09-243.7826

High

4.1423

Low

3.0804

Average

3.7065

For developers

Get this rate via the API

One GET request returns the ZMW/GMD 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=GMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=GMD");
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=GMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/GMD API questions

How do I get the ZMW/GMD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=GMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/GMD rate in rates.GMD.

How far back does ZMW/GMD historical data go?

Daily ZMW/GMD 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/GMD 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.