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: show the values
| Point | LVL/ZWL |
|---|---|
| 2024-08-24 | 55520.97 |
| 2024-10-07 | 54981.60 |
| 2024-11-06 | 105604.64 |
| 2024-12-06 | 95730.11 |
| 2025-01-05 | 93408.47 |
| 2025-02-04 | 96667.77 |
| 2025-03-06 | 102227.12 |
| 2025-04-06 | 104184.56 |
| 2025-05-06 | 107755.68 |
| 2025-06-07 | 109227.25 |
| 2025-07-07 | 112567.40 |
| 2025-08-06 | 110458.26 |
| 2025-09-05 | 110760.90 |
| 2025-10-06 | 111237.43 |
| 2025-11-05 | 107762.24 |
| 2025-12-05 | 108400.85 |
| 2026-01-05 | 107833.63 |
| 2026-02-04 | 107827.35 |
| 2026-03-06 | 106400.33 |
| 2026-04-05 | 103851.08 |
| 2026-05-05 | 532.33 |
| 2026-06-06 | 109747.43 |
| 2026-07-08 | 108781.50 |
| 2026-08-07 | 109113.75 |
| 2026-09-07 | 109643.66 |
High
112567.40
Low
532.3277
Average
98389.17
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.