Skip to content

DOP to IRR exchange rate API

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

23108.81

▲ +3312.25% over 1Y

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 year, DOP/IRR traded between 655.3451 and 23693.80, averaged 15946.83 and rose 3312.25%. 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 1Y

DOP/IRR over 1Y: show the values
PointDOP/IRR
2025-09-27677.23
2025-10-04671.06
2025-10-11668.66
2025-10-18663.52
2025-10-25656.31
2025-11-01655.35
2025-11-08656.73
2025-11-15655.38
2025-11-22668.28
2025-11-29671.65
2025-12-06656.62
2025-12-14662.06
2025-12-21670.67
2025-12-28667.74
2026-01-04665.94
2026-01-1115747.72
2026-01-1816800.79
2026-01-2517104.88
2026-02-0117676.94
2026-02-0819163.80
2026-02-1520577.49
2026-02-2221017.73
2026-03-0122023.44
2026-03-0821893.43
2026-03-1521446.72
2026-03-2222146.69
2026-03-2922024.07
2026-04-0521686.49
2026-04-1221889.70
2026-04-1922005.38
2026-04-2622143.62
2026-05-0322082.59
2026-05-1022112.35
2026-05-1822033.55
2026-05-2622481.18
2026-06-0223109.23
2026-06-1123558.54
2026-06-1823479.10
2026-06-2523497.74
2026-07-0223145.58
2026-07-0923386.51
2026-07-1623651.94
2026-07-2323573.72
2026-07-3023693.80
2026-08-0623614.22
2026-08-1323537.36
2026-08-2123492.48
2026-08-2823373.99
2026-09-0423225.80
2026-09-1123356.20
2026-09-1823209.90
2026-09-2523141.59

High

23693.80

Low

655.3451

Average

15946.83

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.