DOP to SDG exchange rate API
Dominican Peso to Sudanese Pound · quoted 2026-09-24
10.0578
▲ +3.85% over 1Y
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 last year, DOP/SDG traded between 9.3357 and 10.3249, averaged 9.8588 and rose 3.85%. 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 1Y: show the values
| Point | DOP/SDG |
|---|---|
| 2025-09-24 | 9.6850 |
| 2025-10-01 | 9.6410 |
| 2025-10-08 | 9.5919 |
| 2025-10-15 | 9.5572 |
| 2025-10-22 | 9.4490 |
| 2025-10-29 | 9.3694 |
| 2025-11-05 | 9.3602 |
| 2025-11-12 | 9.3357 |
| 2025-11-19 | 9.3766 |
| 2025-11-26 | 9.5585 |
| 2025-12-03 | 9.4934 |
| 2025-12-11 | 9.3703 |
| 2025-12-18 | 9.5103 |
| 2025-12-25 | 9.5719 |
| 2026-01-01 | 9.5075 |
| 2026-01-08 | 9.4528 |
| 2026-01-15 | 9.4146 |
| 2026-01-22 | 9.5132 |
| 2026-01-29 | 9.5352 |
| 2026-02-05 | 9.5218 |
| 2026-02-12 | 9.5751 |
| 2026-02-19 | 9.7220 |
| 2026-02-26 | 9.9197 |
| 2026-03-05 | 10.1109 |
| 2026-03-12 | 9.8537 |
| 2026-03-19 | 9.8667 |
| 2026-03-26 | 9.9215 |
| 2026-04-02 | 9.3558 |
| 2026-04-09 | 9.9094 |
| 2026-04-16 | 10.1109 |
| 2026-04-23 | 9.9441 |
| 2026-04-30 | 10.1136 |
| 2026-05-07 | 10.0438 |
| 2026-05-15 | 10.0854 |
| 2026-05-23 | 10.1739 |
| 2026-05-30 | 10.2294 |
| 2026-06-06 | 10.2988 |
| 2026-06-15 | 10.2242 |
| 2026-06-22 | 10.2698 |
| 2026-06-29 | 10.2005 |
| 2026-07-06 | 10.1279 |
| 2026-07-13 | 10.1891 |
| 2026-07-20 | 10.2492 |
| 2026-07-27 | 10.3249 |
| 2026-08-03 | 10.3214 |
| 2026-08-10 | 10.3080 |
| 2026-08-17 | 10.2757 |
| 2026-08-25 | 10.2510 |
| 2026-09-01 | 10.1850 |
| 2026-09-08 | 10.1387 |
| 2026-09-15 | 10.1811 |
| 2026-09-22 | 10.1645 |
High
10.3249
Low
9.3357
Average
9.8588
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.