Skip to content

ZMW to CUP exchange rate API

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

1.2296

▲ +22.11% over 1Y

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 last year, ZMW/CUP traded between 1.0070 and 1.5098, averaged 1.2617 and rose 22.11%. 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 1Y

ZMW/CUP over 1Y: show the values
PointZMW/CUP
2025-09-271.0070
2025-10-041.0108
2025-10-111.0515
2025-10-181.0564
2025-10-251.0831
2025-11-011.0821
2025-11-081.0568
2025-11-151.0616
2025-11-221.0372
2025-11-291.0482
2025-12-061.0358
2025-12-141.0358
2025-12-211.0554
2025-12-281.0641
2026-01-041.0807
2026-01-111.2342
2026-01-181.1894
2026-01-251.2249
2026-02-011.2133
2026-02-081.2752
2026-02-151.3147
2026-02-221.2632
2026-03-011.2667
2026-03-081.2314
2026-03-151.2363
2026-03-221.2261
2026-03-291.2656
2026-04-051.2408
2026-04-121.3950
2026-04-191.3905
2026-04-261.4026
2026-05-031.4187
2026-05-101.3956
2026-05-181.4049
2026-05-261.2683
2026-06-021.4479
2026-06-111.5098
2026-06-181.4844
2026-06-251.4689
2026-07-021.4551
2026-07-091.4484
2026-07-161.4462
2026-07-231.4352
2026-07-301.4058
2026-08-061.3876
2026-08-131.4071
2026-08-211.3965
2026-08-281.3935
2026-09-041.3803
2026-09-111.3697
2026-09-181.3505
2026-09-251.2277

High

1.5098

Low

1.0070

Average

1.2617

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.