Skip to content

LSL to DOP exchange rate API

Loti to Dominican Peso · quoted 2026-09-26

3.6467

▲ +4.88% over 6M

1 LSL = 3.6467 DOP · 1 DOP = 0.27422 LSL · Get this rate via the API

1 LSL buys 3.6467 DOP as of 2026-09-26, so 1 DOP buys 0.27422 LSL. Over the last 6 months, LSL/DOP traded between 3.4568 and 3.7087, averaged 3.5975 and rose 4.88%. The API holds daily LSL/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LSL/DOP over 6M

LSL/DOP over 6M: show the values
PointLSL/DOP
2026-03-303.4769
2026-04-063.5817
2026-04-133.6701
2026-04-203.6582
2026-04-273.5826
2026-05-043.5713
2026-05-113.6249
2026-05-193.5555
2026-05-273.5996
2026-06-033.5651
2026-06-123.5863
2026-06-193.5366
2026-06-263.5710
2026-07-033.6503
2026-07-103.6055
2026-07-173.5606
2026-07-243.4568
2026-07-313.5098
2026-08-073.5683
2026-08-143.6138
2026-08-223.6714
2026-08-293.6214
2026-09-053.7087
2026-09-123.6618
2026-09-193.6320
2026-09-263.6467

High

3.7087

Low

3.4568

Average

3.5975

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL&currencies=DOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

LSL/DOP API questions

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

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

How far back does LSL/DOP historical data go?

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