DOP to IDR exchange rate API
Dominican Peso to Rupiah · quoted 2026-09-26
301.0960
▲ +5.36% over 6M
1 DOP = 301.0960 IDR · 1 IDR = 0.003321 DOP · Get this rate via the API
1 DOP buys 301.0960 IDR as of 2026-09-26, so 1 IDR buys 0.003321 DOP. Over the last 6 months, DOP/IDR traded between 280.9075 and 311.4480, averaged 299.5188 and rose 5.36%. The API holds daily DOP/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/IDR over 6M: show the values
| Point | DOP/IDR |
|---|---|
| 2026-03-30 | 285.7650 |
| 2026-04-06 | 280.9075 |
| 2026-04-13 | 285.8639 |
| 2026-04-20 | 284.7678 |
| 2026-04-27 | 289.3441 |
| 2026-05-04 | 292.5989 |
| 2026-05-11 | 293.7847 |
| 2026-05-19 | 299.7346 |
| 2026-05-27 | 302.9803 |
| 2026-06-03 | 309.7124 |
| 2026-06-12 | 304.5502 |
| 2026-06-19 | 304.6352 |
| 2026-06-26 | 302.6999 |
| 2026-07-03 | 303.2926 |
| 2026-07-10 | 307.8884 |
| 2026-07-17 | 306.1131 |
| 2026-07-24 | 308.1307 |
| 2026-07-31 | 311.4480 |
| 2026-08-07 | 305.6814 |
| 2026-08-14 | 303.8599 |
| 2026-08-22 | 300.4392 |
| 2026-08-29 | 303.3867 |
| 2026-09-05 | 297.9483 |
| 2026-09-12 | 297.7604 |
| 2026-09-19 | 301.5237 |
| 2026-09-26 | 301.0960 |
High
311.4480
Low
280.9075
Average
299.5188
Get this rate via the API
One GET request returns the DOP/IDR 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=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/IDR API questions
How do I get the DOP/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/IDR rate in rates.IDR.
How far back does DOP/IDR historical data go?
Daily DOP/IDR 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/IDR 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.