Skip to content

DOP to STD exchange rate API

Dominican Peso to Dobra · quoted 2026-09-25

363.2722

▲ +6.94% over 1Y

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 year, DOP/STD traded between 329.4653 and 371.7848, averaged 349.4058 and rose 6.94%. 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 1Y

DOP/STD over 1Y: show the values
PointDOP/STD
2025-09-25339.6922
2025-10-02336.6012
2025-10-09337.5560
2025-10-16336.7093
2025-10-23334.7887
2025-10-30331.4209
2025-11-06333.3585
2025-11-13331.2963
2025-11-20338.4406
2025-11-27340.4842
2025-12-04335.1895
2025-12-12329.4653
2025-12-19335.5942
2025-12-26334.4089
2026-01-02332.2650
2026-01-09333.0543
2026-01-16333.0459
2026-01-23335.9294
2026-01-30330.0750
2026-02-06332.2044
2026-02-13334.4985
2026-02-20340.7663
2026-02-27347.5140
2026-03-06357.2806
2026-03-13349.4623
2026-03-20364.3314
2026-03-27359.5920
2026-04-03353.4643
2026-04-10342.8239
2026-04-17345.6853
2026-04-24346.9336
2026-05-01348.4267
2026-05-08346.9219
2026-05-16356.9727
2026-05-24359.4485
2026-05-31364.1783
2026-06-09369.1513
2026-06-16363.8307
2026-06-23368.3141
2026-06-30362.0253
2026-07-07365.0997
2026-07-14367.4989
2026-07-21369.8898
2026-07-28371.7848
2026-08-04368.9099
2026-08-11365.9457
2026-08-18362.7205
2026-08-26362.5269
2026-09-02361.7355
2026-09-09362.0469
2026-09-16361.6831
2026-09-23362.1902

High

371.7848

Low

329.4653

Average

349.4058

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.