Skip to content

DOP to IDR exchange rate API

Dominican Peso to Rupiah · quoted 2026-09-26

301.0960

▲ +12.44% over 1Y

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 year, DOP/IDR traded between 259.3733 and 311.2453, averaged 283.6293 and rose 12.44%. 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 1Y

DOP/IDR over 1Y: show the values
PointDOP/IDR
2025-09-26267.7863
2025-10-03264.7315
2025-10-10263.3557
2025-10-17262.3077
2025-10-24260.7104
2025-10-31259.6273
2025-11-07259.6344
2025-11-14259.3733
2025-11-21262.4021
2025-11-28266.0009
2025-12-05262.1102
2025-12-13260.3948
2025-12-20266.4646
2025-12-27267.4980
2026-01-03264.7899
2026-01-10265.5752
2026-01-17266.3324
2026-01-24266.5883
2026-01-31267.1425
2026-02-07267.8009
2026-02-14270.1798
2026-02-21275.5472
2026-02-28279.0784
2026-03-07281.4115
2026-03-14274.1487
2026-03-21287.4314
2026-03-28284.4837
2026-04-04279.4621
2026-04-11283.0524
2026-04-18283.8921
2026-04-25290.0814
2026-05-02291.3146
2026-05-09292.7942
2026-05-17296.5436
2026-05-25301.7361
2026-06-01303.6385
2026-06-10306.8850
2026-06-17303.8232
2026-06-24305.7773
2026-07-01301.5077
2026-07-08305.6336
2026-07-15309.2075
2026-07-22306.6833
2026-07-29311.2453
2026-08-05306.8789
2026-08-12306.0892
2026-08-20304.7291
2026-08-27304.6618
2026-09-03300.8119
2026-09-10299.0514
2026-09-17302.3390
2026-09-24300.5127

High

311.2453

Low

259.3733

Average

283.6293

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.