Skip to content

CZK to USD exchange rate API

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

0.04659

▼ +3.61% over 1Y

1 CZK = 0.04659 USD · 1 USD = 21.4652 CZK · Get this rate via the API

1 CZK buys 0.04659 USD as of 2026-09-25, so 1 USD buys 21.4652 CZK. Over the last year, CZK/USD traded between 0.04659 and 0.04918, averaged 0.04783 and fell 3.61%. The API holds daily CZK/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CZK/USD over 1Y

CZK/USD over 1Y: show the values
PointCZK/USD
2025-09-250.04833
2025-10-020.04847
2025-10-090.04773
2025-10-160.04795
2025-10-230.04769
2025-10-300.04738
2025-11-060.04739
2025-11-130.04803
2025-11-200.04762
2025-11-270.04793
2025-12-040.04829
2025-12-110.04836
2025-12-180.04804
2025-12-250.04852
2026-01-010.04851
2026-01-080.04812
2026-01-150.04788
2026-01-220.04815
2026-01-290.04918
2026-02-050.04853
2026-02-120.04897
2026-02-190.04847
2026-02-260.04872
2026-03-050.04762
2026-03-120.04731
2026-03-190.04686
2026-03-260.04714
2026-04-020.04696
2026-04-090.04789
2026-04-160.04839
2026-04-230.04802
2026-04-300.04802
2026-05-070.04842
2026-05-140.04815
2026-05-210.04775
2026-05-280.04782
2026-06-040.04806
2026-06-110.04769
2026-06-180.04740
2026-06-250.04677
2026-07-020.04707
2026-07-090.04715
2026-07-160.04740
2026-07-230.04710
2026-07-300.04749
2026-08-060.04767
2026-08-130.04761
2026-08-200.04836
2026-08-270.04824
2026-09-030.04795
2026-09-100.04790
2026-09-170.04723
2026-09-240.04659

High

0.04918

Low

0.04659

Average

0.04783

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CZK/USD API questions

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

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

How far back does CZK/USD historical data go?

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