Skip to content

ZMW to LVL exchange rate API

Zambian Kwacha to Latvian Lats · quoted 2026-09-26

0.03162

▲ +25.15% over 1Y

1 ZMW = 0.03162 LVL · 1 LVL = 31.6276 ZMW · Get this rate via the API

1 ZMW buys 0.03162 LVL as of 2026-09-26, so 1 LVL buys 31.6276 ZMW. Over the last year, ZMW/LVL traded between 0.02519 and 0.03417, averaged 0.03048 and rose 25.15%. The API holds daily ZMW/LVL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/LVL over 1Y

ZMW/LVL over 1Y: show the values
PointZMW/LVL
2025-09-260.02526
2025-10-030.02519
2025-10-100.02676
2025-10-170.02653
2025-10-240.02735
2025-10-310.02742
2025-11-070.02683
2025-11-140.02667
2025-11-210.02642
2025-11-280.02649
2025-12-050.02605
2025-12-130.02592
2025-12-200.02650
2025-12-270.02647
2026-01-030.02710
2026-01-100.03096
2026-01-170.03001
2026-01-240.03041
2026-01-310.03001
2026-02-070.03182
2026-02-140.03246
2026-02-210.03144
2026-02-280.03146
2026-03-070.03133
2026-03-140.03162
2026-03-210.03109
2026-03-280.03213
2026-04-040.03171
2026-04-110.03181
2026-04-180.03180
2026-04-250.03202
2026-05-020.03238
2026-05-090.03177
2026-05-170.03197
2026-05-250.03197
2026-06-010.03274
2026-06-100.03415
2026-06-170.03412
2026-06-240.03417
2026-07-010.03412
2026-07-080.03327
2026-07-150.03381
2026-07-220.03345
2026-07-290.03289
2026-08-050.03209
2026-08-120.03237
2026-08-200.03212
2026-08-270.03167
2026-09-030.03164
2026-09-100.03129
2026-09-170.03123
2026-09-240.03157

High

0.03417

Low

0.02519

Average

0.03048

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=LVL").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/LVL API questions

How do I get the ZMW/LVL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=LVL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/LVL rate in rates.LVL.

How far back does ZMW/LVL historical data go?

Daily ZMW/LVL 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 ZMW/LVL 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.