Skip to content

ZAR to LKR exchange rate API

Rand to Sri Lanka Rupee · quoted 2026-09-27

20.2640

▲ +8.14% over YTD

1 ZAR = 20.2640 LKR · 1 LKR = 0.04935 ZAR · Get this rate via the API

1 ZAR buys 20.2640 LKR as of 2026-09-27, so 1 LKR buys 0.04935 ZAR. Over the year to date, ZAR/LKR traded between 18.4770 and 20.7695, averaged 19.7827 and rose 8.14%. The API holds daily ZAR/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZAR/LKR over YTD

ZAR/LKR over YTD: show the values
PointZAR/LKR
2025-12-3118.7386
2026-01-0718.8838
2026-01-1418.9034
2026-01-2119.0307
2026-01-2819.5378
2026-02-0419.4549
2026-02-1119.5223
2026-02-1819.3516
2026-02-2519.5526
2026-03-0419.0475
2026-03-1118.9951
2026-03-1818.4770
2026-03-2518.6071
2026-04-0118.8314
2026-04-0819.3633
2026-04-1519.2678
2026-04-2219.2737
2026-04-2919.2824
2026-05-0619.5618
2026-05-1319.7483
2026-05-2020.1530
2026-05-2719.9852
2026-06-0320.5345
2026-06-1019.9904
2026-06-1720.6178
2026-06-2420.2434
2026-07-0120.4932
2026-07-0820.4976
2026-07-1520.5557
2026-07-2220.4591
2026-07-2920.0855
2026-08-0520.5723
2026-08-1220.7695
2026-08-1920.4417
2026-08-2620.6798
2026-09-0220.4418
2026-09-0920.5323
2026-09-1620.3780
2026-09-2320.1822

High

20.7695

Low

18.4770

Average

19.7827

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZAR/LKR API questions

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

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

How far back does ZAR/LKR historical data go?

Daily ZAR/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 ZAR/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.