CZK to ZMW exchange rate API
Czech Koruna to Zambian Kwacha · quoted 2026-09-27
0.91180
▼ +20.43% over 1Y
1 CZK = 0.91180 ZMW · 1 ZMW = 1.0967 CZK · Get this rate via the API
1 CZK buys 0.91180 ZMW as of 2026-09-27, so 1 ZMW buys 1.0967 CZK. Over the last year, CZK/ZMW traded between 0.83695 and 1.1494, averaged 0.95865 and fell 20.43%. The API holds daily CZK/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CZK/ZMW over 1Y: show the values
| Point | CZK/ZMW |
|---|---|
| 2025-09-27 | 1.14585 |
| 2025-10-04 | 1.14936 |
| 2025-10-11 | 1.08520 |
| 2025-10-18 | 1.09192 |
| 2025-10-25 | 1.05893 |
| 2025-11-01 | 1.05225 |
| 2025-11-08 | 1.08051 |
| 2025-11-15 | 1.08628 |
| 2025-11-22 | 1.10046 |
| 2025-11-29 | 1.09906 |
| 2025-12-06 | 1.11474 |
| 2025-12-14 | 1.11726 |
| 2025-12-21 | 1.09099 |
| 2025-12-28 | 1.09416 |
| 2026-01-04 | 1.07251 |
| 2026-01-11 | 0.93137 |
| 2026-01-18 | 0.96361 |
| 2026-01-25 | 0.95470 |
| 2026-02-01 | 0.96182 |
| 2026-02-08 | 0.91659 |
| 2026-02-15 | 0.89295 |
| 2026-02-22 | 0.92139 |
| 2026-03-01 | 0.91878 |
| 2026-03-08 | 0.92007 |
| 2026-03-15 | 0.90649 |
| 2026-03-22 | 0.92049 |
| 2026-03-29 | 0.88440 |
| 2026-04-05 | 0.90416 |
| 2026-04-12 | 0.91131 |
| 2026-04-19 | 0.92195 |
| 2026-04-26 | 0.90888 |
| 2026-05-03 | 0.89947 |
| 2026-05-10 | 0.91935 |
| 2026-05-18 | 0.90336 |
| 2026-05-26 | 0.90597 |
| 2026-06-02 | 0.87938 |
| 2026-06-11 | 0.83695 |
| 2026-06-18 | 0.84605 |
| 2026-06-25 | 0.84366 |
| 2026-07-02 | 0.85724 |
| 2026-07-09 | 0.86283 |
| 2026-07-16 | 0.86825 |
| 2026-07-23 | 0.86944 |
| 2026-07-30 | 0.89493 |
| 2026-08-06 | 0.91054 |
| 2026-08-13 | 0.89694 |
| 2026-08-21 | 0.92044 |
| 2026-08-28 | 0.91659 |
| 2026-09-04 | 0.92253 |
| 2026-09-11 | 0.92443 |
| 2026-09-18 | 0.92394 |
| 2026-09-25 | 0.91571 |
High
1.1494
Low
0.83695
Average
0.95865
Get this rate via the API
One GET request returns the CZK/ZMW 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=CZK¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
CZK/ZMW API questions
How do I get the CZK/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CZK/ZMW rate in rates.ZMW.
How far back does CZK/ZMW historical data go?
Daily CZK/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 CZK/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.