DOP to ARS exchange rate API
Dominican Peso to Argentine Peso · quoted 2026-09-26
25.6488
▲ +19.48% over 1Y
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 year, DOP/ARS traded between 21.4666 and 26.0138, averaged 23.7075 and rose 19.48%. 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 1Y: show the values
| Point | DOP/ARS |
|---|---|
| 2025-09-26 | 21.4666 |
| 2025-10-03 | 22.7645 |
| 2025-10-10 | 22.5665 |
| 2025-10-17 | 22.2385 |
| 2025-10-24 | 23.2808 |
| 2025-10-31 | 22.4238 |
| 2025-11-07 | 22.5525 |
| 2025-11-14 | 21.8650 |
| 2025-11-21 | 22.3358 |
| 2025-11-28 | 23.1567 |
| 2025-12-05 | 22.7309 |
| 2025-12-13 | 22.5101 |
| 2025-12-20 | 23.1743 |
| 2025-12-27 | 23.1454 |
| 2026-01-03 | 23.4145 |
| 2026-01-10 | 23.1365 |
| 2026-01-17 | 22.4884 |
| 2026-01-24 | 22.7570 |
| 2026-01-31 | 23.1268 |
| 2026-02-07 | 22.8584 |
| 2026-02-14 | 22.3528 |
| 2026-02-21 | 22.4717 |
| 2026-02-28 | 22.9871 |
| 2026-03-07 | 23.5912 |
| 2026-03-14 | 22.5834 |
| 2026-03-21 | 23.3615 |
| 2026-03-28 | 23.1727 |
| 2026-04-04 | 22.9027 |
| 2026-04-11 | 22.7117 |
| 2026-04-18 | 22.6718 |
| 2026-04-25 | 23.3788 |
| 2026-05-02 | 23.4088 |
| 2026-05-09 | 23.5661 |
| 2026-05-17 | 23.5252 |
| 2026-05-25 | 23.8474 |
| 2026-06-01 | 24.0401 |
| 2026-06-10 | 24.7083 |
| 2026-06-17 | 24.5188 |
| 2026-06-24 | 25.0206 |
| 2026-07-01 | 24.9110 |
| 2026-07-08 | 25.2105 |
| 2026-07-15 | 25.1590 |
| 2026-07-22 | 25.2914 |
| 2026-07-29 | 25.8283 |
| 2026-08-05 | 25.6980 |
| 2026-08-12 | 25.5751 |
| 2026-08-20 | 25.6338 |
| 2026-08-27 | 26.0138 |
| 2026-09-03 | 25.7525 |
| 2026-09-10 | 25.7592 |
| 2026-09-17 | 25.8004 |
| 2026-09-24 | 25.4027 |
High
26.0138
Low
21.4666
Average
23.7075
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.