Skip to content

DOP to ARS exchange rate API

Dominican Peso to Argentine Peso · quoted 2026-09-26

25.6488

▲ +11.62% over YTD

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 year to date, DOP/ARS traded between 22.3886 and 25.7641, averaged 24.0881 and rose 11.62%. 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 YTD

DOP/ARS over YTD: show the values
PointDOP/ARS
2025-12-3122.9788
2026-01-0723.1460
2026-01-1422.8776
2026-01-2122.6516
2026-01-2822.9494
2026-02-0423.0155
2026-02-1122.3886
2026-02-1822.6164
2026-02-2522.6466
2026-03-0423.7797
2026-03-1123.1983
2026-03-1822.9810
2026-03-2523.3540
2026-04-0123.0053
2026-04-0822.9564
2026-04-1522.9075
2026-04-2222.8147
2026-04-2923.7075
2026-05-0623.4242
2026-05-1423.5925
2026-05-2123.7244
2026-05-2923.9134
2026-06-0524.6465
2026-06-1424.3309
2026-06-2125.0351
2026-06-2824.8221
2026-07-0525.2296
2026-07-1225.3906
2026-07-1925.2870
2026-07-2625.7572
2026-08-0225.5516
2026-08-0925.7641
2026-08-1625.4071
2026-08-2425.5748
2026-08-3125.6229
2026-09-0725.4898
2026-09-1425.6087
2026-09-2125.6418

High

25.7641

Low

22.3886

Average

24.0881

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.