DOP to STD exchange rate API
Dominican Peso to Dobra · quoted 2026-09-25
363.2722
▲ +8.81% over YTD
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 year to date, DOP/STD traded between 328.1165 and 372.2899, averaged 353.7177 and rose 8.81%. 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 YTD: show the values
| Point | DOP/STD |
|---|---|
| 2025-12-31 | 333.8697 |
| 2026-01-07 | 332.8149 |
| 2026-01-14 | 332.3554 |
| 2026-01-21 | 333.2037 |
| 2026-01-28 | 328.1165 |
| 2026-02-04 | 333.2031 |
| 2026-02-11 | 332.5060 |
| 2026-02-18 | 338.4325 |
| 2026-02-25 | 343.3433 |
| 2026-03-04 | 357.5378 |
| 2026-03-11 | 351.9900 |
| 2026-03-18 | 352.3448 |
| 2026-03-25 | 356.3285 |
| 2026-04-01 | 355.8572 |
| 2026-04-08 | 349.9419 |
| 2026-04-15 | 347.0982 |
| 2026-04-22 | 343.4818 |
| 2026-04-29 | 349.3308 |
| 2026-05-06 | 348.1065 |
| 2026-05-14 | 357.0933 |
| 2026-05-21 | 360.2424 |
| 2026-05-29 | 359.7284 |
| 2026-06-05 | 363.9569 |
| 2026-06-14 | 362.0065 |
| 2026-06-21 | 367.0666 |
| 2026-06-28 | 363.8764 |
| 2026-07-05 | 364.7621 |
| 2026-07-12 | 366.7491 |
| 2026-07-19 | 366.6852 |
| 2026-07-26 | 372.2899 |
| 2026-08-02 | 367.5407 |
| 2026-08-09 | 366.0384 |
| 2026-08-16 | 363.1996 |
| 2026-08-24 | 362.0326 |
| 2026-08-31 | 363.5540 |
| 2026-09-07 | 359.2650 |
| 2026-09-14 | 360.6368 |
| 2026-09-21 | 365.1322 |
High
372.2899
Low
328.1165
Average
353.7177
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.