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: show the values
| Point | GHS/ZWL |
|---|---|
| 2025-09-25 | 5399.31 |
| 2025-10-02 | 5317.94 |
| 2025-10-09 | 5403.11 |
| 2025-10-16 | 6035.20 |
| 2025-10-23 | 6150.57 |
| 2025-10-30 | 6090.84 |
| 2025-11-06 | 6024.73 |
| 2025-11-13 | 6003.07 |
| 2025-11-20 | 5951.04 |
| 2025-11-27 | 5856.45 |
| 2025-12-04 | 5748.78 |
| 2025-12-12 | 5690.09 |
| 2025-12-19 | 5668.86 |
| 2025-12-26 | 5857.89 |
| 2026-01-02 | 6204.93 |
| 2026-01-09 | 5994.78 |
| 2026-01-16 | 5930.45 |
| 2026-01-23 | 5886.40 |
| 2026-01-30 | 5847.29 |
| 2026-02-06 | 5865.76 |
| 2026-02-13 | 5813.23 |
| 2026-02-20 | 5810.37 |
| 2026-02-27 | 6013.73 |
| 2026-03-06 | 5962.64 |
| 2026-03-13 | 5861.72 |
| 2026-03-20 | 5811.01 |
| 2026-03-27 | 5800.49 |
| 2026-04-03 | 5769.30 |
| 2026-04-10 | 29.23 |
| 2026-04-17 | 29.21 |
| 2026-04-24 | 29.04 |
| 2026-05-01 | 28.76 |
| 2026-05-08 | 28.53 |
| 2026-05-16 | 5634.20 |
| 2026-05-24 | 5673.54 |
| 2026-05-31 | 5731.39 |
| 2026-06-09 | 5667.58 |
| 2026-06-16 | 5985.59 |
| 2026-06-23 | 5958.56 |
| 2026-06-30 | 5939.41 |
| 2026-07-07 | 5897.68 |
| 2026-07-14 | 5831.11 |
| 2026-07-21 | 5786.92 |
| 2026-07-28 | 5769.73 |
| 2026-08-04 | 5697.71 |
| 2026-08-11 | 5651.57 |
| 2026-08-18 | 6067.30 |
| 2026-08-26 | 5960.63 |
| 2026-09-02 | 5940.85 |
| 2026-09-09 | 5853.44 |
| 2026-09-16 | 5836.27 |
| 2026-09-23 | 5774.90 |
High
6204.93
Low
28.5291
Average
5288.93
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=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¤cies=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.