Skip to content

DOP to DKK exchange rate API

Dominican Peso to Danish Krone · quoted 2026-09-26

0.11033

▲ +7.66% over 1Y

1 DOP = 0.11033 DKK · 1 DKK = 9.0636 DOP · Get this rate via the API

1 DOP buys 0.11033 DKK as of 2026-09-26, so 1 DKK buys 9.0636 DOP. Over the last year, DOP/DKK traded between 0.09956 and 0.11312, averaged 0.10591 and rose 7.66%. The API holds daily DOP/DKK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/DKK over 1Y

DOP/DKK over 1Y: show the values
PointDOP/DKK
2025-09-260.10248
2025-10-030.10170
2025-10-100.10247
2025-10-170.10117
2025-10-240.10098
2025-10-310.10071
2025-11-070.10043
2025-11-140.09956
2025-11-210.10176
2025-11-280.10310
2025-12-050.10084
2025-12-130.09962
2025-12-200.10185
2025-12-270.10120
2026-01-030.10104
2026-01-100.10128
2026-01-170.10151
2026-01-240.10029
2026-01-310.10033
2026-02-070.10048
2026-02-140.10105
2026-02-210.10363
2026-02-280.10508
2026-03-070.10682
2026-03-140.10592
2026-03-210.10943
2026-03-280.10871
2026-04-040.10672
2026-04-110.10555
2026-04-180.10521
2026-04-250.10719
2026-05-020.10714
2026-05-090.10683
2026-05-170.10844
2026-05-250.10919
2026-06-010.10926
2026-06-100.11099
2026-06-170.11006
2026-06-240.11213
2026-07-010.11023
2026-07-080.11076
2026-07-150.11214
2026-07-220.11216
2026-07-290.11312
2026-08-050.11110
2026-08-120.11108
2026-08-200.10958
2026-08-270.11025
2026-09-030.10970
2026-09-100.10950
2026-09-170.11105
2026-09-240.11021

High

0.11312

Low

0.09956

Average

0.10591

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/DKK API questions

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

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

How far back does DOP/DKK historical data go?

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