Skip to content

CZK to DOP exchange rate API

Czech Koruna to Dominican Peso · quoted 2026-09-26

2.7811

▼ +9.18% over YTD

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 year to date, CZK/DOP traded between 2.7378 and 3.0981, averaged 2.8724 and fell 9.18%. 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 YTD

CZK/DOP over YTD: show the values
PointCZK/DOP
2025-12-313.0623
2026-01-073.0492
2026-01-143.0608
2026-01-213.0518
2026-01-283.0981
2026-02-043.0468
2026-02-113.0763
2026-02-183.0096
2026-02-252.9630
2026-03-042.8452
2026-03-112.8661
2026-03-182.8555
2026-03-252.8383
2026-04-012.8447
2026-04-082.9133
2026-04-152.8837
2026-04-222.9039
2026-04-292.8447
2026-05-062.8733
2026-05-142.8413
2026-05-212.8120
2026-05-292.8263
2026-06-052.8085
2026-06-142.8208
2026-06-212.7707
2026-06-282.7937
2026-07-052.7898
2026-07-122.7544
2026-07-192.7589
2026-07-262.7378
2026-08-022.7714
2026-08-092.7725
2026-08-162.7970
2026-08-242.8394
2026-08-312.8293
2026-09-072.8437
2026-09-142.8091
2026-09-212.7774

High

3.0981

Low

2.7378

Average

2.8724

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.