Skip to content

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

DOP/SDG over 1Y: show the values
PointDOP/SDG
2025-09-249.6850
2025-10-019.6410
2025-10-089.5919
2025-10-159.5572
2025-10-229.4490
2025-10-299.3694
2025-11-059.3602
2025-11-129.3357
2025-11-199.3766
2025-11-269.5585
2025-12-039.4934
2025-12-119.3703
2025-12-189.5103
2025-12-259.5719
2026-01-019.5075
2026-01-089.4528
2026-01-159.4146
2026-01-229.5132
2026-01-299.5352
2026-02-059.5218
2026-02-129.5751
2026-02-199.7220
2026-02-269.9197
2026-03-0510.1109
2026-03-129.8537
2026-03-199.8667
2026-03-269.9215
2026-04-029.3558
2026-04-099.9094
2026-04-1610.1109
2026-04-239.9441
2026-04-3010.1136
2026-05-0710.0438
2026-05-1510.0854
2026-05-2310.1739
2026-05-3010.2294
2026-06-0610.2988
2026-06-1510.2242
2026-06-2210.2698
2026-06-2910.2005
2026-07-0610.1279
2026-07-1310.1891
2026-07-2010.2492
2026-07-2710.3249
2026-08-0310.3214
2026-08-1010.3080
2026-08-1710.2757
2026-08-2510.2510
2026-09-0110.1850
2026-09-0810.1387
2026-09-1510.1811
2026-09-2210.1645

High

10.3249

Low

9.3357

Average

9.8588

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.