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: show the values
| Point | DOP/LAK |
|---|---|
| 2025-09-26 | 348.9484 |
| 2025-10-03 | 345.8288 |
| 2025-10-10 | 345.3135 |
| 2025-10-17 | 342.3390 |
| 2025-10-24 | 339.8001 |
| 2025-10-31 | 337.7509 |
| 2025-11-07 | 337.5681 |
| 2025-11-14 | 336.9623 |
| 2025-11-21 | 340.8930 |
| 2025-11-28 | 346.4624 |
| 2025-12-05 | 341.1297 |
| 2025-12-13 | 339.6400 |
| 2025-12-20 | 346.3537 |
| 2025-12-27 | 344.7409 |
| 2026-01-03 | 343.0127 |
| 2026-01-10 | 340.3434 |
| 2026-01-17 | 340.4838 |
| 2026-01-24 | 341.5281 |
| 2026-01-31 | 342.7167 |
| 2026-02-07 | 339.9857 |
| 2026-02-14 | 344.1417 |
| 2026-02-21 | 351.3250 |
| 2026-02-28 | 355.5592 |
| 2026-03-07 | 357.3060 |
| 2026-03-14 | 346.8215 |
| 2026-03-21 | 364.6675 |
| 2026-03-28 | 366.6804 |
| 2026-04-04 | 361.1655 |
| 2026-04-11 | 363.7265 |
| 2026-04-18 | 362.1530 |
| 2026-04-25 | 367.8285 |
| 2026-05-02 | 369.3877 |
| 2026-05-09 | 369.9217 |
| 2026-05-17 | 368.4177 |
| 2026-05-25 | 372.1065 |
| 2026-06-01 | 374.2340 |
| 2026-06-10 | 376.5949 |
| 2026-06-17 | 375.9385 |
| 2026-06-24 | 377.3068 |
| 2026-07-01 | 376.5761 |
| 2026-07-08 | 382.0938 |
| 2026-07-15 | 384.7486 |
| 2026-07-22 | 386.8016 |
| 2026-07-29 | 388.0966 |
| 2026-08-05 | 388.2585 |
| 2026-08-12 | 386.2468 |
| 2026-08-20 | 383.8736 |
| 2026-08-27 | 384.9800 |
| 2026-09-03 | 380.8604 |
| 2026-09-10 | 381.0772 |
| 2026-09-17 | 382.2969 |
| 2026-09-24 | 375.8341 |
High
388.2585
Low
336.9623
Average
360.8388
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.