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: show the values
| Point | DOP/IRR |
|---|---|
| 2025-09-27 | 677.23 |
| 2025-10-04 | 671.06 |
| 2025-10-11 | 668.66 |
| 2025-10-18 | 663.52 |
| 2025-10-25 | 656.31 |
| 2025-11-01 | 655.35 |
| 2025-11-08 | 656.73 |
| 2025-11-15 | 655.38 |
| 2025-11-22 | 668.28 |
| 2025-11-29 | 671.65 |
| 2025-12-06 | 656.62 |
| 2025-12-14 | 662.06 |
| 2025-12-21 | 670.67 |
| 2025-12-28 | 667.74 |
| 2026-01-04 | 665.94 |
| 2026-01-11 | 15747.72 |
| 2026-01-18 | 16800.79 |
| 2026-01-25 | 17104.88 |
| 2026-02-01 | 17676.94 |
| 2026-02-08 | 19163.80 |
| 2026-02-15 | 20577.49 |
| 2026-02-22 | 21017.73 |
| 2026-03-01 | 22023.44 |
| 2026-03-08 | 21893.43 |
| 2026-03-15 | 21446.72 |
| 2026-03-22 | 22146.69 |
| 2026-03-29 | 22024.07 |
| 2026-04-05 | 21686.49 |
| 2026-04-12 | 21889.70 |
| 2026-04-19 | 22005.38 |
| 2026-04-26 | 22143.62 |
| 2026-05-03 | 22082.59 |
| 2026-05-10 | 22112.35 |
| 2026-05-18 | 22033.55 |
| 2026-05-26 | 22481.18 |
| 2026-06-02 | 23109.23 |
| 2026-06-11 | 23558.54 |
| 2026-06-18 | 23479.10 |
| 2026-06-25 | 23497.74 |
| 2026-07-02 | 23145.58 |
| 2026-07-09 | 23386.51 |
| 2026-07-16 | 23651.94 |
| 2026-07-23 | 23573.72 |
| 2026-07-30 | 23693.80 |
| 2026-08-06 | 23614.22 |
| 2026-08-13 | 23537.36 |
| 2026-08-21 | 23492.48 |
| 2026-08-28 | 23373.99 |
| 2026-09-04 | 23225.80 |
| 2026-09-11 | 23356.20 |
| 2026-09-18 | 23209.90 |
| 2026-09-25 | 23141.59 |
High
23693.80
Low
655.3451
Average
15946.83
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.