Skip to content

LTL to ZMW exchange rate API

Lithuanian Litas to Zambian Kwacha · quoted 2026-09-26

6.4376

▼ +14.85% over YTD

1 LTL = 6.4376 ZMW · 1 ZMW = 0.15534 LTL · Get this rate via the API

1 LTL buys 6.4376 ZMW as of 2026-09-26, so 1 ZMW buys 0.15534 LTL. Over the year to date, LTL/ZMW traded between 5.8925 and 7.5605, averaged 6.4238 and fell 14.85%. The API holds daily LTL/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LTL/ZMW over YTD

LTL/ZMW over YTD: show the values
PointLTL/ZMW
2025-12-317.5605
2026-01-077.1114
2026-01-146.5741
2026-01-216.8845
2026-01-286.8939
2026-02-046.7191
2026-02-116.5877
2026-02-186.3468
2026-02-256.4760
2026-03-046.4498
2026-03-116.5288
2026-03-186.5441
2026-03-256.3777
2026-04-016.4321
2026-04-086.5747
2026-04-156.4802
2026-04-226.4514
2026-04-296.4243
2026-05-066.3790
2026-05-146.4462
2026-05-216.3946
2026-05-296.2701
2026-06-055.9069
2026-06-145.8925
2026-06-215.9495
2026-06-285.9843
2026-07-056.0867
2026-07-125.9736
2026-07-196.0394
2026-07-266.1396
2026-08-026.2633
2026-08-096.2894
2026-08-166.3396
2026-08-246.4209
2026-08-316.3948
2026-09-076.4728
2026-09-146.4827
2026-09-216.5486

High

7.5605

Low

5.8925

Average

6.4238

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

LTL/ZMW API questions

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

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

How far back does LTL/ZMW historical data go?

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