Skip to content

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

EUR/CZK over 1Y: show the values
PointEUR/CZK
2025-09-2724.2776
2025-10-0424.2593
2025-10-1124.3746
2025-10-1824.2850
2025-10-2524.3145
2025-11-0124.3463
2025-11-0824.3061
2025-11-1524.1696
2025-11-2224.2094
2025-11-2924.1207
2025-12-0624.2001
2025-12-1324.2575
2025-12-2024.3417
2025-12-2724.2454
2026-01-0324.1649
2026-01-1024.2971
2026-01-1724.2518
2026-01-2424.2610
2026-01-3124.3397
2026-02-0724.2145
2026-02-1424.2490
2026-02-2124.2250
2026-02-2824.2320
2026-03-0724.3872
2026-03-1424.5360
2026-03-2124.5160
2026-03-2824.6036
2026-04-0424.5164
2026-04-1124.3794
2026-04-1824.2929
2026-04-2524.3570
2026-05-0224.3732
2026-05-0924.3346
2026-05-1624.3150
2026-05-2324.2857
2026-05-3024.2814
2026-06-0624.1965
2026-06-1324.1402
2026-06-2024.2020
2026-06-2724.2626
2026-07-0424.1826
2026-07-1124.2437
2026-07-1824.2135
2026-07-2524.1468
2026-08-0124.2259
2026-08-0824.2513
2026-08-1524.2197
2026-08-2224.1035
2026-08-2924.1339
2026-09-0524.2024
2026-09-1224.2428
2026-09-1924.3456
2026-09-2624.3623

High

24.6036

Low

24.1035

Average

24.2806

For developers

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

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