Skip to content

DOP to LAK exchange rate API

Dominican Peso to Kip · quoted 2026-09-26

375.6265

▼ +2.43% over 30D

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 30 days, DOP/LAK traded between 375.6265 and 384.9800, averaged 379.6625 and fell 2.43%. 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 30D

DOP/LAK over 30D: show the values
PointDOP/LAK
2026-08-27384.9800
2026-08-28381.1897
2026-08-29383.8306
2026-08-30381.9476
2026-08-31382.5473
2026-09-01380.6658
2026-09-02381.3952
2026-09-03380.8604
2026-09-04379.2440
2026-09-05379.3526
2026-09-06379.8846
2026-09-07378.1700
2026-09-08378.9301
2026-09-09379.1572
2026-09-10381.0772
2026-09-11380.8589
2026-09-12378.6328
2026-09-13376.9730
2026-09-14379.0332
2026-09-15379.5725
2026-09-16379.2223
2026-09-17382.2969
2026-09-18377.7982
2026-09-19380.7622
2026-09-20378.8117
2026-09-21380.6663
2026-09-22379.9654
2026-09-23377.0497
2026-09-24375.8341
2026-09-25377.2383
2026-09-26375.6265

High

384.9800

Low

375.6265

Average

379.6625

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.