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: show the values
| Point | DOP/LAK |
|---|---|
| 2025-12-31 | 342.5077 |
| 2026-01-07 | 341.3335 |
| 2026-01-14 | 339.6496 |
| 2026-01-21 | 341.3827 |
| 2026-01-28 | 340.9218 |
| 2026-02-04 | 340.7926 |
| 2026-02-11 | 342.7894 |
| 2026-02-18 | 347.1601 |
| 2026-02-25 | 351.1216 |
| 2026-03-04 | 359.9150 |
| 2026-03-11 | 354.8101 |
| 2026-03-18 | 352.7052 |
| 2026-03-25 | 359.2959 |
| 2026-04-01 | 364.8204 |
| 2026-04-08 | 361.3574 |
| 2026-04-15 | 368.6547 |
| 2026-04-22 | 366.6007 |
| 2026-04-29 | 370.3774 |
| 2026-05-06 | 368.5586 |
| 2026-05-14 | 372.3834 |
| 2026-05-21 | 372.4708 |
| 2026-05-29 | 370.5841 |
| 2026-06-05 | 376.8888 |
| 2026-06-14 | 374.2288 |
| 2026-06-21 | 377.0879 |
| 2026-06-28 | 376.1131 |
| 2026-07-05 | 381.9814 |
| 2026-07-12 | 383.7506 |
| 2026-07-19 | 385.9461 |
| 2026-07-26 | 389.6099 |
| 2026-08-02 | 388.7146 |
| 2026-08-09 | 387.9408 |
| 2026-08-16 | 383.6207 |
| 2026-08-24 | 384.3020 |
| 2026-08-31 | 382.5473 |
| 2026-09-07 | 378.1700 |
| 2026-09-14 | 379.0332 |
| 2026-09-21 | 380.6663 |
High
389.6099
Low
339.6496
Average
367.0877
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.