Skip to content

DOP to STD exchange rate API

Dominican Peso to Dobra · quoted 2026-09-25

363.2722

▼ +1.62% over 5Y

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 5 years, DOP/STD traded between 333.1758 and 390.4939, averaged 358.7604 and fell 1.62%. 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 5Y

DOP/STD over 5Y: show the values
PointDOP/STD
2024-08-24369.2582
2024-10-07370.0591
2024-11-06377.4640
2024-12-06387.0272
2025-01-05390.4939
2025-02-04384.7210
2025-03-06368.9791
2025-04-06353.5605
2025-05-06372.0928
2025-06-07366.5351
2025-07-07350.1471
2025-08-06351.9054
2025-09-05335.4863
2025-10-06336.4896
2025-11-05335.2285
2025-12-05333.1758
2026-01-05334.0357
2026-02-04333.2031
2026-03-06357.2806
2026-04-05352.1082
2026-05-05347.2655
2026-06-06366.2275
2026-07-08366.3307
2026-08-07366.1589
2026-09-07359.2650

High

390.4939

Low

333.1758

Average

358.7604

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.