Skip to content

DOP to HRK exchange rate API

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

0.11120

▲ +9.46% over YTD

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

1 DOP buys 0.11120 HRK as of 2026-09-26, so 1 HRK buys 8.9926 DOP. Over the year to date, DOP/HRK traded between 0.09995 and 0.11402, averaged 0.10817 and rose 9.46%. The API holds daily DOP/HRK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/HRK over YTD

DOP/HRK over YTD: show the values
PointDOP/HRK
2025-12-310.10159
2026-01-070.10158
2026-01-140.10157
2026-01-210.10146
2026-01-280.09995
2026-02-040.10148
2026-02-110.10089
2026-02-180.10321
2026-02-250.10494
2026-03-040.10918
2026-03-110.10748
2026-03-180.10751
2026-03-250.10849
2026-04-010.10839
2026-04-080.10640
2026-04-150.10723
2026-04-220.10645
2026-04-290.10859
2026-05-060.10813
2026-05-140.10900
2026-05-210.11010
2026-05-290.10983
2026-06-050.11126
2026-06-140.11083
2026-06-210.11230
2026-06-280.11115
2026-07-050.11163
2026-07-120.11266
2026-07-190.11269
2026-07-260.11402
2026-08-020.11234
2026-08-090.11202
2026-08-160.11126
2026-08-240.10997
2026-08-310.11044
2026-09-070.10961
2026-09-140.11024
2026-09-210.11152

High

0.11402

Low

0.09995

Average

0.10817

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=HRK").json()

Replace YOUR_API_KEY with the key from your dashboard.

DOP/HRK API questions

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

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

How far back does DOP/HRK historical data go?

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