LVL to ZWL exchange rate API
Latvian Lats to Zimbabwe Dollar · quoted 2026-09-26
107892.20
▼ +1.73% over 30D
1 LVL = 107892.20 ZWL · 1 ZWL = 0.000009 LVL · Get this rate via the API
1 LVL buys 107892.20 ZWL as of 2026-09-26, so 1 ZWL buys 0.000009 LVL. Over the last 30 days, LVL/ZWL traded between 532.3272 and 110998.99, averaged 106021.22 and fell 1.73%. The API holds daily LVL/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LVL/ZWL over 30D: show the values
| Point | LVL/ZWL |
|---|---|
| 2026-08-27 | 109794.84 |
| 2026-08-28 | 109997.94 |
| 2026-08-29 | 109147.57 |
| 2026-08-30 | 109177.42 |
| 2026-08-31 | 109209.16 |
| 2026-09-01 | 110087.32 |
| 2026-09-02 | 110330.06 |
| 2026-09-03 | 110174.33 |
| 2026-09-04 | 110154.42 |
| 2026-09-05 | 109703.43 |
| 2026-09-06 | 109733.02 |
| 2026-09-07 | 109643.66 |
| 2026-09-08 | 110998.99 |
| 2026-09-09 | 110528.66 |
| 2026-09-10 | 110446.55 |
| 2026-09-11 | 110037.13 |
| 2026-09-12 | 109943.89 |
| 2026-09-13 | 109946.86 |
| 2026-09-14 | 109625.67 |
| 2026-09-15 | 109897.92 |
| 2026-09-16 | 109954.86 |
| 2026-09-17 | 108768.38 |
| 2026-09-18 | 532.33 |
| 2026-09-19 | 108854.87 |
| 2026-09-20 | 108859.61 |
| 2026-09-21 | 108748.51 |
| 2026-09-22 | 108665.49 |
| 2026-09-23 | 108452.73 |
| 2026-09-24 | 107803.03 |
| 2026-09-25 | 107676.05 |
| 2026-09-26 | 107892.20 |
High
110998.99
Low
532.3272
Average
106021.22
Get this rate via the API
One GET request returns the LVL/ZWL 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=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
LVL/ZWL API questions
How do I get the LVL/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LVL/ZWL rate in rates.ZWL.
How far back does LVL/ZWL historical data go?
Daily LVL/ZWL 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/ZWL 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.