Skip to content

DOP to LAK exchange rate API

Dominican Peso to Kip · quoted 2026-09-26

375.6265

▲ +2.58% over 6M

1 DOP = 375.6265 LAK · 1 LAK = 0.002662 DOP · Get this rate via the API

1 DOP buys 375.6265 LAK as of 2026-09-26, so 1 LAK buys 0.002662 DOP. Over the last 6 months, DOP/LAK traded between 361.2725 and 391.5551, averaged 376.7844 and rose 2.58%. The API holds daily DOP/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/LAK over 6M

DOP/LAK over 6M: show the values
PointDOP/LAK
2026-03-30366.1669
2026-04-06361.2725
2026-04-13366.2271
2026-04-20367.9648
2026-04-27367.8285
2026-05-04369.4252
2026-05-11368.7679
2026-05-19370.5412
2026-05-27372.6168
2026-06-03378.4703
2026-06-12375.0474
2026-06-19377.8201
2026-06-26376.1511
2026-07-03375.1827
2026-07-10384.2009
2026-07-17385.7272
2026-07-24388.7477
2026-07-31391.5551
2026-08-07387.4226
2026-08-14385.4944
2026-08-22382.7173
2026-08-29383.8306
2026-09-05379.3526
2026-09-12378.6328
2026-09-19380.7622
2026-09-26375.6265

High

391.5551

Low

361.2725

Average

376.7844

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/LAK API questions

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

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

How far back does DOP/LAK historical data go?

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