Skip to content

DOP to SOS exchange rate API

Dominican Peso to Somali Shilling · quoted 2026-09-26

9.6008

▲ +4.81% over 1Y

1 DOP = 9.6008 SOS · 1 SOS = 0.10416 DOP · Get this rate via the API

1 DOP buys 9.6008 SOS as of 2026-09-26, so 1 SOS buys 0.10416 DOP. Over the last year, DOP/SOS traded between 8.8927 and 9.8149, averaged 9.4114 and rose 4.81%. The API holds daily DOP/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/SOS over 1Y

DOP/SOS over 1Y: show the values
PointDOP/SOS
2025-09-269.1605
2025-10-039.1353
2025-10-109.0694
2025-10-179.0039
2025-10-248.9307
2025-10-319.2277
2025-11-078.8927
2025-11-148.9100
2025-11-218.9446
2025-11-289.0810
2025-12-058.9844
2025-12-138.9431
2025-12-209.1159
2025-12-279.0991
2026-01-039.0523
2026-01-109.0065
2026-01-178.9998
2026-01-249.2211
2026-01-319.2350
2026-02-079.2456
2026-02-149.1683
2026-02-219.3305
2026-02-289.4936
2026-03-079.4831
2026-03-149.2485
2026-03-219.6836
2026-03-289.5689
2026-04-049.3793
2026-04-119.4659
2026-04-189.4659
2026-04-259.5927
2026-05-029.5960
2026-05-099.6293
2026-05-179.6378
2026-05-259.7107
2026-06-019.7237
2026-06-109.7933
2026-06-179.7373
2026-06-249.7191
2026-07-019.5741
2026-07-089.6552
2026-07-159.7771
2026-07-229.7762
2026-07-299.8051
2026-08-059.7907
2026-08-129.7890
2026-08-209.7107
2026-08-279.8149
2026-09-039.7221
2026-09-109.7160
2026-09-179.7942
2026-09-249.5924

High

9.8149

Low

8.8927

Average

9.4114

For developers

Get this rate via the API

One GET request returns the DOP/SOS 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=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=SOS");
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=SOS").json()

Replace YOUR_API_KEY with the key from your dashboard.

DOP/SOS API questions

How do I get the DOP/SOS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/SOS rate in rates.SOS.

How far back does DOP/SOS historical data go?

Daily DOP/SOS 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/SOS 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.