Skip to content

CZK to ZWL exchange rate API

Czech Koruna to Zimbabwe Dollar · quoted 2026-09-25

3112.44

▼ +3.19% over 1Y

1 CZK = 3112.44 ZWL · 1 ZWL = 0.000321 CZK · Get this rate via the API

1 CZK buys 3112.44 ZWL as of 2026-09-25, so 1 ZWL buys 0.000321 CZK. Over the last year, CZK/ZWL traded between 15.4731 and 3234.53, averaged 2843.65 and fell 3.19%. The API holds daily CZK/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CZK/ZWL over 1Y

CZK/ZWL over 1Y: show the values
PointCZK/ZWL
2025-09-253215.05
2025-10-023234.53
2025-10-093187.52
2025-10-163192.66
2025-10-233163.67
2025-10-303131.57
2025-11-063117.00
2025-11-133160.69
2025-11-203125.75
2025-11-273137.02
2025-12-043160.49
2025-12-123157.23
2025-12-193140.98
2025-12-263158.53
2026-01-023147.92
2026-01-093074.78
2026-01-163064.77
2026-01-233098.22
2026-01-303133.14
2026-02-063131.94
2026-02-133122.28
2026-02-203102.30
2026-02-273121.09
2026-03-063046.86
2026-03-132989.17
2026-03-202981.25
2026-03-272974.50
2026-04-032978.25
2026-04-1015.48
2026-04-1715.62
2026-04-2415.47
2026-05-0115.50
2026-05-0815.58
2026-05-163078.62
2026-05-243151.32
2026-05-313228.27
2026-06-093207.10
2026-06-163201.87
2026-06-233148.01
2026-06-303149.95
2026-07-073171.23
2026-07-143146.97
2026-07-213162.67
2026-07-283157.56
2026-08-043171.32
2026-08-113164.35
2026-08-183195.03
2026-08-263226.58
2026-09-023205.05
2026-09-093209.42
2026-09-163176.87
2026-09-233121.79

High

3234.53

Low

15.4731

Average

2843.65

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CZK/ZWL API questions

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

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

How far back does CZK/ZWL historical data go?

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