Skip to content

DOP to STD exchange rate API

Dominican Peso to Dobra · quoted 2026-09-25

363.2722

▲ +1.57% over 6M

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 last 6 months, DOP/STD traded between 344.2474 and 372.3648, averaged 358.9523 and rose 1.57%. 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 6M

DOP/STD over 6M: show the values
PointDOP/STD
2026-03-29357.6435
2026-04-05352.1082
2026-04-12344.2474
2026-04-19344.6590
2026-04-26348.0093
2026-05-03347.8425
2026-05-10348.9752
2026-05-18345.7544
2026-05-26360.3846
2026-06-02362.1768
2026-06-11366.9562
2026-06-18365.9005
2026-06-25369.7256
2026-07-02348.1589
2026-07-09367.0758
2026-07-16370.4864
2026-07-23372.3648
2026-07-30371.7482
2026-08-06366.6548
2026-08-13366.1009
2026-08-21361.1963
2026-08-28362.1903
2026-09-04358.8461
2026-09-11360.8008
2026-09-18349.4820

High

372.3648

Low

344.2474

Average

358.9523

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.