Skip to content

DOP to KHR exchange rate API

Dominican Peso to Riel · quoted 2026-09-26

68.2468

▲ +6.03% over 1Y

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 year, DOP/KHR traded between 62.3019 and 69.5774, averaged 66.1908 and rose 6.03%. 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 1Y

DOP/KHR over 1Y: show the values
PointDOP/KHR
2025-09-2664.3670
2025-10-0364.0885
2025-10-1063.8866
2025-10-1763.5041
2025-10-2463.1700
2025-10-3162.5687
2025-11-0762.4443
2025-11-1462.3019
2025-11-2162.8648
2025-11-2863.9344
2025-12-0562.9702
2025-12-1362.6621
2025-12-2064.0423
2025-12-2763.9297
2026-01-0363.5962
2026-01-1063.4115
2026-01-1763.4438
2026-01-2463.9874
2026-01-3164.0715
2026-02-0764.0704
2026-02-1464.5235
2026-02-2165.7090
2026-02-2866.6542
2026-03-0766.6114
2026-03-1464.9018
2026-03-2167.9379
2026-03-2867.1745
2026-04-0465.8624
2026-04-1166.5010
2026-04-1866.4182
2026-04-2567.2547
2026-05-0267.4326
2026-05-0967.5648
2026-05-1767.5402
2026-05-2568.0563
2026-06-0168.3595
2026-06-1068.9630
2026-06-1768.4850
2026-06-2468.2074
2026-07-0167.5517
2026-07-0868.0654
2026-07-1569.1761
2026-07-2269.1825
2026-07-2969.5774
2026-08-0569.4314
2026-08-1269.4291
2026-08-2068.9591
2026-08-2769.5134
2026-09-0368.9677
2026-09-1068.9764
2026-09-1769.3891
2026-09-2468.1732

High

69.5774

Low

62.3019

Average

66.1908

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.