DOP to IRR exchange rate API
Dominican Peso to Iranian Rial · quoted 2026-09-27
23108.81
▲ +3369.11% over YTD
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 year to date, DOP/IRR traded between 663.0350 and 23671.56, averaged 20951.29 and rose 3369.11%. 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 YTD: show the values
| Point | DOP/IRR |
|---|---|
| 2025-12-31 | 666.13 |
| 2026-01-07 | 663.03 |
| 2026-01-14 | 16295.70 |
| 2026-01-21 | 16913.84 |
| 2026-01-28 | 17192.06 |
| 2026-02-04 | 18362.99 |
| 2026-02-11 | 19945.82 |
| 2026-02-18 | 20790.09 |
| 2026-02-25 | 21271.67 |
| 2026-03-04 | 22024.84 |
| 2026-03-11 | 21896.23 |
| 2026-03-18 | 21639.88 |
| 2026-03-25 | 21937.45 |
| 2026-04-01 | 21857.61 |
| 2026-04-08 | 21694.12 |
| 2026-04-15 | 22070.97 |
| 2026-04-22 | 21921.92 |
| 2026-04-29 | 22210.83 |
| 2026-05-06 | 22132.98 |
| 2026-05-14 | 22260.56 |
| 2026-05-21 | 22424.44 |
| 2026-05-29 | 22775.23 |
| 2026-06-05 | 23584.91 |
| 2026-06-14 | 23427.40 |
| 2026-06-21 | 23506.04 |
| 2026-06-28 | 23115.13 |
| 2026-07-05 | 23328.59 |
| 2026-07-12 | 23470.45 |
| 2026-07-19 | 23528.15 |
| 2026-07-26 | 23671.56 |
| 2026-08-02 | 23653.74 |
| 2026-08-09 | 23643.51 |
| 2026-08-16 | 23479.14 |
| 2026-08-24 | 23441.51 |
| 2026-08-31 | 23356.64 |
| 2026-09-07 | 23215.31 |
| 2026-09-14 | 23270.65 |
| 2026-09-21 | 23350.19 |
High
23671.56
Low
663.0350
Average
20951.29
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.