HRK to DOP exchange rate API
Croatian Kuna to Dominican Peso · quoted 2026-09-26
8.9926
▼ +8.64% over YTD
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 year to date, HRK/DOP traded between 8.7703 and 10.0049, averaged 9.2572 and fell 8.64%. 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 YTD: show the values
| Point | HRK/DOP |
|---|---|
| 2025-12-31 | 9.8435 |
| 2026-01-07 | 9.8446 |
| 2026-01-14 | 9.8458 |
| 2026-01-21 | 9.8563 |
| 2026-01-28 | 10.0049 |
| 2026-02-04 | 9.8537 |
| 2026-02-11 | 9.9122 |
| 2026-02-18 | 9.6893 |
| 2026-02-25 | 9.5296 |
| 2026-03-04 | 9.1593 |
| 2026-03-11 | 9.3044 |
| 2026-03-18 | 9.3013 |
| 2026-03-25 | 9.2172 |
| 2026-04-01 | 9.2258 |
| 2026-04-08 | 9.3986 |
| 2026-04-15 | 9.3253 |
| 2026-04-22 | 9.3939 |
| 2026-04-29 | 9.2085 |
| 2026-05-06 | 9.2481 |
| 2026-05-14 | 9.1741 |
| 2026-05-21 | 9.0829 |
| 2026-05-29 | 9.1048 |
| 2026-06-05 | 8.9880 |
| 2026-06-14 | 9.0227 |
| 2026-06-21 | 8.9045 |
| 2026-06-28 | 8.9967 |
| 2026-07-05 | 8.9577 |
| 2026-07-12 | 8.8765 |
| 2026-07-19 | 8.8735 |
| 2026-07-26 | 8.7703 |
| 2026-08-02 | 8.9016 |
| 2026-08-09 | 8.9273 |
| 2026-08-16 | 8.9881 |
| 2026-08-24 | 9.0930 |
| 2026-08-31 | 9.0544 |
| 2026-09-07 | 9.1233 |
| 2026-09-14 | 9.0708 |
| 2026-09-21 | 8.9669 |
High
10.0049
Low
8.7703
Average
9.2572
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.