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: show the values
| Point | DOP/STD |
|---|---|
| 2025-09-25 | 339.6922 |
| 2025-10-02 | 336.6012 |
| 2025-10-09 | 337.5560 |
| 2025-10-16 | 336.7093 |
| 2025-10-23 | 334.7887 |
| 2025-10-30 | 331.4209 |
| 2025-11-06 | 333.3585 |
| 2025-11-13 | 331.2963 |
| 2025-11-20 | 338.4406 |
| 2025-11-27 | 340.4842 |
| 2025-12-04 | 335.1895 |
| 2025-12-12 | 329.4653 |
| 2025-12-19 | 335.5942 |
| 2025-12-26 | 334.4089 |
| 2026-01-02 | 332.2650 |
| 2026-01-09 | 333.0543 |
| 2026-01-16 | 333.0459 |
| 2026-01-23 | 335.9294 |
| 2026-01-30 | 330.0750 |
| 2026-02-06 | 332.2044 |
| 2026-02-13 | 334.4985 |
| 2026-02-20 | 340.7663 |
| 2026-02-27 | 347.5140 |
| 2026-03-06 | 357.2806 |
| 2026-03-13 | 349.4623 |
| 2026-03-20 | 364.3314 |
| 2026-03-27 | 359.5920 |
| 2026-04-03 | 353.4643 |
| 2026-04-10 | 342.8239 |
| 2026-04-17 | 345.6853 |
| 2026-04-24 | 346.9336 |
| 2026-05-01 | 348.4267 |
| 2026-05-08 | 346.9219 |
| 2026-05-16 | 356.9727 |
| 2026-05-24 | 359.4485 |
| 2026-05-31 | 364.1783 |
| 2026-06-09 | 369.1513 |
| 2026-06-16 | 363.8307 |
| 2026-06-23 | 368.3141 |
| 2026-06-30 | 362.0253 |
| 2026-07-07 | 365.0997 |
| 2026-07-14 | 367.4989 |
| 2026-07-21 | 369.8898 |
| 2026-07-28 | 371.7848 |
| 2026-08-04 | 368.9099 |
| 2026-08-11 | 365.9457 |
| 2026-08-18 | 362.7205 |
| 2026-08-26 | 362.5269 |
| 2026-09-02 | 361.7355 |
| 2026-09-09 | 362.0469 |
| 2026-09-16 | 361.6831 |
| 2026-09-23 | 362.1902 |
High
371.7848
Low
329.4653
Average
349.4058
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.