Skip to content

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

DOP/SDG over YTD: show the values
PointDOP/SDG
2025-12-319.4971
2026-01-079.4638
2026-01-149.4103
2026-01-219.4759
2026-01-289.5380
2026-02-049.5549
2026-02-119.5701
2026-02-189.7374
2026-02-259.8524
2026-03-0410.0876
2026-03-119.9501
2026-03-189.8787
2026-03-2510.0314
2026-04-019.4069
2026-04-089.8921
2026-04-1510.0786
2026-04-229.9570
2026-04-2910.1351
2026-05-0610.0993
2026-05-1410.1721
2026-05-2110.1910
2026-05-2910.1827
2026-06-0510.2936
2026-06-1410.2190
2026-06-2110.2670
2026-06-2810.0839
2026-07-0510.1748
2026-07-1210.2453
2026-07-1910.2684
2026-07-2610.3297
2026-08-0210.3215
2026-08-0910.3151
2026-08-1610.2536
2026-08-2410.2296
2026-08-3110.1980
2026-09-0710.1367
2026-09-1410.1592
2026-09-2110.1965

High

10.3297

Low

9.4069

Average

9.9977

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=SDG");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=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&currencies=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.