Skip to content

DOP to LAK exchange rate API

Dominican Peso to Kip · quoted 2026-09-26

375.6265

▲ +1.44% over 5Y

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 5 years, DOP/LAK traded between 338.2392 and 387.4226, averaged 359.8536 and rose 1.44%. 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 5Y

DOP/LAK over 5Y: show the values
PointDOP/LAK
2024-08-24370.3050
2024-10-07368.6695
2024-11-06363.6530
2024-12-06362.3982
2025-01-05355.7581
2025-02-04352.0142
2025-03-06346.9514
2025-04-06344.8473
2025-05-06368.4491
2025-06-07364.3713
2025-07-07360.2587
2025-08-06355.1777
2025-09-05343.6418
2025-10-06346.8828
2025-11-05338.2392
2025-12-05341.1297
2026-01-05343.0282
2026-02-04340.7926
2026-03-06360.0143
2026-04-05361.8884
2026-05-05368.4812
2026-06-06375.9282
2026-07-08382.0938
2026-08-07387.4226
2026-09-07378.1700

High

387.4226

Low

338.2392

Average

359.8536

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.