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: show the values
| Point | HRK/DOP |
|---|---|
| 2025-09-26 | 9.6631 |
| 2025-10-03 | 9.7356 |
| 2025-10-10 | 9.6713 |
| 2025-10-17 | 9.8165 |
| 2025-10-24 | 9.8170 |
| 2025-10-31 | 9.8558 |
| 2025-11-07 | 9.8485 |
| 2025-11-14 | 9.9444 |
| 2025-11-21 | 9.7545 |
| 2025-11-28 | 9.6296 |
| 2025-12-05 | 9.8378 |
| 2025-12-13 | 9.9480 |
| 2025-12-20 | 9.7389 |
| 2025-12-27 | 9.7988 |
| 2026-01-03 | 9.8192 |
| 2026-01-10 | 9.7957 |
| 2026-01-17 | 9.7641 |
| 2026-01-24 | 9.8812 |
| 2026-01-31 | 9.8861 |
| 2026-02-07 | 9.8622 |
| 2026-02-14 | 9.8070 |
| 2026-02-21 | 9.5681 |
| 2026-02-28 | 9.4313 |
| 2026-03-07 | 9.2828 |
| 2026-03-14 | 9.3914 |
| 2026-03-21 | 9.0792 |
| 2026-03-28 | 9.1250 |
| 2026-04-04 | 9.2905 |
| 2026-04-11 | 9.3956 |
| 2026-04-18 | 9.4267 |
| 2026-04-25 | 9.2504 |
| 2026-05-02 | 9.2569 |
| 2026-05-09 | 9.2832 |
| 2026-05-17 | 9.1485 |
| 2026-05-25 | 9.0775 |
| 2026-06-01 | 9.0800 |
| 2026-06-10 | 8.9450 |
| 2026-06-17 | 9.0308 |
| 2026-06-24 | 8.8676 |
| 2026-07-01 | 9.0167 |
| 2026-07-08 | 8.9678 |
| 2026-07-15 | 8.8747 |
| 2026-07-22 | 8.8455 |
| 2026-07-29 | 8.7826 |
| 2026-08-05 | 8.9172 |
| 2026-08-12 | 8.9256 |
| 2026-08-20 | 9.0546 |
| 2026-08-27 | 9.0016 |
| 2026-09-03 | 9.0300 |
| 2026-09-10 | 9.0772 |
| 2026-09-17 | 8.9206 |
| 2026-09-24 | 9.0105 |
High
9.9480
Low
8.7826
Average
9.3816
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=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¤cies=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.