Skip to content

DOP to IRR exchange rate API

Dominican Peso to Iranian Rial · quoted 2026-09-27

23108.81

▲ +3173.43% over 5Y

1 DOP = 23108.81 IRR · 1 IRR = 0.000043 DOP · Get this rate via the API

1 DOP buys 23108.81 IRR as of 2026-09-27, so 1 IRR buys 0.000043 DOP. Over the last 5 years, DOP/IRR traded between 656.7109 and 23598.78, averaged 8178.91 and rose 3173.43%. The API holds daily DOP/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/IRR over 5Y

DOP/IRR over 5Y: show the values
PointDOP/IRR
2024-08-24705.95
2024-10-07702.06
2024-11-06697.55
2024-12-06694.53
2025-01-05687.67
2025-02-04674.93
2025-03-06674.11
2025-04-06668.94
2025-05-06716.50
2025-06-07710.02
2025-07-07703.06
2025-08-06695.23
2025-09-05666.34
2025-10-06672.06
2025-11-05656.71
2025-12-05661.53
2026-01-05665.23
2026-02-0418362.99
2026-03-0622191.65
2026-04-0521686.49
2026-05-0522062.74
2026-06-0623598.78
2026-07-0823222.49
2026-08-0723550.08
2026-09-0723215.31

High

23598.78

Low

656.7109

Average

8178.91

For developers

Get this rate via the API

One GET request returns the DOP/IRR 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=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=IRR");
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=IRR").json()

Replace YOUR_API_KEY with the key from your dashboard.

DOP/IRR API questions

How do I get the DOP/IRR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/IRR rate in rates.IRR.

How far back does DOP/IRR historical data go?

Daily DOP/IRR 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/IRR 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.