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: show the values
| Point | DOP/STD |
|---|---|
| 2024-08-24 | 369.2582 |
| 2024-10-07 | 370.0591 |
| 2024-11-06 | 377.4640 |
| 2024-12-06 | 387.0272 |
| 2025-01-05 | 390.4939 |
| 2025-02-04 | 384.7210 |
| 2025-03-06 | 368.9791 |
| 2025-04-06 | 353.5605 |
| 2025-05-06 | 372.0928 |
| 2025-06-07 | 366.5351 |
| 2025-07-07 | 350.1471 |
| 2025-08-06 | 351.9054 |
| 2025-09-05 | 335.4863 |
| 2025-10-06 | 336.4896 |
| 2025-11-05 | 335.2285 |
| 2025-12-05 | 333.1758 |
| 2026-01-05 | 334.0357 |
| 2026-02-04 | 333.2031 |
| 2026-03-06 | 357.2806 |
| 2026-04-05 | 352.1082 |
| 2026-05-05 | 347.2655 |
| 2026-06-06 | 366.2275 |
| 2026-07-08 | 366.3307 |
| 2026-08-07 | 366.1589 |
| 2026-09-07 | 359.2650 |
High
390.4939
Low
333.1758
Average
358.7604
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.