Skip to content

ZMW to CZK exchange rate API

Zambian Kwacha to Czech Koruna · quoted 2026-09-27

1.0967

▲ +25.67% over 1Y

1 ZMW = 1.0967 CZK · 1 CZK = 0.91180 ZMW · Get this rate via the API

1 ZMW buys 1.0967 CZK as of 2026-09-27, so 1 CZK buys 0.91180 ZMW. Over the last year, ZMW/CZK traded between 0.87005 and 1.1948, averaged 1.0520 and rose 25.67%. The API holds daily ZMW/CZK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/CZK over 1Y

ZMW/CZK over 1Y: show the values
PointZMW/CZK
2025-09-270.8727
2025-10-040.8700
2025-10-110.9215
2025-10-180.9158
2025-10-250.9444
2025-11-010.9503
2025-11-080.9255
2025-11-150.9206
2025-11-220.9087
2025-11-290.9099
2025-12-060.8971
2025-12-140.8950
2025-12-210.9166
2025-12-280.9139
2026-01-040.9324
2026-01-111.0737
2026-01-181.0378
2026-01-251.0475
2026-02-011.0397
2026-02-081.0910
2026-02-151.1199
2026-02-221.0853
2026-03-011.0884
2026-03-081.0869
2026-03-151.1032
2026-03-221.0864
2026-03-291.1307
2026-04-051.1060
2026-04-121.0973
2026-04-191.0847
2026-04-261.1003
2026-05-031.1118
2026-05-101.0877
2026-05-181.1070
2026-05-261.1038
2026-06-021.1372
2026-06-111.1948
2026-06-181.1820
2026-06-251.1853
2026-07-021.1665
2026-07-091.1590
2026-07-161.1517
2026-07-231.1502
2026-07-301.1174
2026-08-061.0982
2026-08-131.1149
2026-08-211.0864
2026-08-281.0910
2026-09-041.0840
2026-09-111.0817
2026-09-181.0823
2026-09-251.0920

High

1.1948

Low

0.87005

Average

1.0520

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/CZK API questions

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

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

How far back does ZMW/CZK historical data go?

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