Skip to content

DOP to SOS exchange rate API

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

9.6008

▲ +6.13% over YTD

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 year to date, DOP/SOS traded between 8.8825 and 10.0109, averaged 9.5262 and rose 6.13%. 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 YTD

DOP/SOS over YTD: show the values
PointDOP/SOS
2025-12-319.0463
2026-01-078.8825
2026-01-148.9487
2026-01-218.9912
2026-01-289.0768
2026-02-049.1016
2026-02-119.1127
2026-02-189.2372
2026-02-259.3675
2026-03-049.6052
2026-03-119.4689
2026-03-189.3610
2026-03-259.5505
2026-04-019.5082
2026-04-089.4180
2026-04-159.5890
2026-04-229.4956
2026-04-299.6455
2026-05-069.5922
2026-05-149.7061
2026-05-219.7036
2026-05-299.6493
2026-06-059.8069
2026-06-149.7298
2026-06-219.7755
2026-06-289.6023
2026-07-059.6940
2026-07-129.7208
2026-07-199.7769
2026-07-269.8359
2026-08-029.8158
2026-08-0910.0109
2026-08-169.6624
2026-08-249.7054
2026-08-319.7091
2026-09-079.6518
2026-09-149.6729
2026-09-219.6922

High

10.0109

Low

8.8825

Average

9.5262

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.