Skip to content

ZMW to GHS exchange rate API

Zambian Kwacha to Ghana Cedi · quoted 2026-09-26

0.59311

▲ +14.23% over 1Y

1 ZMW = 0.59311 GHS · 1 GHS = 1.6860 ZMW · Get this rate via the API

1 ZMW buys 0.59311 GHS as of 2026-09-26, so 1 GHS buys 1.6860 ZMW. Over the last year, ZMW/GHS traded between 0.47040 and 0.65568, averaged 0.56609 and rose 14.23%. The API holds daily ZMW/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/GHS over 1Y

ZMW/GHS over 1Y: show the values
PointZMW/GHS
2025-09-260.51923
2025-10-030.52622
2025-10-100.54549
2025-10-170.47040
2025-10-240.48784
2025-10-310.49051
2025-11-070.48126
2025-11-140.48411
2025-11-210.48000
2025-11-280.49051
2025-12-050.49237
2025-12-130.49715
2025-12-200.50752
2025-12-270.49384
2026-01-030.47376
2026-01-100.54947
2026-01-170.53586
2026-01-240.55626
2026-01-310.55364
2026-02-070.58577
2026-02-140.60350
2026-02-210.58010
2026-02-280.56423
2026-03-070.55795
2026-03-140.56024
2026-03-210.55866
2026-03-280.58271
2026-04-040.57170
2026-04-110.57953
2026-04-180.58087
2026-04-250.58771
2026-05-020.59981
2026-05-090.59305
2026-05-170.60392
2026-05-250.61428
2026-06-010.63651
2026-06-100.65568
2026-06-170.63543
2026-06-240.62010
2026-07-010.62690
2026-07-080.61666
2026-07-150.63155
2026-07-220.62886
2026-07-290.62058
2026-08-050.61678
2026-08-120.62296
2026-08-200.59069
2026-08-270.58774
2026-09-030.58972
2026-09-100.59228
2026-09-170.58569
2026-09-240.59196

High

0.65568

Low

0.47040

Average

0.56609

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/GHS API questions

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

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

How far back does ZMW/GHS historical data go?

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