Skip to content

ZWL to LKR exchange rate API

Zimbabwe Dollar to Sri Lanka Rupee · quoted 2026-09-25

0.004971

▲ +11.31% over 1Y

1 ZWL = 0.004971 LKR · 1 LKR = 201.1668 ZWL · Get this rate via the API

1 ZWL buys 0.004971 LKR as of 2026-09-25, so 1 LKR buys 201.1668 ZWL. Over the last year, ZWL/LKR traded between 0.004449 and 1.0011, averaged 0.09780 and rose 11.31%. The API holds daily ZWL/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/LKR over 1Y

ZWL/LKR over 1Y: show the values
PointZWL/LKR
2025-09-250.004466
2025-10-020.004449
2025-10-090.004541
2025-10-160.004560
2025-10-230.004582
2025-10-300.004611
2025-11-060.004640
2025-11-130.004639
2025-11-200.004702
2025-11-270.004713
2025-12-040.004719
2025-12-120.004745
2025-12-190.004748
2025-12-260.004764
2026-01-020.004774
2026-01-090.004821
2026-01-160.004842
2026-01-230.004850
2026-01-300.004849
2026-02-060.004818
2026-02-130.004854
2026-02-200.004852
2026-02-270.004836
2026-03-060.004845
2026-03-130.004898
2026-03-200.004939
2026-03-270.004971
2026-04-030.004981
2026-04-100.981958
2026-04-170.983482
2026-04-240.989445
2026-05-010.994273
2026-05-081.001052
2026-05-160.005103
2026-05-240.005039
2026-05-310.004912
2026-06-090.005038
2026-06-160.005011
2026-06-230.005010
2026-06-300.005022
2026-07-070.004992
2026-07-140.005027
2026-07-210.005034
2026-07-280.005014
2026-08-040.005048
2026-08-110.005046
2026-08-180.004985
2026-08-260.004942
2026-09-020.004912
2026-09-090.004931
2026-09-160.004951
2026-09-230.004945

High

1.0011

Low

0.004449

Average

0.09780

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/LKR API questions

How do I get the ZWL/LKR exchange rate from an API?

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

How far back does ZWL/LKR historical data go?

Daily ZWL/LKR 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 ZWL/LKR 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.