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: show the values
| Point | ZMW/GMD |
|---|---|
| 2025-09-26 | 3.0804 |
| 2025-10-03 | 3.0853 |
| 2025-10-10 | 3.1940 |
| 2025-10-17 | 3.2168 |
| 2025-10-24 | 3.2981 |
| 2025-10-31 | 3.3031 |
| 2025-11-07 | 3.2371 |
| 2025-11-14 | 3.2402 |
| 2025-11-21 | 3.2015 |
| 2025-11-28 | 3.2144 |
| 2025-12-05 | 3.1826 |
| 2025-12-13 | 3.1867 |
| 2025-12-20 | 3.2521 |
| 2025-12-27 | 3.3033 |
| 2026-01-03 | 3.3465 |
| 2026-01-10 | 3.7946 |
| 2026-01-17 | 3.6369 |
| 2026-01-24 | 3.7317 |
| 2026-01-31 | 3.7081 |
| 2026-02-07 | 3.9006 |
| 2026-02-14 | 4.0250 |
| 2026-02-21 | 3.8729 |
| 2026-02-28 | 3.8290 |
| 2026-03-07 | 3.8034 |
| 2026-03-14 | 3.8072 |
| 2026-03-21 | 3.7990 |
| 2026-03-28 | 3.9043 |
| 2026-04-04 | 3.8492 |
| 2026-04-11 | 3.8654 |
| 2026-04-18 | 3.8638 |
| 2026-04-25 | 3.8904 |
| 2026-05-02 | 3.9082 |
| 2026-05-09 | 3.8609 |
| 2026-05-17 | 3.9338 |
| 2026-05-25 | 3.8927 |
| 2026-06-01 | 3.9972 |
| 2026-06-10 | 4.1330 |
| 2026-06-17 | 4.1423 |
| 2026-06-24 | 4.0528 |
| 2026-07-01 | 4.0913 |
| 2026-07-08 | 3.9938 |
| 2026-07-15 | 4.0678 |
| 2026-07-22 | 4.0222 |
| 2026-07-29 | 3.9524 |
| 2026-08-05 | 3.9109 |
| 2026-08-12 | 3.9395 |
| 2026-08-20 | 3.9558 |
| 2026-08-27 | 3.9043 |
| 2026-09-03 | 3.8947 |
| 2026-09-10 | 3.8404 |
| 2026-09-17 | 3.7576 |
| 2026-09-24 | 3.7826 |
High
4.1423
Low
3.0804
Average
3.7065
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.