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: show the values
| Point | LTL/ZMW |
|---|---|
| 2025-09-26 | 8.0565 |
| 2025-10-03 | 8.0805 |
| 2025-10-10 | 7.6052 |
| 2025-10-17 | 7.6713 |
| 2025-10-24 | 7.4435 |
| 2025-10-31 | 7.4224 |
| 2025-11-07 | 7.5859 |
| 2025-11-14 | 7.6325 |
| 2025-11-21 | 7.7039 |
| 2025-11-28 | 7.6829 |
| 2025-12-05 | 7.8132 |
| 2025-12-13 | 7.8522 |
| 2025-12-20 | 7.6804 |
| 2025-12-27 | 7.6894 |
| 2026-01-03 | 7.5107 |
| 2026-01-10 | 6.5744 |
| 2026-01-17 | 6.7834 |
| 2026-01-24 | 6.6944 |
| 2026-01-31 | 6.7834 |
| 2026-02-07 | 6.3965 |
| 2026-02-14 | 6.2712 |
| 2026-02-21 | 6.4742 |
| 2026-02-28 | 6.4689 |
| 2026-03-07 | 6.4976 |
| 2026-03-14 | 6.4376 |
| 2026-03-21 | 6.5471 |
| 2026-03-28 | 6.3760 |
| 2026-04-04 | 6.4195 |
| 2026-04-11 | 6.4401 |
| 2026-04-18 | 6.4428 |
| 2026-04-25 | 6.3987 |
| 2026-05-02 | 6.3260 |
| 2026-05-09 | 6.4475 |
| 2026-05-17 | 6.3666 |
| 2026-05-25 | 6.3663 |
| 2026-06-01 | 6.2169 |
| 2026-06-10 | 5.9600 |
| 2026-06-17 | 5.9661 |
| 2026-06-24 | 5.9573 |
| 2026-07-01 | 5.9651 |
| 2026-07-08 | 6.1171 |
| 2026-07-15 | 6.0195 |
| 2026-07-22 | 6.0852 |
| 2026-07-29 | 6.1888 |
| 2026-08-05 | 6.3418 |
| 2026-08-12 | 6.2882 |
| 2026-08-20 | 6.3377 |
| 2026-08-27 | 6.4272 |
| 2026-09-03 | 6.4322 |
| 2026-09-10 | 6.5055 |
| 2026-09-17 | 6.5173 |
| 2026-09-24 | 6.4481 |
High
8.0805
Low
5.9573
Average
6.7388
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=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¤cies=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.