DOP to KHR exchange rate API
Dominican Peso to Riel · quoted 2026-09-26
68.2468
▲ +7.47% over YTD
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 year to date, DOP/KHR traded between 63.1968 and 69.6662, averaged 67.1671 and rose 7.47%. 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 YTD: show the values
| Point | DOP/KHR |
|---|---|
| 2025-12-31 | 63.5060 |
| 2026-01-07 | 63.3956 |
| 2026-01-14 | 63.1968 |
| 2026-01-21 | 63.5957 |
| 2026-01-28 | 63.8460 |
| 2026-02-04 | 64.1727 |
| 2026-02-11 | 64.2809 |
| 2026-02-18 | 65.1741 |
| 2026-02-25 | 65.8678 |
| 2026-03-04 | 67.5053 |
| 2026-03-11 | 66.5289 |
| 2026-03-18 | 65.9434 |
| 2026-03-25 | 67.0052 |
| 2026-04-01 | 66.6109 |
| 2026-04-08 | 65.7845 |
| 2026-04-15 | 67.3162 |
| 2026-04-22 | 66.4312 |
| 2026-04-29 | 67.6789 |
| 2026-05-06 | 67.3220 |
| 2026-05-14 | 67.9613 |
| 2026-05-21 | 68.2148 |
| 2026-05-29 | 68.1361 |
| 2026-06-05 | 69.1406 |
| 2026-06-14 | 68.5764 |
| 2026-06-21 | 68.7888 |
| 2026-06-28 | 67.5684 |
| 2026-07-05 | 68.1259 |
| 2026-07-12 | 68.8690 |
| 2026-07-19 | 69.1019 |
| 2026-07-26 | 69.5682 |
| 2026-08-02 | 69.5633 |
| 2026-08-09 | 69.6662 |
| 2026-08-16 | 69.1045 |
| 2026-08-24 | 68.9087 |
| 2026-08-31 | 69.0526 |
| 2026-09-07 | 68.3582 |
| 2026-09-14 | 68.5799 |
| 2026-09-21 | 68.8220 |
High
69.6662
Low
63.1968
Average
67.1671
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.