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: show the values
| Point | ZMW/CZK |
|---|---|
| 2025-09-27 | 0.8727 |
| 2025-10-04 | 0.8700 |
| 2025-10-11 | 0.9215 |
| 2025-10-18 | 0.9158 |
| 2025-10-25 | 0.9444 |
| 2025-11-01 | 0.9503 |
| 2025-11-08 | 0.9255 |
| 2025-11-15 | 0.9206 |
| 2025-11-22 | 0.9087 |
| 2025-11-29 | 0.9099 |
| 2025-12-06 | 0.8971 |
| 2025-12-14 | 0.8950 |
| 2025-12-21 | 0.9166 |
| 2025-12-28 | 0.9139 |
| 2026-01-04 | 0.9324 |
| 2026-01-11 | 1.0737 |
| 2026-01-18 | 1.0378 |
| 2026-01-25 | 1.0475 |
| 2026-02-01 | 1.0397 |
| 2026-02-08 | 1.0910 |
| 2026-02-15 | 1.1199 |
| 2026-02-22 | 1.0853 |
| 2026-03-01 | 1.0884 |
| 2026-03-08 | 1.0869 |
| 2026-03-15 | 1.1032 |
| 2026-03-22 | 1.0864 |
| 2026-03-29 | 1.1307 |
| 2026-04-05 | 1.1060 |
| 2026-04-12 | 1.0973 |
| 2026-04-19 | 1.0847 |
| 2026-04-26 | 1.1003 |
| 2026-05-03 | 1.1118 |
| 2026-05-10 | 1.0877 |
| 2026-05-18 | 1.1070 |
| 2026-05-26 | 1.1038 |
| 2026-06-02 | 1.1372 |
| 2026-06-11 | 1.1948 |
| 2026-06-18 | 1.1820 |
| 2026-06-25 | 1.1853 |
| 2026-07-02 | 1.1665 |
| 2026-07-09 | 1.1590 |
| 2026-07-16 | 1.1517 |
| 2026-07-23 | 1.1502 |
| 2026-07-30 | 1.1174 |
| 2026-08-06 | 1.0982 |
| 2026-08-13 | 1.1149 |
| 2026-08-21 | 1.0864 |
| 2026-08-28 | 1.0910 |
| 2026-09-04 | 1.0840 |
| 2026-09-11 | 1.0817 |
| 2026-09-18 | 1.0823 |
| 2026-09-25 | 1.0920 |
High
1.1948
Low
0.87005
Average
1.0520
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.