Skip to content

HRK to DOP exchange rate API

Croatian Kuna to Dominican Peso · quoted 2026-09-26

8.9926

▼ +6.94% over 1Y

1 HRK = 8.9926 DOP · 1 DOP = 0.11120 HRK · Get this rate via the API

1 HRK buys 8.9926 DOP as of 2026-09-26, so 1 DOP buys 0.11120 HRK. Over the last year, HRK/DOP traded between 8.7826 and 9.9480, averaged 9.3816 and fell 6.94%. The API holds daily HRK/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HRK/DOP over 1Y

HRK/DOP over 1Y: show the values
PointHRK/DOP
2025-09-269.6631
2025-10-039.7356
2025-10-109.6713
2025-10-179.8165
2025-10-249.8170
2025-10-319.8558
2025-11-079.8485
2025-11-149.9444
2025-11-219.7545
2025-11-289.6296
2025-12-059.8378
2025-12-139.9480
2025-12-209.7389
2025-12-279.7988
2026-01-039.8192
2026-01-109.7957
2026-01-179.7641
2026-01-249.8812
2026-01-319.8861
2026-02-079.8622
2026-02-149.8070
2026-02-219.5681
2026-02-289.4313
2026-03-079.2828
2026-03-149.3914
2026-03-219.0792
2026-03-289.1250
2026-04-049.2905
2026-04-119.3956
2026-04-189.4267
2026-04-259.2504
2026-05-029.2569
2026-05-099.2832
2026-05-179.1485
2026-05-259.0775
2026-06-019.0800
2026-06-108.9450
2026-06-179.0308
2026-06-248.8676
2026-07-019.0167
2026-07-088.9678
2026-07-158.8747
2026-07-228.8455
2026-07-298.7826
2026-08-058.9172
2026-08-128.9256
2026-08-209.0546
2026-08-279.0016
2026-09-039.0300
2026-09-109.0772
2026-09-178.9206
2026-09-249.0105

High

9.9480

Low

8.7826

Average

9.3816

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HRK/DOP API questions

How do I get the HRK/DOP exchange rate from an API?

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

How far back does HRK/DOP historical data go?

Daily HRK/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 HRK/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.