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: show the values
| Point | ZMW/CUP |
|---|---|
| 2025-12-31 | 1.0803 |
| 2026-01-07 | 1.1431 |
| 2026-01-14 | 1.2317 |
| 2026-01-21 | 1.1842 |
| 2026-01-28 | 1.2045 |
| 2026-02-04 | 1.2194 |
| 2026-02-11 | 1.2569 |
| 2026-02-18 | 1.2955 |
| 2026-02-25 | 1.2640 |
| 2026-03-04 | 1.2496 |
| 2026-03-11 | 1.2377 |
| 2026-03-18 | 1.2223 |
| 2026-03-25 | 1.2627 |
| 2026-04-01 | 1.2492 |
| 2026-04-08 | 1.2271 |
| 2026-04-15 | 1.3849 |
| 2026-04-22 | 1.3911 |
| 2026-04-29 | 1.3970 |
| 2026-05-06 | 1.4069 |
| 2026-05-14 | 1.2629 |
| 2026-05-21 | 1.2634 |
| 2026-05-29 | 1.4249 |
| 2026-06-05 | 1.5093 |
| 2026-06-14 | 1.5077 |
| 2026-06-21 | 1.4796 |
| 2026-06-28 | 1.4612 |
| 2026-07-05 | 1.4429 |
| 2026-07-12 | 1.4670 |
| 2026-07-19 | 1.4538 |
| 2026-07-26 | 1.4221 |
| 2026-08-02 | 1.4137 |
| 2026-08-09 | 1.4108 |
| 2026-08-16 | 1.4004 |
| 2026-08-24 | 1.3965 |
| 2026-08-31 | 1.3912 |
| 2026-09-07 | 1.3765 |
| 2026-09-14 | 1.3698 |
| 2026-09-21 | 1.3451 |
High
1.5093
Low
1.0803
Average
1.3317
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CUP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CUP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.