DOP to SDG exchange rate API
Dominican Peso to Sudanese Pound · quoted 2026-09-24
10.0578
▲ +5.90% over YTD
1 DOP = 10.0578 SDG · 1 SDG = 0.09943 DOP · Get this rate via the API
1 DOP buys 10.0578 SDG as of 2026-09-24, so 1 SDG buys 0.09943 DOP. Over the year to date, DOP/SDG traded between 9.4069 and 10.3297, averaged 9.9977 and rose 5.90%. The API holds daily DOP/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/SDG over YTD: show the values
| Point | DOP/SDG |
|---|---|
| 2025-12-31 | 9.4971 |
| 2026-01-07 | 9.4638 |
| 2026-01-14 | 9.4103 |
| 2026-01-21 | 9.4759 |
| 2026-01-28 | 9.5380 |
| 2026-02-04 | 9.5549 |
| 2026-02-11 | 9.5701 |
| 2026-02-18 | 9.7374 |
| 2026-02-25 | 9.8524 |
| 2026-03-04 | 10.0876 |
| 2026-03-11 | 9.9501 |
| 2026-03-18 | 9.8787 |
| 2026-03-25 | 10.0314 |
| 2026-04-01 | 9.4069 |
| 2026-04-08 | 9.8921 |
| 2026-04-15 | 10.0786 |
| 2026-04-22 | 9.9570 |
| 2026-04-29 | 10.1351 |
| 2026-05-06 | 10.0993 |
| 2026-05-14 | 10.1721 |
| 2026-05-21 | 10.1910 |
| 2026-05-29 | 10.1827 |
| 2026-06-05 | 10.2936 |
| 2026-06-14 | 10.2190 |
| 2026-06-21 | 10.2670 |
| 2026-06-28 | 10.0839 |
| 2026-07-05 | 10.1748 |
| 2026-07-12 | 10.2453 |
| 2026-07-19 | 10.2684 |
| 2026-07-26 | 10.3297 |
| 2026-08-02 | 10.3215 |
| 2026-08-09 | 10.3151 |
| 2026-08-16 | 10.2536 |
| 2026-08-24 | 10.2296 |
| 2026-08-31 | 10.1980 |
| 2026-09-07 | 10.1367 |
| 2026-09-14 | 10.1592 |
| 2026-09-21 | 10.1965 |
High
10.3297
Low
9.4069
Average
9.9977
Get this rate via the API
One GET request returns the DOP/SDG 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=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/SDG API questions
How do I get the DOP/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/SDG rate in rates.SDG.
How far back does DOP/SDG historical data go?
Daily DOP/SDG 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/SDG 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.