EUR to CZK exchange rate API
Euro to Czech Koruna · quoted 2026-09-27
24.3584
▲ +0.33% over 1Y
1 EUR = 24.3584 CZK · 1 CZK = 0.04105 EUR · Get this rate via the API
1 EUR buys 24.3584 CZK as of 2026-09-27, so 1 CZK buys 0.04105 EUR. Over the last year, EUR/CZK traded between 24.1035 and 24.6036, averaged 24.2806 and rose 0.33%. The API holds daily EUR/CZK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
EUR/CZK over 1Y: show the values
| Point | EUR/CZK |
|---|---|
| 2025-09-27 | 24.2776 |
| 2025-10-04 | 24.2593 |
| 2025-10-11 | 24.3746 |
| 2025-10-18 | 24.2850 |
| 2025-10-25 | 24.3145 |
| 2025-11-01 | 24.3463 |
| 2025-11-08 | 24.3061 |
| 2025-11-15 | 24.1696 |
| 2025-11-22 | 24.2094 |
| 2025-11-29 | 24.1207 |
| 2025-12-06 | 24.2001 |
| 2025-12-13 | 24.2575 |
| 2025-12-20 | 24.3417 |
| 2025-12-27 | 24.2454 |
| 2026-01-03 | 24.1649 |
| 2026-01-10 | 24.2971 |
| 2026-01-17 | 24.2518 |
| 2026-01-24 | 24.2610 |
| 2026-01-31 | 24.3397 |
| 2026-02-07 | 24.2145 |
| 2026-02-14 | 24.2490 |
| 2026-02-21 | 24.2250 |
| 2026-02-28 | 24.2320 |
| 2026-03-07 | 24.3872 |
| 2026-03-14 | 24.5360 |
| 2026-03-21 | 24.5160 |
| 2026-03-28 | 24.6036 |
| 2026-04-04 | 24.5164 |
| 2026-04-11 | 24.3794 |
| 2026-04-18 | 24.2929 |
| 2026-04-25 | 24.3570 |
| 2026-05-02 | 24.3732 |
| 2026-05-09 | 24.3346 |
| 2026-05-16 | 24.3150 |
| 2026-05-23 | 24.2857 |
| 2026-05-30 | 24.2814 |
| 2026-06-06 | 24.1965 |
| 2026-06-13 | 24.1402 |
| 2026-06-20 | 24.2020 |
| 2026-06-27 | 24.2626 |
| 2026-07-04 | 24.1826 |
| 2026-07-11 | 24.2437 |
| 2026-07-18 | 24.2135 |
| 2026-07-25 | 24.1468 |
| 2026-08-01 | 24.2259 |
| 2026-08-08 | 24.2513 |
| 2026-08-15 | 24.2197 |
| 2026-08-22 | 24.1035 |
| 2026-08-29 | 24.1339 |
| 2026-09-05 | 24.2024 |
| 2026-09-12 | 24.2428 |
| 2026-09-19 | 24.3456 |
| 2026-09-26 | 24.3623 |
High
24.6036
Low
24.1035
Average
24.2806
Get this rate via the API
One GET request returns the EUR/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=EUR¤cies=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=CZK").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/CZK API questions
How do I get the EUR/CZK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=CZK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/CZK rate in rates.CZK.
How far back does EUR/CZK historical data go?
Daily EUR/CZK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free EUR/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.