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: show the values
| Point | ZMW/GHS |
|---|---|
| 2025-09-26 | 0.51923 |
| 2025-10-03 | 0.52622 |
| 2025-10-10 | 0.54549 |
| 2025-10-17 | 0.47040 |
| 2025-10-24 | 0.48784 |
| 2025-10-31 | 0.49051 |
| 2025-11-07 | 0.48126 |
| 2025-11-14 | 0.48411 |
| 2025-11-21 | 0.48000 |
| 2025-11-28 | 0.49051 |
| 2025-12-05 | 0.49237 |
| 2025-12-13 | 0.49715 |
| 2025-12-20 | 0.50752 |
| 2025-12-27 | 0.49384 |
| 2026-01-03 | 0.47376 |
| 2026-01-10 | 0.54947 |
| 2026-01-17 | 0.53586 |
| 2026-01-24 | 0.55626 |
| 2026-01-31 | 0.55364 |
| 2026-02-07 | 0.58577 |
| 2026-02-14 | 0.60350 |
| 2026-02-21 | 0.58010 |
| 2026-02-28 | 0.56423 |
| 2026-03-07 | 0.55795 |
| 2026-03-14 | 0.56024 |
| 2026-03-21 | 0.55866 |
| 2026-03-28 | 0.58271 |
| 2026-04-04 | 0.57170 |
| 2026-04-11 | 0.57953 |
| 2026-04-18 | 0.58087 |
| 2026-04-25 | 0.58771 |
| 2026-05-02 | 0.59981 |
| 2026-05-09 | 0.59305 |
| 2026-05-17 | 0.60392 |
| 2026-05-25 | 0.61428 |
| 2026-06-01 | 0.63651 |
| 2026-06-10 | 0.65568 |
| 2026-06-17 | 0.63543 |
| 2026-06-24 | 0.62010 |
| 2026-07-01 | 0.62690 |
| 2026-07-08 | 0.61666 |
| 2026-07-15 | 0.63155 |
| 2026-07-22 | 0.62886 |
| 2026-07-29 | 0.62058 |
| 2026-08-05 | 0.61678 |
| 2026-08-12 | 0.62296 |
| 2026-08-20 | 0.59069 |
| 2026-08-27 | 0.58774 |
| 2026-09-03 | 0.58972 |
| 2026-09-10 | 0.59228 |
| 2026-09-17 | 0.58569 |
| 2026-09-24 | 0.59196 |
High
0.65568
Low
0.47040
Average
0.56609
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=GHS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=GHS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.