CZK to DOP exchange rate API
Czech Koruna to Dominican Peso · quoted 2026-09-26
2.7811
▼ +7.11% over 1Y
1 CZK = 2.7811 DOP · 1 DOP = 0.35957 CZK · Get this rate via the API
1 CZK buys 2.7811 DOP as of 2026-09-26, so 1 DOP buys 0.35957 CZK. Over the last year, CZK/DOP traded between 2.7316 and 3.0998, averaged 2.9101 and fell 7.11%. The API holds daily CZK/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CZK/DOP over 1Y: show the values
| Point | CZK/DOP |
|---|---|
| 2025-09-26 | 2.9939 |
| 2025-10-03 | 3.0243 |
| 2025-10-10 | 2.9989 |
| 2025-10-17 | 3.0372 |
| 2025-10-24 | 3.0396 |
| 2025-10-31 | 3.0480 |
| 2025-11-07 | 3.0555 |
| 2025-11-14 | 3.0998 |
| 2025-11-21 | 3.0284 |
| 2025-11-28 | 2.9962 |
| 2025-12-05 | 3.0593 |
| 2025-12-13 | 3.0899 |
| 2025-12-20 | 3.0145 |
| 2025-12-27 | 3.0451 |
| 2026-01-03 | 3.0616 |
| 2026-01-10 | 3.0376 |
| 2026-01-17 | 3.0335 |
| 2026-01-24 | 3.0687 |
| 2026-01-31 | 3.0603 |
| 2026-02-07 | 3.0687 |
| 2026-02-14 | 3.0472 |
| 2026-02-21 | 2.9759 |
| 2026-02-28 | 2.9334 |
| 2026-03-07 | 2.8679 |
| 2026-03-14 | 2.8839 |
| 2026-03-21 | 2.7903 |
| 2026-03-28 | 2.8028 |
| 2026-04-04 | 2.8556 |
| 2026-04-11 | 2.9043 |
| 2026-04-18 | 2.9259 |
| 2026-04-25 | 2.8625 |
| 2026-05-02 | 2.8626 |
| 2026-05-09 | 2.8760 |
| 2026-05-17 | 2.8336 |
| 2026-05-25 | 2.8208 |
| 2026-06-01 | 2.8168 |
| 2026-06-10 | 2.7835 |
| 2026-06-17 | 2.8128 |
| 2026-06-24 | 2.7502 |
| 2026-07-01 | 2.7958 |
| 2026-07-08 | 2.7828 |
| 2026-07-15 | 2.7508 |
| 2026-07-22 | 2.7582 |
| 2026-07-29 | 2.7316 |
| 2026-08-05 | 2.7809 |
| 2026-08-12 | 2.7748 |
| 2026-08-20 | 2.8245 |
| 2026-08-27 | 2.8086 |
| 2026-09-03 | 2.8132 |
| 2026-09-10 | 2.8149 |
| 2026-09-17 | 2.7693 |
| 2026-09-24 | 2.7801 |
High
3.0998
Low
2.7316
Average
2.9101
Get this rate via the API
One GET request returns the CZK/DOP 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=CZK¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
CZK/DOP API questions
How do I get the CZK/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CZK/DOP rate in rates.DOP.
How far back does CZK/DOP historical data go?
Daily CZK/DOP 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/DOP 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.