Skip to content

LTL to ZMW exchange rate API

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

6.4376

▼ +20.09% over 1Y

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 last year, LTL/ZMW traded between 5.9573 and 8.0805, averaged 6.7388 and fell 20.09%. 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 1Y

LTL/ZMW over 1Y: show the values
PointLTL/ZMW
2025-09-268.0565
2025-10-038.0805
2025-10-107.6052
2025-10-177.6713
2025-10-247.4435
2025-10-317.4224
2025-11-077.5859
2025-11-147.6325
2025-11-217.7039
2025-11-287.6829
2025-12-057.8132
2025-12-137.8522
2025-12-207.6804
2025-12-277.6894
2026-01-037.5107
2026-01-106.5744
2026-01-176.7834
2026-01-246.6944
2026-01-316.7834
2026-02-076.3965
2026-02-146.2712
2026-02-216.4742
2026-02-286.4689
2026-03-076.4976
2026-03-146.4376
2026-03-216.5471
2026-03-286.3760
2026-04-046.4195
2026-04-116.4401
2026-04-186.4428
2026-04-256.3987
2026-05-026.3260
2026-05-096.4475
2026-05-176.3666
2026-05-256.3663
2026-06-016.2169
2026-06-105.9600
2026-06-175.9661
2026-06-245.9573
2026-07-015.9651
2026-07-086.1171
2026-07-156.0195
2026-07-226.0852
2026-07-296.1888
2026-08-056.3418
2026-08-126.2882
2026-08-206.3377
2026-08-276.4272
2026-09-036.4322
2026-09-106.5055
2026-09-176.5173
2026-09-246.4481

High

8.0805

Low

5.9573

Average

6.7388

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.