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: show the values
| Point | DOP/KHR |
|---|---|
| 2025-09-26 | 64.3670 |
| 2025-10-03 | 64.0885 |
| 2025-10-10 | 63.8866 |
| 2025-10-17 | 63.5041 |
| 2025-10-24 | 63.1700 |
| 2025-10-31 | 62.5687 |
| 2025-11-07 | 62.4443 |
| 2025-11-14 | 62.3019 |
| 2025-11-21 | 62.8648 |
| 2025-11-28 | 63.9344 |
| 2025-12-05 | 62.9702 |
| 2025-12-13 | 62.6621 |
| 2025-12-20 | 64.0423 |
| 2025-12-27 | 63.9297 |
| 2026-01-03 | 63.5962 |
| 2026-01-10 | 63.4115 |
| 2026-01-17 | 63.4438 |
| 2026-01-24 | 63.9874 |
| 2026-01-31 | 64.0715 |
| 2026-02-07 | 64.0704 |
| 2026-02-14 | 64.5235 |
| 2026-02-21 | 65.7090 |
| 2026-02-28 | 66.6542 |
| 2026-03-07 | 66.6114 |
| 2026-03-14 | 64.9018 |
| 2026-03-21 | 67.9379 |
| 2026-03-28 | 67.1745 |
| 2026-04-04 | 65.8624 |
| 2026-04-11 | 66.5010 |
| 2026-04-18 | 66.4182 |
| 2026-04-25 | 67.2547 |
| 2026-05-02 | 67.4326 |
| 2026-05-09 | 67.5648 |
| 2026-05-17 | 67.5402 |
| 2026-05-25 | 68.0563 |
| 2026-06-01 | 68.3595 |
| 2026-06-10 | 68.9630 |
| 2026-06-17 | 68.4850 |
| 2026-06-24 | 68.2074 |
| 2026-07-01 | 67.5517 |
| 2026-07-08 | 68.0654 |
| 2026-07-15 | 69.1761 |
| 2026-07-22 | 69.1825 |
| 2026-07-29 | 69.5774 |
| 2026-08-05 | 69.4314 |
| 2026-08-12 | 69.4291 |
| 2026-08-20 | 68.9591 |
| 2026-08-27 | 69.5134 |
| 2026-09-03 | 68.9677 |
| 2026-09-10 | 68.9764 |
| 2026-09-17 | 69.3891 |
| 2026-09-24 | 68.1732 |
High
69.5774
Low
62.3019
Average
66.1908
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.