Skip to content

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

CZK/ZMW over 1Y: show the values
PointCZK/ZMW
2025-09-271.14585
2025-10-041.14936
2025-10-111.08520
2025-10-181.09192
2025-10-251.05893
2025-11-011.05225
2025-11-081.08051
2025-11-151.08628
2025-11-221.10046
2025-11-291.09906
2025-12-061.11474
2025-12-141.11726
2025-12-211.09099
2025-12-281.09416
2026-01-041.07251
2026-01-110.93137
2026-01-180.96361
2026-01-250.95470
2026-02-010.96182
2026-02-080.91659
2026-02-150.89295
2026-02-220.92139
2026-03-010.91878
2026-03-080.92007
2026-03-150.90649
2026-03-220.92049
2026-03-290.88440
2026-04-050.90416
2026-04-120.91131
2026-04-190.92195
2026-04-260.90888
2026-05-030.89947
2026-05-100.91935
2026-05-180.90336
2026-05-260.90597
2026-06-020.87938
2026-06-110.83695
2026-06-180.84605
2026-06-250.84366
2026-07-020.85724
2026-07-090.86283
2026-07-160.86825
2026-07-230.86944
2026-07-300.89493
2026-08-060.91054
2026-08-130.89694
2026-08-210.92044
2026-08-280.91659
2026-09-040.92253
2026-09-110.92443
2026-09-180.92394
2026-09-250.91571

High

1.1494

Low

0.83695

Average

0.95865

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK&currencies=ZMW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK&currencies=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&currencies=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.