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: show the values
| Point | CZK/ZWL |
|---|---|
| 2025-09-25 | 3215.05 |
| 2025-10-02 | 3234.53 |
| 2025-10-09 | 3187.52 |
| 2025-10-16 | 3192.66 |
| 2025-10-23 | 3163.67 |
| 2025-10-30 | 3131.57 |
| 2025-11-06 | 3117.00 |
| 2025-11-13 | 3160.69 |
| 2025-11-20 | 3125.75 |
| 2025-11-27 | 3137.02 |
| 2025-12-04 | 3160.49 |
| 2025-12-12 | 3157.23 |
| 2025-12-19 | 3140.98 |
| 2025-12-26 | 3158.53 |
| 2026-01-02 | 3147.92 |
| 2026-01-09 | 3074.78 |
| 2026-01-16 | 3064.77 |
| 2026-01-23 | 3098.22 |
| 2026-01-30 | 3133.14 |
| 2026-02-06 | 3131.94 |
| 2026-02-13 | 3122.28 |
| 2026-02-20 | 3102.30 |
| 2026-02-27 | 3121.09 |
| 2026-03-06 | 3046.86 |
| 2026-03-13 | 2989.17 |
| 2026-03-20 | 2981.25 |
| 2026-03-27 | 2974.50 |
| 2026-04-03 | 2978.25 |
| 2026-04-10 | 15.48 |
| 2026-04-17 | 15.62 |
| 2026-04-24 | 15.47 |
| 2026-05-01 | 15.50 |
| 2026-05-08 | 15.58 |
| 2026-05-16 | 3078.62 |
| 2026-05-24 | 3151.32 |
| 2026-05-31 | 3228.27 |
| 2026-06-09 | 3207.10 |
| 2026-06-16 | 3201.87 |
| 2026-06-23 | 3148.01 |
| 2026-06-30 | 3149.95 |
| 2026-07-07 | 3171.23 |
| 2026-07-14 | 3146.97 |
| 2026-07-21 | 3162.67 |
| 2026-07-28 | 3157.56 |
| 2026-08-04 | 3171.32 |
| 2026-08-11 | 3164.35 |
| 2026-08-18 | 3195.03 |
| 2026-08-26 | 3226.58 |
| 2026-09-02 | 3205.05 |
| 2026-09-09 | 3209.42 |
| 2026-09-16 | 3176.87 |
| 2026-09-23 | 3121.79 |
High
3234.53
Low
15.4731
Average
2843.65
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=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¤cies=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.