DOP to IRR exchange rate API
Dominican Peso to Iranian Rial · quoted 2026-09-27
23108.81
▲ +4.73% over 6M
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 6 months, DOP/IRR traded between 21688.99 and 23657.85, averaged 22987.81 and rose 4.73%. 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 6M: show the values
| Point | DOP/IRR |
|---|---|
| 2026-03-31 | 22065.69 |
| 2026-04-07 | 21688.99 |
| 2026-04-14 | 22065.26 |
| 2026-04-21 | 22011.45 |
| 2026-04-28 | 22066.88 |
| 2026-05-05 | 22062.74 |
| 2026-05-12 | 22152.64 |
| 2026-05-20 | 22481.26 |
| 2026-05-28 | 22673.18 |
| 2026-06-04 | 23633.87 |
| 2026-06-13 | 23469.34 |
| 2026-06-20 | 23555.92 |
| 2026-06-27 | 23335.17 |
| 2026-07-04 | 23221.92 |
| 2026-07-11 | 23436.28 |
| 2026-07-18 | 23477.42 |
| 2026-07-25 | 23650.76 |
| 2026-08-01 | 23657.85 |
| 2026-08-08 | 23642.79 |
| 2026-08-15 | 23493.70 |
| 2026-08-23 | 23440.32 |
| 2026-08-30 | 23419.85 |
| 2026-09-06 | 23314.77 |
| 2026-09-13 | 23274.47 |
| 2026-09-20 | 23281.73 |
High
23657.85
Low
21688.99
Average
22987.81
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.