DOP to ARS exchange rate API
Dominican Peso to Argentine Peso · quoted 2026-09-26
25.6488
▼ +1.40% over 30D
1 DOP = 25.6488 ARS · 1 ARS = 0.03899 DOP · Get this rate via the API
1 DOP buys 25.6488 ARS as of 2026-09-26, so 1 ARS buys 0.03899 DOP. Over the last 30 days, DOP/ARS traded between 25.4027 and 26.0138, averaged 25.6235 and fell 1.40%. The API holds daily DOP/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/ARS over 30D: show the values
| Point | DOP/ARS |
|---|---|
| 2026-08-27 | 26.0138 |
| 2026-08-28 | 25.7227 |
| 2026-08-29 | 25.7801 |
| 2026-08-30 | 25.6701 |
| 2026-08-31 | 25.6229 |
| 2026-09-01 | 25.6045 |
| 2026-09-02 | 25.6948 |
| 2026-09-03 | 25.7525 |
| 2026-09-04 | 25.4853 |
| 2026-09-05 | 25.4758 |
| 2026-09-06 | 25.5800 |
| 2026-09-07 | 25.4898 |
| 2026-09-08 | 25.5401 |
| 2026-09-09 | 25.6578 |
| 2026-09-10 | 25.7592 |
| 2026-09-11 | 25.6997 |
| 2026-09-12 | 25.5315 |
| 2026-09-13 | 25.5329 |
| 2026-09-14 | 25.6087 |
| 2026-09-15 | 25.5769 |
| 2026-09-16 | 25.4968 |
| 2026-09-17 | 25.8004 |
| 2026-09-18 | 25.4961 |
| 2026-09-19 | 25.6950 |
| 2026-09-20 | 25.6537 |
| 2026-09-21 | 25.6418 |
| 2026-09-22 | 25.6410 |
| 2026-09-23 | 25.4455 |
| 2026-09-24 | 25.4027 |
| 2026-09-25 | 25.5833 |
| 2026-09-26 | 25.6488 |
High
26.0138
Low
25.4027
Average
25.6235
Get this rate via the API
One GET request returns the DOP/ARS 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=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/ARS API questions
How do I get the DOP/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/ARS rate in rates.ARS.
How far back does DOP/ARS historical data go?
Daily DOP/ARS 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/ARS 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.