Skip to content

ZMW to CVE exchange rate API

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

4.9641

▲ +25.23% over 1Y

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 year, ZMW/CVE traded between 3.9548 and 5.4412, averaged 4.7760 and rose 25.23%. 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 1Y

ZMW/CVE over 1Y: show the values
PointZMW/CVE
2025-09-273.9639
2025-10-043.9548
2025-10-114.1688
2025-10-184.1584
2025-10-254.2828
2025-11-014.3043
2025-11-084.1987
2025-11-154.2000
2025-11-224.1390
2025-11-294.1595
2025-12-064.0876
2025-12-144.0650
2025-12-214.1571
2025-12-284.1534
2026-01-044.2534
2026-01-114.8766
2026-01-184.7095
2026-01-254.7719
2026-02-014.7095
2026-02-084.9650
2026-02-155.0942
2026-02-224.9429
2026-03-014.9360
2026-03-084.8911
2026-03-154.9539
2026-03-224.8770
2026-03-295.0689
2026-04-054.9729
2026-04-124.9482
2026-04-194.9140
2026-04-264.9786
2026-05-035.0565
2026-05-104.9232
2026-05-185.0280
2026-05-265.0176
2026-06-025.1778
2026-06-115.4412
2026-06-185.3605
2026-06-255.3760
2026-07-025.3332
2026-07-095.2730
2026-07-165.2498
2026-07-235.2272
2026-07-305.1080
2026-08-064.9975
2026-08-135.0794
2026-08-214.9713
2026-08-284.9807
2026-09-044.9409
2026-09-114.9121
2026-09-184.8948
2026-09-254.9609

High

5.4412

Low

3.9548

Average

4.7760

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.