Skip to content

DOP to SLL exchange rate API

Dominican Peso to Leone · quoted 2026-09-27

385.5098

▲ +5.03% over 1Y

1 DOP = 385.5098 SLL · 1 SLL = 0.002594 DOP · Get this rate via the API

1 DOP buys 385.5098 SLL as of 2026-09-27, so 1 SLL buys 0.002594 DOP. Over the last year, DOP/SLL traded between 347.2524 and 417.2539, averaged 374.4096 and rose 5.03%. The API holds daily DOP/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/SLL over 1Y

DOP/SLL over 1Y: show the values
PointDOP/SLL
2025-09-27367.0543
2025-10-04365.1305
2025-10-11361.0518
2025-10-18358.0683
2025-10-25354.2732
2025-11-01353.5806
2025-11-08353.4065
2025-11-15356.8315
2025-11-22361.2380
2025-11-29365.6459
2025-12-06368.8656
2025-12-14361.6693
2025-12-21366.0382
2025-12-28364.7953
2026-01-04361.2529
2026-01-11359.3719
2026-01-18360.2841
2026-01-25363.1003
2026-02-01364.5727
2026-02-08364.7884
2026-02-15367.7521
2026-02-22375.3360
2026-03-01384.1621
2026-03-08406.3971
2026-03-15372.1994
2026-03-22384.7746
2026-03-29383.0282
2026-04-05377.4824
2026-04-16352.7779
2026-04-23347.2524
2026-04-30353.1704
2026-05-07350.7271
2026-05-15352.1728
2026-05-23387.6689
2026-05-30389.7654
2026-06-06391.4590
2026-06-15388.7171
2026-06-22390.8699
2026-06-29387.8739
2026-07-06385.3783
2026-07-13388.5299
2026-07-20390.6820
2026-07-27393.3620
2026-08-03393.7820
2026-08-10392.3594
2026-08-17392.2111
2026-08-25390.4742
2026-09-01388.9877
2026-09-08387.2302
2026-09-15388.9313
2026-09-22417.2539

High

417.2539

Low

347.2524

Average

374.4096

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/SLL API questions

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

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

How far back does DOP/SLL historical data go?

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