Skip to content

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

DOP/ARS over 1Y: show the values
PointDOP/ARS
2025-09-2621.4666
2025-10-0322.7645
2025-10-1022.5665
2025-10-1722.2385
2025-10-2423.2808
2025-10-3122.4238
2025-11-0722.5525
2025-11-1421.8650
2025-11-2122.3358
2025-11-2823.1567
2025-12-0522.7309
2025-12-1322.5101
2025-12-2023.1743
2025-12-2723.1454
2026-01-0323.4145
2026-01-1023.1365
2026-01-1722.4884
2026-01-2422.7570
2026-01-3123.1268
2026-02-0722.8584
2026-02-1422.3528
2026-02-2122.4717
2026-02-2822.9871
2026-03-0723.5912
2026-03-1422.5834
2026-03-2123.3615
2026-03-2823.1727
2026-04-0422.9027
2026-04-1122.7117
2026-04-1822.6718
2026-04-2523.3788
2026-05-0223.4088
2026-05-0923.5661
2026-05-1723.5252
2026-05-2523.8474
2026-06-0124.0401
2026-06-1024.7083
2026-06-1724.5188
2026-06-2425.0206
2026-07-0124.9110
2026-07-0825.2105
2026-07-1525.1590
2026-07-2225.2914
2026-07-2925.8283
2026-08-0525.6980
2026-08-1225.5751
2026-08-2025.6338
2026-08-2726.0138
2026-09-0325.7525
2026-09-1025.7592
2026-09-1725.8004
2026-09-2425.4027

High

26.0138

Low

21.4666

Average

23.7075

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=ARS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=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&currencies=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.