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: show the values
| Point | ZMW/CUP |
|---|---|
| 2025-09-27 | 1.0070 |
| 2025-10-04 | 1.0108 |
| 2025-10-11 | 1.0515 |
| 2025-10-18 | 1.0564 |
| 2025-10-25 | 1.0831 |
| 2025-11-01 | 1.0821 |
| 2025-11-08 | 1.0568 |
| 2025-11-15 | 1.0616 |
| 2025-11-22 | 1.0372 |
| 2025-11-29 | 1.0482 |
| 2025-12-06 | 1.0358 |
| 2025-12-14 | 1.0358 |
| 2025-12-21 | 1.0554 |
| 2025-12-28 | 1.0641 |
| 2026-01-04 | 1.0807 |
| 2026-01-11 | 1.2342 |
| 2026-01-18 | 1.1894 |
| 2026-01-25 | 1.2249 |
| 2026-02-01 | 1.2133 |
| 2026-02-08 | 1.2752 |
| 2026-02-15 | 1.3147 |
| 2026-02-22 | 1.2632 |
| 2026-03-01 | 1.2667 |
| 2026-03-08 | 1.2314 |
| 2026-03-15 | 1.2363 |
| 2026-03-22 | 1.2261 |
| 2026-03-29 | 1.2656 |
| 2026-04-05 | 1.2408 |
| 2026-04-12 | 1.3950 |
| 2026-04-19 | 1.3905 |
| 2026-04-26 | 1.4026 |
| 2026-05-03 | 1.4187 |
| 2026-05-10 | 1.3956 |
| 2026-05-18 | 1.4049 |
| 2026-05-26 | 1.2683 |
| 2026-06-02 | 1.4479 |
| 2026-06-11 | 1.5098 |
| 2026-06-18 | 1.4844 |
| 2026-06-25 | 1.4689 |
| 2026-07-02 | 1.4551 |
| 2026-07-09 | 1.4484 |
| 2026-07-16 | 1.4462 |
| 2026-07-23 | 1.4352 |
| 2026-07-30 | 1.4058 |
| 2026-08-06 | 1.3876 |
| 2026-08-13 | 1.4071 |
| 2026-08-21 | 1.3965 |
| 2026-08-28 | 1.3935 |
| 2026-09-04 | 1.3803 |
| 2026-09-11 | 1.3697 |
| 2026-09-18 | 1.3505 |
| 2026-09-25 | 1.2277 |
High
1.5098
Low
1.0070
Average
1.2617
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.