Skip to content

DOP to STD exchange rate API

Dominican Peso to Dobra · quoted 2026-09-25

363.2722

▲ +8.81% over YTD

1 DOP = 363.2722 STD · 1 STD = 0.002753 DOP · Get this rate via the API

1 DOP buys 363.2722 STD as of 2026-09-25, so 1 STD buys 0.002753 DOP. Over the year to date, DOP/STD traded between 328.1165 and 372.2899, averaged 353.7177 and rose 8.81%. The API holds daily DOP/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/STD over YTD

DOP/STD over YTD: show the values
PointDOP/STD
2025-12-31333.8697
2026-01-07332.8149
2026-01-14332.3554
2026-01-21333.2037
2026-01-28328.1165
2026-02-04333.2031
2026-02-11332.5060
2026-02-18338.4325
2026-02-25343.3433
2026-03-04357.5378
2026-03-11351.9900
2026-03-18352.3448
2026-03-25356.3285
2026-04-01355.8572
2026-04-08349.9419
2026-04-15347.0982
2026-04-22343.4818
2026-04-29349.3308
2026-05-06348.1065
2026-05-14357.0933
2026-05-21360.2424
2026-05-29359.7284
2026-06-05363.9569
2026-06-14362.0065
2026-06-21367.0666
2026-06-28363.8764
2026-07-05364.7621
2026-07-12366.7491
2026-07-19366.6852
2026-07-26372.2899
2026-08-02367.5407
2026-08-09366.0384
2026-08-16363.1996
2026-08-24362.0326
2026-08-31363.5540
2026-09-07359.2650
2026-09-14360.6368
2026-09-21365.1322

High

372.2899

Low

328.1165

Average

353.7177

For developers

Get this rate via the API

One GET request returns the DOP/STD 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=STD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=STD");
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=STD").json()

Replace YOUR_API_KEY with the key from your dashboard.

DOP/STD API questions

How do I get the DOP/STD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=STD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/STD rate in rates.STD.

How far back does DOP/STD historical data go?

Daily DOP/STD 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/STD 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.