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: show the values
| Point | USD/CZK |
|---|---|
| 2025-09-25 | 20.6909 |
| 2025-10-02 | 20.6296 |
| 2025-10-09 | 20.9508 |
| 2025-10-16 | 20.8550 |
| 2025-10-23 | 20.9678 |
| 2025-10-30 | 21.1065 |
| 2025-11-06 | 21.0995 |
| 2025-11-13 | 20.8202 |
| 2025-11-20 | 20.9997 |
| 2025-11-27 | 20.8648 |
| 2025-12-04 | 20.7072 |
| 2025-12-11 | 20.6761 |
| 2025-12-18 | 20.8141 |
| 2025-12-25 | 20.6108 |
| 2026-01-01 | 20.6133 |
| 2026-01-08 | 20.7812 |
| 2026-01-15 | 20.8861 |
| 2026-01-22 | 20.7671 |
| 2026-01-29 | 20.3334 |
| 2026-02-05 | 20.6052 |
| 2026-02-12 | 20.4186 |
| 2026-02-19 | 20.6288 |
| 2026-02-26 | 20.5231 |
| 2026-03-05 | 20.9984 |
| 2026-03-12 | 21.1362 |
| 2026-03-19 | 21.3395 |
| 2026-03-26 | 21.2133 |
| 2026-04-02 | 21.2928 |
| 2026-04-09 | 20.8823 |
| 2026-04-16 | 20.6663 |
| 2026-04-23 | 20.8252 |
| 2026-04-30 | 20.8221 |
| 2026-05-07 | 20.6508 |
| 2026-05-14 | 20.7674 |
| 2026-05-21 | 20.9432 |
| 2026-05-28 | 20.9116 |
| 2026-06-04 | 20.8058 |
| 2026-06-11 | 20.9691 |
| 2026-06-18 | 21.0985 |
| 2026-06-25 | 21.3834 |
| 2026-07-02 | 21.2440 |
| 2026-07-09 | 21.2103 |
| 2026-07-16 | 21.0988 |
| 2026-07-23 | 21.2316 |
| 2026-07-30 | 21.0587 |
| 2026-08-06 | 20.9756 |
| 2026-08-13 | 21.0040 |
| 2026-08-20 | 20.6772 |
| 2026-08-27 | 20.7291 |
| 2026-09-03 | 20.8532 |
| 2026-09-10 | 20.8772 |
| 2026-09-17 | 21.1724 |
| 2026-09-24 | 21.4648 |
High
21.4648
Low
20.3334
Average
20.9096
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.