Skip to content

USD to CZK exchange rate API

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

21.4648

▲ +3.74% over 1Y

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

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

USD/CZK over 1Y

USD/CZK over 1Y: show the values
PointUSD/CZK
2025-09-2520.6909
2025-10-0220.6296
2025-10-0920.9508
2025-10-1620.8550
2025-10-2320.9678
2025-10-3021.1065
2025-11-0621.0995
2025-11-1320.8202
2025-11-2020.9997
2025-11-2720.8648
2025-12-0420.7072
2025-12-1120.6761
2025-12-1820.8141
2025-12-2520.6108
2026-01-0120.6133
2026-01-0820.7812
2026-01-1520.8861
2026-01-2220.7671
2026-01-2920.3334
2026-02-0520.6052
2026-02-1220.4186
2026-02-1920.6288
2026-02-2620.5231
2026-03-0520.9984
2026-03-1221.1362
2026-03-1921.3395
2026-03-2621.2133
2026-04-0221.2928
2026-04-0920.8823
2026-04-1620.6663
2026-04-2320.8252
2026-04-3020.8221
2026-05-0720.6508
2026-05-1420.7674
2026-05-2120.9432
2026-05-2820.9116
2026-06-0420.8058
2026-06-1120.9691
2026-06-1821.0985
2026-06-2521.3834
2026-07-0221.2440
2026-07-0921.2103
2026-07-1621.0988
2026-07-2321.2316
2026-07-3021.0587
2026-08-0620.9756
2026-08-1321.0040
2026-08-2020.6772
2026-08-2720.7291
2026-09-0320.8532
2026-09-1020.8772
2026-09-1721.1724
2026-09-2421.4648

High

21.4648

Low

20.3334

Average

20.9096

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/CZK API questions

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

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

How far back does USD/CZK historical data go?

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