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: show the values
| Point | DOP/STD |
|---|---|
| 2026-03-29 | 357.6435 |
| 2026-04-05 | 352.1082 |
| 2026-04-12 | 344.2474 |
| 2026-04-19 | 344.6590 |
| 2026-04-26 | 348.0093 |
| 2026-05-03 | 347.8425 |
| 2026-05-10 | 348.9752 |
| 2026-05-18 | 345.7544 |
| 2026-05-26 | 360.3846 |
| 2026-06-02 | 362.1768 |
| 2026-06-11 | 366.9562 |
| 2026-06-18 | 365.9005 |
| 2026-06-25 | 369.7256 |
| 2026-07-02 | 348.1589 |
| 2026-07-09 | 367.0758 |
| 2026-07-16 | 370.4864 |
| 2026-07-23 | 372.3648 |
| 2026-07-30 | 371.7482 |
| 2026-08-06 | 366.6548 |
| 2026-08-13 | 366.1009 |
| 2026-08-21 | 361.1963 |
| 2026-08-28 | 362.1903 |
| 2026-09-04 | 358.8461 |
| 2026-09-11 | 360.8008 |
| 2026-09-18 | 349.4820 |
High
372.3648
Low
344.2474
Average
358.9523
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.