Skip to content

CUP to ZMW exchange rate API

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

0.81328

▼ +18.11% over 1Y

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

1 CUP buys 0.81328 ZMW as of 2026-09-27, so 1 ZMW buys 1.2296 CUP. Over the last year, CUP/ZMW traded between 0.66235 and 0.99310, averaged 0.80511 and fell 18.11%. The API holds daily CUP/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CUP/ZMW over 1Y

CUP/ZMW over 1Y: show the values
PointCUP/ZMW
2025-09-270.99310
2025-10-040.98931
2025-10-110.95102
2025-10-180.94663
2025-10-250.92324
2025-11-010.92416
2025-11-080.94627
2025-11-150.94195
2025-11-220.96409
2025-11-290.95401
2025-12-060.96542
2025-12-140.96544
2025-12-210.94748
2025-12-280.93977
2026-01-040.92534
2026-01-110.81026
2026-01-180.84074
2026-01-250.81640
2026-02-010.82422
2026-02-080.78417
2026-02-150.76062
2026-02-220.79165
2026-03-010.78945
2026-03-080.81211
2026-03-150.80890
2026-03-220.81563
2026-03-290.79012
2026-04-050.80594
2026-04-120.71685
2026-04-190.71914
2026-04-260.71296
2026-05-030.70487
2026-05-100.71652
2026-05-180.71178
2026-05-260.78845
2026-06-020.69066
2026-06-110.66235
2026-06-180.67368
2026-06-250.68079
2026-07-020.68722
2026-07-090.69039
2026-07-160.69147
2026-07-230.69679
2026-07-300.71135
2026-08-060.72065
2026-08-130.71067
2026-08-210.71605
2026-08-280.71763
2026-09-040.72448
2026-09-110.73010
2026-09-180.74048
2026-09-250.81456

High

0.99310

Low

0.66235

Average

0.80511

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

CUP/ZMW API questions

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

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

How far back does CUP/ZMW historical data go?

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