Skip to content

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

LVL/ZWL over 30D: show the values
PointLVL/ZWL
2026-08-27109794.84
2026-08-28109997.94
2026-08-29109147.57
2026-08-30109177.42
2026-08-31109209.16
2026-09-01110087.32
2026-09-02110330.06
2026-09-03110174.33
2026-09-04110154.42
2026-09-05109703.43
2026-09-06109733.02
2026-09-07109643.66
2026-09-08110998.99
2026-09-09110528.66
2026-09-10110446.55
2026-09-11110037.13
2026-09-12109943.89
2026-09-13109946.86
2026-09-14109625.67
2026-09-15109897.92
2026-09-16109954.86
2026-09-17108768.38
2026-09-18532.33
2026-09-19108854.87
2026-09-20108859.61
2026-09-21108748.51
2026-09-22108665.49
2026-09-23108452.73
2026-09-24107803.03
2026-09-25107676.05
2026-09-26107892.20

High

110998.99

Low

532.3272

Average

106021.22

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=ZWL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=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&currencies=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.