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: show the values
| Point | DOP/SOS |
|---|---|
| 2025-09-26 | 9.1605 |
| 2025-10-03 | 9.1353 |
| 2025-10-10 | 9.0694 |
| 2025-10-17 | 9.0039 |
| 2025-10-24 | 8.9307 |
| 2025-10-31 | 9.2277 |
| 2025-11-07 | 8.8927 |
| 2025-11-14 | 8.9100 |
| 2025-11-21 | 8.9446 |
| 2025-11-28 | 9.0810 |
| 2025-12-05 | 8.9844 |
| 2025-12-13 | 8.9431 |
| 2025-12-20 | 9.1159 |
| 2025-12-27 | 9.0991 |
| 2026-01-03 | 9.0523 |
| 2026-01-10 | 9.0065 |
| 2026-01-17 | 8.9998 |
| 2026-01-24 | 9.2211 |
| 2026-01-31 | 9.2350 |
| 2026-02-07 | 9.2456 |
| 2026-02-14 | 9.1683 |
| 2026-02-21 | 9.3305 |
| 2026-02-28 | 9.4936 |
| 2026-03-07 | 9.4831 |
| 2026-03-14 | 9.2485 |
| 2026-03-21 | 9.6836 |
| 2026-03-28 | 9.5689 |
| 2026-04-04 | 9.3793 |
| 2026-04-11 | 9.4659 |
| 2026-04-18 | 9.4659 |
| 2026-04-25 | 9.5927 |
| 2026-05-02 | 9.5960 |
| 2026-05-09 | 9.6293 |
| 2026-05-17 | 9.6378 |
| 2026-05-25 | 9.7107 |
| 2026-06-01 | 9.7237 |
| 2026-06-10 | 9.7933 |
| 2026-06-17 | 9.7373 |
| 2026-06-24 | 9.7191 |
| 2026-07-01 | 9.5741 |
| 2026-07-08 | 9.6552 |
| 2026-07-15 | 9.7771 |
| 2026-07-22 | 9.7762 |
| 2026-07-29 | 9.8051 |
| 2026-08-05 | 9.7907 |
| 2026-08-12 | 9.7890 |
| 2026-08-20 | 9.7107 |
| 2026-08-27 | 9.8149 |
| 2026-09-03 | 9.7221 |
| 2026-09-10 | 9.7160 |
| 2026-09-17 | 9.7942 |
| 2026-09-24 | 9.5924 |
High
9.8149
Low
8.8927
Average
9.4114
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.