Skip to content

GHS to ZWL exchange rate API

Ghana Cedi to Zimbabwe Dollar · quoted 2026-09-25

5740.12

▲ +6.31% over 1Y

1 GHS = 5740.12 ZWL · 1 ZWL = 0.000174 GHS · Get this rate via the API

1 GHS buys 5740.12 ZWL as of 2026-09-25, so 1 ZWL buys 0.000174 GHS. Over the last year, GHS/ZWL traded between 28.5291 and 6204.93, averaged 5288.93 and rose 6.31%. The API holds daily GHS/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GHS/ZWL over 1Y

GHS/ZWL over 1Y: show the values
PointGHS/ZWL
2025-09-255399.31
2025-10-025317.94
2025-10-095403.11
2025-10-166035.20
2025-10-236150.57
2025-10-306090.84
2025-11-066024.73
2025-11-136003.07
2025-11-205951.04
2025-11-275856.45
2025-12-045748.78
2025-12-125690.09
2025-12-195668.86
2025-12-265857.89
2026-01-026204.93
2026-01-095994.78
2026-01-165930.45
2026-01-235886.40
2026-01-305847.29
2026-02-065865.76
2026-02-135813.23
2026-02-205810.37
2026-02-276013.73
2026-03-065962.64
2026-03-135861.72
2026-03-205811.01
2026-03-275800.49
2026-04-035769.30
2026-04-1029.23
2026-04-1729.21
2026-04-2429.04
2026-05-0128.76
2026-05-0828.53
2026-05-165634.20
2026-05-245673.54
2026-05-315731.39
2026-06-095667.58
2026-06-165985.59
2026-06-235958.56
2026-06-305939.41
2026-07-075897.68
2026-07-145831.11
2026-07-215786.92
2026-07-285769.73
2026-08-045697.71
2026-08-115651.57
2026-08-186067.30
2026-08-265960.63
2026-09-025940.85
2026-09-095853.44
2026-09-165836.27
2026-09-235774.90

High

6204.93

Low

28.5291

Average

5288.93

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS&currencies=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

GHS/ZWL API questions

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

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

How far back does GHS/ZWL historical data go?

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