DOP to STD exchange rate API
Dominican Peso to Dobra · quoted 2026-09-25
363.2722
▲ +0.21% over 30D
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 30 days, DOP/STD traded between 349.4820 and 365.1322, averaged 361.2240 and rose 0.21%. 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 30D: show the values
| Point | DOP/STD |
|---|---|
| 2026-08-26 | 362.5269 |
| 2026-08-27 | 363.9720 |
| 2026-08-28 | 362.1903 |
| 2026-08-29 | 363.9570 |
| 2026-08-30 | 362.9217 |
| 2026-08-31 | 363.5540 |
| 2026-09-01 | 360.7027 |
| 2026-09-02 | 361.7355 |
| 2026-09-03 | 362.9632 |
| 2026-09-04 | 358.8461 |
| 2026-09-05 | 355.4732 |
| 2026-09-06 | 360.5035 |
| 2026-09-07 | 359.2650 |
| 2026-09-08 | 358.8407 |
| 2026-09-09 | 362.0469 |
| 2026-09-10 | 360.8040 |
| 2026-09-11 | 360.8008 |
| 2026-09-12 | 358.6643 |
| 2026-09-13 | 357.1968 |
| 2026-09-14 | 360.6368 |
| 2026-09-15 | 361.8842 |
| 2026-09-16 | 361.6831 |
| 2026-09-17 | 364.9687 |
| 2026-09-18 | 349.4820 |
| 2026-09-19 | 361.9233 |
| 2026-09-20 | 362.1734 |
| 2026-09-21 | 365.1322 |
| 2026-09-22 | 364.3617 |
| 2026-09-23 | 362.1902 |
| 2026-09-24 | 363.2722 |
High
365.1322
Low
349.4820
Average
361.2240
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.