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: show the values
| Point | DOP/LAK |
|---|---|
| 2026-08-27 | 384.9800 |
| 2026-08-28 | 381.1897 |
| 2026-08-29 | 383.8306 |
| 2026-08-30 | 381.9476 |
| 2026-08-31 | 382.5473 |
| 2026-09-01 | 380.6658 |
| 2026-09-02 | 381.3952 |
| 2026-09-03 | 380.8604 |
| 2026-09-04 | 379.2440 |
| 2026-09-05 | 379.3526 |
| 2026-09-06 | 379.8846 |
| 2026-09-07 | 378.1700 |
| 2026-09-08 | 378.9301 |
| 2026-09-09 | 379.1572 |
| 2026-09-10 | 381.0772 |
| 2026-09-11 | 380.8589 |
| 2026-09-12 | 378.6328 |
| 2026-09-13 | 376.9730 |
| 2026-09-14 | 379.0332 |
| 2026-09-15 | 379.5725 |
| 2026-09-16 | 379.2223 |
| 2026-09-17 | 382.2969 |
| 2026-09-18 | 377.7982 |
| 2026-09-19 | 380.7622 |
| 2026-09-20 | 378.8117 |
| 2026-09-21 | 380.6663 |
| 2026-09-22 | 379.9654 |
| 2026-09-23 | 377.0497 |
| 2026-09-24 | 375.8341 |
| 2026-09-25 | 377.2383 |
| 2026-09-26 | 375.6265 |
High
384.9800
Low
375.6265
Average
379.6625
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.