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: show the values
| Point | DOP/LKR |
|---|---|
| 2025-09-25 | 4.7864 |
| 2025-10-02 | 4.7582 |
| 2025-10-09 | 4.8409 |
| 2025-10-16 | 4.8215 |
| 2025-10-23 | 4.7841 |
| 2025-10-30 | 4.7479 |
| 2025-11-06 | 4.7447 |
| 2025-11-13 | 4.7505 |
| 2025-11-20 | 4.8661 |
| 2025-11-27 | 4.9284 |
| 2025-12-04 | 4.8725 |
| 2025-12-12 | 4.8422 |
| 2025-12-19 | 4.9345 |
| 2025-12-26 | 4.9424 |
| 2026-01-02 | 4.9143 |
| 2026-01-09 | 4.8753 |
| 2026-01-16 | 4.8636 |
| 2026-01-23 | 4.9372 |
| 2026-01-30 | 4.9246 |
| 2026-02-06 | 4.9120 |
| 2026-02-13 | 4.9665 |
| 2026-02-20 | 5.0390 |
| 2026-02-27 | 5.1344 |
| 2026-03-06 | 5.2439 |
| 2026-03-13 | 5.0882 |
| 2026-03-20 | 5.3131 |
| 2026-03-27 | 5.2973 |
| 2026-04-03 | 5.2074 |
| 2026-04-10 | 5.2371 |
| 2026-04-17 | 5.2890 |
| 2026-04-24 | 5.3403 |
| 2026-05-01 | 5.3895 |
| 2026-05-08 | 5.4028 |
| 2026-05-16 | 5.5146 |
| 2026-05-24 | 5.6222 |
| 2026-05-31 | 5.6861 |
| 2026-06-09 | 5.8072 |
| 2026-06-16 | 5.7039 |
| 2026-06-23 | 5.7205 |
| 2026-06-30 | 5.6417 |
| 2026-07-07 | 5.6816 |
| 2026-07-14 | 5.7261 |
| 2026-07-21 | 5.7672 |
| 2026-07-28 | 5.7795 |
| 2026-08-04 | 5.7896 |
| 2026-08-11 | 5.7500 |
| 2026-08-18 | 5.6592 |
| 2026-08-26 | 5.6402 |
| 2026-09-02 | 5.5883 |
| 2026-09-09 | 5.5905 |
| 2026-09-16 | 5.6093 |
| 2026-09-23 | 5.5440 |
High
5.8072
Low
4.7447
Average
5.2526
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.