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: show the values
| Point | DOP/SLL |
|---|---|
| 2025-09-27 | 367.0543 |
| 2025-10-04 | 365.1305 |
| 2025-10-11 | 361.0518 |
| 2025-10-18 | 358.0683 |
| 2025-10-25 | 354.2732 |
| 2025-11-01 | 353.5806 |
| 2025-11-08 | 353.4065 |
| 2025-11-15 | 356.8315 |
| 2025-11-22 | 361.2380 |
| 2025-11-29 | 365.6459 |
| 2025-12-06 | 368.8656 |
| 2025-12-14 | 361.6693 |
| 2025-12-21 | 366.0382 |
| 2025-12-28 | 364.7953 |
| 2026-01-04 | 361.2529 |
| 2026-01-11 | 359.3719 |
| 2026-01-18 | 360.2841 |
| 2026-01-25 | 363.1003 |
| 2026-02-01 | 364.5727 |
| 2026-02-08 | 364.7884 |
| 2026-02-15 | 367.7521 |
| 2026-02-22 | 375.3360 |
| 2026-03-01 | 384.1621 |
| 2026-03-08 | 406.3971 |
| 2026-03-15 | 372.1994 |
| 2026-03-22 | 384.7746 |
| 2026-03-29 | 383.0282 |
| 2026-04-05 | 377.4824 |
| 2026-04-16 | 352.7779 |
| 2026-04-23 | 347.2524 |
| 2026-04-30 | 353.1704 |
| 2026-05-07 | 350.7271 |
| 2026-05-15 | 352.1728 |
| 2026-05-23 | 387.6689 |
| 2026-05-30 | 389.7654 |
| 2026-06-06 | 391.4590 |
| 2026-06-15 | 388.7171 |
| 2026-06-22 | 390.8699 |
| 2026-06-29 | 387.8739 |
| 2026-07-06 | 385.3783 |
| 2026-07-13 | 388.5299 |
| 2026-07-20 | 390.6820 |
| 2026-07-27 | 393.3620 |
| 2026-08-03 | 393.7820 |
| 2026-08-10 | 392.3594 |
| 2026-08-17 | 392.2111 |
| 2026-08-25 | 390.4742 |
| 2026-09-01 | 388.9877 |
| 2026-09-08 | 387.2302 |
| 2026-09-15 | 388.9313 |
| 2026-09-22 | 417.2539 |
High
417.2539
Low
347.2524
Average
374.4096
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.