Skip to content

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

CZK/DOP over 1Y: show the values
PointCZK/DOP
2025-09-262.9939
2025-10-033.0243
2025-10-102.9989
2025-10-173.0372
2025-10-243.0396
2025-10-313.0480
2025-11-073.0555
2025-11-143.0998
2025-11-213.0284
2025-11-282.9962
2025-12-053.0593
2025-12-133.0899
2025-12-203.0145
2025-12-273.0451
2026-01-033.0616
2026-01-103.0376
2026-01-173.0335
2026-01-243.0687
2026-01-313.0603
2026-02-073.0687
2026-02-143.0472
2026-02-212.9759
2026-02-282.9334
2026-03-072.8679
2026-03-142.8839
2026-03-212.7903
2026-03-282.8028
2026-04-042.8556
2026-04-112.9043
2026-04-182.9259
2026-04-252.8625
2026-05-022.8626
2026-05-092.8760
2026-05-172.8336
2026-05-252.8208
2026-06-012.8168
2026-06-102.7835
2026-06-172.8128
2026-06-242.7502
2026-07-012.7958
2026-07-082.7828
2026-07-152.7508
2026-07-222.7582
2026-07-292.7316
2026-08-052.7809
2026-08-122.7748
2026-08-202.8245
2026-08-272.8086
2026-09-032.8132
2026-09-102.8149
2026-09-172.7693
2026-09-242.7801

High

3.0998

Low

2.7316

Average

2.9101

For developers

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