Skip to content

DOP to KHR exchange rate API

Dominican Peso to Riel · quoted 2026-09-26

68.2468

▼ +1.82% over 30D

1 DOP = 68.2468 KHR · 1 KHR = 0.01465 DOP · Get this rate via the API

1 DOP buys 68.2468 KHR as of 2026-09-26, so 1 KHR buys 0.01465 DOP. Over the last 30 days, DOP/KHR traded between 68.1732 and 69.5134, averaged 68.6739 and fell 1.82%. The API holds daily DOP/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/KHR over 30D

DOP/KHR over 30D: show the values
PointDOP/KHR
2026-08-2769.5134
2026-08-2868.8224
2026-08-2969.1001
2026-08-3068.9324
2026-08-3169.0526
2026-09-0168.7804
2026-09-0268.8216
2026-09-0368.9677
2026-09-0468.3566
2026-09-0568.3256
2026-09-0668.6254
2026-09-0768.3582
2026-09-0868.3970
2026-09-0968.6637
2026-09-1068.9764
2026-09-1168.9072
2026-09-1268.6426
2026-09-1368.5932
2026-09-1468.5799
2026-09-1568.6728
2026-09-1668.5494
2026-09-1769.3891
2026-09-1868.4342
2026-09-1968.6389
2026-09-2068.6204
2026-09-2168.8220
2026-09-2268.6655
2026-09-2368.2512
2026-09-2468.1732
2026-09-2568.4377
2026-09-2668.2468

High

69.5134

Low

68.1732

Average

68.6739

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/KHR API questions

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

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

How far back does DOP/KHR historical data go?

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