Skip to content

ZMW to CVE exchange rate API

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

4.9641

▼ +1.56% over 6M

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 6 months, ZMW/CVE traded between 4.8900 and 5.4229, averaged 5.0924 and fell 1.56%. 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 6M

ZMW/CVE over 6M: show the values
PointZMW/CVE
2026-03-315.0429
2026-04-074.9680
2026-04-144.9720
2026-04-214.9501
2026-04-284.9612
2026-05-055.0530
2026-05-124.9357
2026-05-205.0242
2026-05-285.0772
2026-06-045.3356
2026-06-135.4229
2026-06-205.3689
2026-06-275.3492
2026-07-045.2545
2026-07-115.3251
2026-07-185.2681
2026-07-255.2095
2026-08-015.1009
2026-08-085.0872
2026-08-155.0270
2026-08-234.9715
2026-08-304.9996
2026-09-064.9313
2026-09-134.9135
2026-09-204.8900

High

5.4229

Low

4.8900

Average

5.0924

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.