LVL to DOP exchange rate API
Latvian Lats to Dominican Peso · quoted 2026-09-26
96.4071
▼ +0.10% over 30D
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 30 days, LVL/DOP traded between 95.6347 and 97.9099, averaged 96.9868 and fell 0.10%. 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 30D: show the values
| Point | LVL/DOP |
|---|---|
| 2026-08-27 | 96.5034 |
| 2026-08-28 | 97.4168 |
| 2026-08-29 | 96.4477 |
| 2026-08-30 | 96.7585 |
| 2026-08-31 | 97.0692 |
| 2026-09-01 | 97.2814 |
| 2026-09-02 | 96.9962 |
| 2026-09-03 | 96.8081 |
| 2026-09-04 | 97.8918 |
| 2026-09-05 | 97.8115 |
| 2026-09-06 | 97.4788 |
| 2026-09-07 | 97.8082 |
| 2026-09-08 | 97.9037 |
| 2026-09-09 | 97.4934 |
| 2026-09-10 | 97.3142 |
| 2026-09-11 | 97.1623 |
| 2026-09-12 | 97.5165 |
| 2026-09-13 | 97.5116 |
| 2026-09-14 | 97.2448 |
| 2026-09-15 | 96.7733 |
| 2026-09-16 | 97.0636 |
| 2026-09-17 | 95.6347 |
| 2026-09-18 | 97.9099 |
| 2026-09-19 | 96.4764 |
| 2026-09-20 | 96.4958 |
| 2026-09-21 | 96.1317 |
| 2026-09-22 | 96.4024 |
| 2026-09-23 | 96.7510 |
| 2026-09-24 | 96.5985 |
| 2026-09-25 | 96.1080 |
| 2026-09-26 | 96.4071 |
High
97.9099
Low
95.6347
Average
96.9868
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.