LVL to DOP exchange rate API
Latvian Lats to Dominican Peso · quoted 2026-09-26
96.4071
▼ +6.94% over 1Y
1 LVL = 96.4071 DOP · 1 DOP = 0.01037 LVL · Get this rate via the API
1 LVL buys 96.4071 DOP as of 2026-09-26, so 1 DOP buys 0.01037 LVL. Over the last year, LVL/DOP traded between 94.1560 and 106.6494, averaged 100.4943 and fell 6.94%. The API holds daily LVL/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LVL/DOP over 1Y: show the values
| Point | LVL/DOP |
|---|---|
| 2025-09-26 | 103.5947 |
| 2025-10-03 | 104.3723 |
| 2025-10-10 | 103.6835 |
| 2025-10-17 | 105.2397 |
| 2025-10-24 | 105.2446 |
| 2025-10-31 | 105.6605 |
| 2025-11-07 | 105.5822 |
| 2025-11-14 | 106.6107 |
| 2025-11-21 | 104.5755 |
| 2025-11-28 | 103.2362 |
| 2025-12-05 | 105.4678 |
| 2025-12-13 | 106.6494 |
| 2025-12-20 | 104.4073 |
| 2025-12-27 | 105.0495 |
| 2026-01-03 | 105.2684 |
| 2026-01-10 | 105.0170 |
| 2026-01-17 | 104.6783 |
| 2026-01-24 | 105.9335 |
| 2026-01-31 | 105.9857 |
| 2026-02-07 | 105.7292 |
| 2026-02-14 | 105.1381 |
| 2026-02-21 | 102.5767 |
| 2026-02-28 | 101.1097 |
| 2026-03-07 | 99.5176 |
| 2026-03-14 | 100.6818 |
| 2026-03-21 | 97.3350 |
| 2026-03-28 | 98.7369 |
| 2026-04-04 | 99.6008 |
| 2026-04-11 | 99.8115 |
| 2026-04-18 | 99.8115 |
| 2026-04-25 | 98.3241 |
| 2026-05-02 | 98.3714 |
| 2026-05-09 | 98.1176 |
| 2026-05-17 | 98.0778 |
| 2026-05-25 | 97.3172 |
| 2026-06-01 | 97.3440 |
| 2026-06-10 | 95.8970 |
| 2026-06-17 | 96.8165 |
| 2026-06-24 | 95.0664 |
| 2026-07-01 | 96.6648 |
| 2026-07-08 | 96.1412 |
| 2026-07-15 | 95.1429 |
| 2026-07-22 | 94.8300 |
| 2026-07-29 | 94.1560 |
| 2026-08-05 | 95.5986 |
| 2026-08-12 | 95.6881 |
| 2026-08-20 | 97.0721 |
| 2026-08-27 | 96.5034 |
| 2026-09-03 | 96.8081 |
| 2026-09-10 | 97.3142 |
| 2026-09-17 | 95.6347 |
| 2026-09-24 | 96.5985 |
High
106.6494
Low
94.1560
Average
100.4943
Get this rate via the API
One GET request returns the LVL/DOP 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=LVL¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
LVL/DOP API questions
How do I get the LVL/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LVL/DOP rate in rates.DOP.
How far back does LVL/DOP historical data go?
Daily LVL/DOP 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 LVL/DOP 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.