Skip to content

ZMW to CVE exchange rate API

Zambian Kwacha to Cape Verde Escudo · quoted 2026-09-27

4.9641

▲ +31.43% over 5Y

1 ZMW = 4.9641 CVE · 1 CVE = 0.20145 ZMW · Get this rate via the API

1 ZMW buys 4.9641 CVE as of 2026-09-27, so 1 CVE buys 0.20145 ZMW. Over the last 5 years, ZMW/CVE traded between 3.5175 and 5.4387, averaged 4.2658 and rose 31.43%. The API holds daily ZMW/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/CVE over 5Y

ZMW/CVE over 5Y: show the values
PointZMW/CVE
2024-08-243.7770
2024-10-073.7968
2024-11-063.7918
2024-12-063.8473
2025-01-053.8125
2025-02-043.8275
2025-03-063.5539
2025-04-063.6066
2025-05-063.5175
2025-06-073.6330
2025-07-073.8488
2025-08-064.1176
2025-09-053.9469
2025-10-063.9573
2025-11-054.2698
2025-12-054.0875
2026-01-054.2638
2026-02-044.7531
2026-03-064.9072
2026-04-054.9729
2026-05-055.0530
2026-06-065.4387
2026-07-085.2208
2026-08-075.0106
2026-09-074.9339

High

5.4387

Low

3.5175

Average

4.2658

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/CVE API questions

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

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

How far back does ZMW/CVE historical data go?

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