Skip to content

ZMW to CUC exchange rate API

Zambian Kwacha to Peso Convertible · quoted 2026-09-26

0.05116

▲ +21.96% over 1Y

1 ZMW = 0.05116 CUC · 1 CUC = 19.5473 ZMW · Get this rate via the API

1 ZMW buys 0.05116 CUC as of 2026-09-26, so 1 CUC buys 19.5473 ZMW. Over the last year, ZMW/CUC traded between 0.04195 and 0.05637, averaged 0.05032 and rose 21.96%. The API holds daily ZMW/CUC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/CUC over 1Y

ZMW/CUC over 1Y: show the values
PointZMW/CUC
2025-09-260.04195
2025-10-030.04202
2025-10-100.04405
2025-10-170.04418
2025-10-240.04518
2025-10-310.04515
2025-11-070.04405
2025-11-140.04415
2025-11-210.04337
2025-11-280.04367
2025-12-050.04320
2025-12-130.04329
2025-12-200.04417
2025-12-270.04435
2026-01-030.04523
2026-01-100.05128
2026-01-170.04950
2026-01-240.05115
2026-01-310.05063
2026-02-070.05347
2026-02-140.05479
2026-02-210.05271
2026-02-280.05285
2026-03-070.05178
2026-03-140.05152
2026-03-210.05128
2026-03-280.05312
2026-04-040.05195
2026-04-110.05259
2026-04-180.05257
2026-04-250.05293
2026-05-020.05354
2026-05-090.05253
2026-05-170.05288
2026-05-250.05294
2026-06-010.05426
2026-06-100.05613
2026-06-170.05637
2026-06-240.05526
2026-07-010.05537
2026-07-080.05403
2026-07-150.05502
2026-07-220.05428
2026-07-290.05332
2026-08-050.05265
2026-08-120.05314
2026-08-200.05337
2026-08-270.05251
2026-09-030.05222
2026-09-100.05181
2026-09-170.05093
2026-09-240.05112

High

0.05637

Low

0.04195

Average

0.05032

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/CUC API questions

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

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

How far back does ZMW/CUC historical data go?

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