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: show the values
| Point | DOP/IDR |
|---|---|
| 2025-09-26 | 267.7863 |
| 2025-10-03 | 264.7315 |
| 2025-10-10 | 263.3557 |
| 2025-10-17 | 262.3077 |
| 2025-10-24 | 260.7104 |
| 2025-10-31 | 259.6273 |
| 2025-11-07 | 259.6344 |
| 2025-11-14 | 259.3733 |
| 2025-11-21 | 262.4021 |
| 2025-11-28 | 266.0009 |
| 2025-12-05 | 262.1102 |
| 2025-12-13 | 260.3948 |
| 2025-12-20 | 266.4646 |
| 2025-12-27 | 267.4980 |
| 2026-01-03 | 264.7899 |
| 2026-01-10 | 265.5752 |
| 2026-01-17 | 266.3324 |
| 2026-01-24 | 266.5883 |
| 2026-01-31 | 267.1425 |
| 2026-02-07 | 267.8009 |
| 2026-02-14 | 270.1798 |
| 2026-02-21 | 275.5472 |
| 2026-02-28 | 279.0784 |
| 2026-03-07 | 281.4115 |
| 2026-03-14 | 274.1487 |
| 2026-03-21 | 287.4314 |
| 2026-03-28 | 284.4837 |
| 2026-04-04 | 279.4621 |
| 2026-04-11 | 283.0524 |
| 2026-04-18 | 283.8921 |
| 2026-04-25 | 290.0814 |
| 2026-05-02 | 291.3146 |
| 2026-05-09 | 292.7942 |
| 2026-05-17 | 296.5436 |
| 2026-05-25 | 301.7361 |
| 2026-06-01 | 303.6385 |
| 2026-06-10 | 306.8850 |
| 2026-06-17 | 303.8232 |
| 2026-06-24 | 305.7773 |
| 2026-07-01 | 301.5077 |
| 2026-07-08 | 305.6336 |
| 2026-07-15 | 309.2075 |
| 2026-07-22 | 306.6833 |
| 2026-07-29 | 311.2453 |
| 2026-08-05 | 306.8789 |
| 2026-08-12 | 306.0892 |
| 2026-08-20 | 304.7291 |
| 2026-08-27 | 304.6618 |
| 2026-09-03 | 300.8119 |
| 2026-09-10 | 299.0514 |
| 2026-09-17 | 302.3390 |
| 2026-09-24 | 300.5127 |
High
311.2453
Low
259.3733
Average
283.6293
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.