Skip to content

DOP to LAK exchange rate API

Dominican Peso to Kip · quoted 2026-09-26

375.6265

▲ +7.65% over 1Y

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 year, DOP/LAK traded between 336.9623 and 388.2585, averaged 360.8388 and rose 7.65%. 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 1Y

DOP/LAK over 1Y: show the values
PointDOP/LAK
2025-09-26348.9484
2025-10-03345.8288
2025-10-10345.3135
2025-10-17342.3390
2025-10-24339.8001
2025-10-31337.7509
2025-11-07337.5681
2025-11-14336.9623
2025-11-21340.8930
2025-11-28346.4624
2025-12-05341.1297
2025-12-13339.6400
2025-12-20346.3537
2025-12-27344.7409
2026-01-03343.0127
2026-01-10340.3434
2026-01-17340.4838
2026-01-24341.5281
2026-01-31342.7167
2026-02-07339.9857
2026-02-14344.1417
2026-02-21351.3250
2026-02-28355.5592
2026-03-07357.3060
2026-03-14346.8215
2026-03-21364.6675
2026-03-28366.6804
2026-04-04361.1655
2026-04-11363.7265
2026-04-18362.1530
2026-04-25367.8285
2026-05-02369.3877
2026-05-09369.9217
2026-05-17368.4177
2026-05-25372.1065
2026-06-01374.2340
2026-06-10376.5949
2026-06-17375.9385
2026-06-24377.3068
2026-07-01376.5761
2026-07-08382.0938
2026-07-15384.7486
2026-07-22386.8016
2026-07-29388.0966
2026-08-05388.2585
2026-08-12386.2468
2026-08-20383.8736
2026-08-27384.9800
2026-09-03380.8604
2026-09-10381.0772
2026-09-17382.2969
2026-09-24375.8341

High

388.2585

Low

336.9623

Average

360.8388

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.