Skip to content

ZMW to CVE exchange rate API

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

4.9641

▲ +17.52% over YTD

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 year to date, ZMW/CVE traded between 4.2241 and 5.4199, averaged 4.9825 and rose 17.52%. 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 YTD

ZMW/CVE over YTD: show the values
PointZMW/CVE
2025-12-314.2241
2026-01-074.4908
2026-01-144.8579
2026-01-214.6389
2026-01-284.6325
2026-02-044.7531
2026-02-114.8479
2026-02-185.0319
2026-02-254.9315
2026-03-044.9515
2026-03-114.8916
2026-03-184.8802
2026-03-255.0075
2026-04-014.9652
2026-04-084.8575
2026-04-154.8874
2026-04-224.9543
2026-04-294.9764
2026-05-064.9975
2026-05-144.9543
2026-05-214.9943
2026-05-295.0935
2026-06-055.4066
2026-06-145.4199
2026-06-215.3679
2026-06-285.3367
2026-07-055.2469
2026-07-125.3462
2026-07-195.2880
2026-07-265.2017
2026-08-025.0990
2026-08-095.0778
2026-08-165.0376
2026-08-244.9738
2026-08-314.9941
2026-09-074.9339
2026-09-144.9264
2026-09-214.8768

High

5.4199

Low

4.2241

Average

4.9825

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.