Skip to content

ZMW to CUP exchange rate API

Zambian Kwacha to Cuban Peso · quoted 2026-09-27

1.2296

▲ +13.82% over YTD

1 ZMW = 1.2296 CUP · 1 CUP = 0.81329 ZMW · Get this rate via the API

1 ZMW buys 1.2296 CUP as of 2026-09-27, so 1 CUP buys 0.81329 ZMW. Over the year to date, ZMW/CUP traded between 1.0803 and 1.5093, averaged 1.3317 and rose 13.82%. The API holds daily ZMW/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/CUP over YTD

ZMW/CUP over YTD: show the values
PointZMW/CUP
2025-12-311.0803
2026-01-071.1431
2026-01-141.2317
2026-01-211.1842
2026-01-281.2045
2026-02-041.2194
2026-02-111.2569
2026-02-181.2955
2026-02-251.2640
2026-03-041.2496
2026-03-111.2377
2026-03-181.2223
2026-03-251.2627
2026-04-011.2492
2026-04-081.2271
2026-04-151.3849
2026-04-221.3911
2026-04-291.3970
2026-05-061.4069
2026-05-141.2629
2026-05-211.2634
2026-05-291.4249
2026-06-051.5093
2026-06-141.5077
2026-06-211.4796
2026-06-281.4612
2026-07-051.4429
2026-07-121.4670
2026-07-191.4538
2026-07-261.4221
2026-08-021.4137
2026-08-091.4108
2026-08-161.4004
2026-08-241.3965
2026-08-311.3912
2026-09-071.3765
2026-09-141.3698
2026-09-211.3451

High

1.5093

Low

1.0803

Average

1.3317

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/CUP API questions

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

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

How far back does ZMW/CUP historical data go?

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