Skip to content

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

DOP/IDR over 6M: show the values
PointDOP/IDR
2026-03-30285.7650
2026-04-06280.9075
2026-04-13285.8639
2026-04-20284.7678
2026-04-27289.3441
2026-05-04292.5989
2026-05-11293.7847
2026-05-19299.7346
2026-05-27302.9803
2026-06-03309.7124
2026-06-12304.5502
2026-06-19304.6352
2026-06-26302.6999
2026-07-03303.2926
2026-07-10307.8884
2026-07-17306.1131
2026-07-24308.1307
2026-07-31311.4480
2026-08-07305.6814
2026-08-14303.8599
2026-08-22300.4392
2026-08-29303.3867
2026-09-05297.9483
2026-09-12297.7604
2026-09-19301.5237
2026-09-26301.0960

High

311.4480

Low

280.9075

Average

299.5188

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=IDR");
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=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&currencies=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.