Skip to content

ZMW to CVE exchange rate API

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

4.9641

▼ +0.33% over 30D

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 30 days, ZMW/CVE traded between 4.8741 and 4.9996, averaged 4.9332 and fell 0.33%. 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 30D

ZMW/CVE over 30D: show the values
PointZMW/CVE
2026-08-284.9807
2026-08-294.9927
2026-08-304.9996
2026-08-314.9941
2026-09-014.9599
2026-09-024.9703
2026-09-034.9650
2026-09-044.9409
2026-09-054.9324
2026-09-064.9313
2026-09-074.9339
2026-09-084.9278
2026-09-094.9070
2026-09-104.9091
2026-09-114.9121
2026-09-124.9134
2026-09-134.9135
2026-09-144.9264
2026-09-154.9275
2026-09-164.8741
2026-09-174.9003
2026-09-184.8948
2026-09-194.8744
2026-09-204.8900
2026-09-214.8768
2026-09-224.8905
2026-09-234.9489
2026-09-244.9528
2026-09-254.9609
2026-09-264.9641

High

4.9996

Low

4.8741

Average

4.9332

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.