Skip to content

DOP to LAK exchange rate API

Dominican Peso to Kip · quoted 2026-09-26

375.6265

▲ +9.67% over YTD

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 year to date, DOP/LAK traded between 339.6496 and 389.6099, averaged 367.0877 and rose 9.67%. 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 YTD

DOP/LAK over YTD: show the values
PointDOP/LAK
2025-12-31342.5077
2026-01-07341.3335
2026-01-14339.6496
2026-01-21341.3827
2026-01-28340.9218
2026-02-04340.7926
2026-02-11342.7894
2026-02-18347.1601
2026-02-25351.1216
2026-03-04359.9150
2026-03-11354.8101
2026-03-18352.7052
2026-03-25359.2959
2026-04-01364.8204
2026-04-08361.3574
2026-04-15368.6547
2026-04-22366.6007
2026-04-29370.3774
2026-05-06368.5586
2026-05-14372.3834
2026-05-21372.4708
2026-05-29370.5841
2026-06-05376.8888
2026-06-14374.2288
2026-06-21377.0879
2026-06-28376.1131
2026-07-05381.9814
2026-07-12383.7506
2026-07-19385.9461
2026-07-26389.6099
2026-08-02388.7146
2026-08-09387.9408
2026-08-16383.6207
2026-08-24384.3020
2026-08-31382.5473
2026-09-07378.1700
2026-09-14379.0332
2026-09-21380.6663

High

389.6099

Low

339.6496

Average

367.0877

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.