Skip to content

LVL to ZWL exchange rate API

Latvian Lats to Zimbabwe Dollar · quoted 2026-09-26

107892.20

▲ +94.33% over 5Y

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 5 years, LVL/ZWL traded between 532.3277 and 112567.40, averaged 98389.17 and rose 94.33%. 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 5Y

LVL/ZWL over 5Y: show the values
PointLVL/ZWL
2024-08-2455520.97
2024-10-0754981.60
2024-11-06105604.64
2024-12-0695730.11
2025-01-0593408.47
2025-02-0496667.77
2025-03-06102227.12
2025-04-06104184.56
2025-05-06107755.68
2025-06-07109227.25
2025-07-07112567.40
2025-08-06110458.26
2025-09-05110760.90
2025-10-06111237.43
2025-11-05107762.24
2025-12-05108400.85
2026-01-05107833.63
2026-02-04107827.35
2026-03-06106400.33
2026-04-05103851.08
2026-05-05532.33
2026-06-06109747.43
2026-07-08108781.50
2026-08-07109113.75
2026-09-07109643.66

High

112567.40

Low

532.3277

Average

98389.17

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.