Skip to content

DOP to LKR exchange rate API

Dominican Peso to Sri Lanka Rupee · quoted 2026-09-25

5.5680

▲ +16.33% over 1Y

1 DOP = 5.5680 LKR · 1 LKR = 0.17960 DOP · Get this rate via the API

1 DOP buys 5.5680 LKR as of 2026-09-25, so 1 LKR buys 0.17960 DOP. Over the last year, DOP/LKR traded between 4.7447 and 5.8072, averaged 5.2526 and rose 16.33%. The API holds daily DOP/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/LKR over 1Y

DOP/LKR over 1Y: show the values
PointDOP/LKR
2025-09-254.7864
2025-10-024.7582
2025-10-094.8409
2025-10-164.8215
2025-10-234.7841
2025-10-304.7479
2025-11-064.7447
2025-11-134.7505
2025-11-204.8661
2025-11-274.9284
2025-12-044.8725
2025-12-124.8422
2025-12-194.9345
2025-12-264.9424
2026-01-024.9143
2026-01-094.8753
2026-01-164.8636
2026-01-234.9372
2026-01-304.9246
2026-02-064.9120
2026-02-134.9665
2026-02-205.0390
2026-02-275.1344
2026-03-065.2439
2026-03-135.0882
2026-03-205.3131
2026-03-275.2973
2026-04-035.2074
2026-04-105.2371
2026-04-175.2890
2026-04-245.3403
2026-05-015.3895
2026-05-085.4028
2026-05-165.5146
2026-05-245.6222
2026-05-315.6861
2026-06-095.8072
2026-06-165.7039
2026-06-235.7205
2026-06-305.6417
2026-07-075.6816
2026-07-145.7261
2026-07-215.7672
2026-07-285.7795
2026-08-045.7896
2026-08-115.7500
2026-08-185.6592
2026-08-265.6402
2026-09-025.5883
2026-09-095.5905
2026-09-165.6093
2026-09-235.5440

High

5.8072

Low

4.7447

Average

5.2526

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/LKR API questions

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

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

How far back does DOP/LKR historical data go?

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