Skip to content

ZAR to LKR exchange rate API

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

20.2640

▲ +16.94% over 1Y

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 last year, ZAR/LKR traded between 17.2416 and 20.7676, averaged 19.2285 and rose 16.94%. 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 1Y

ZAR/LKR over 1Y: show the values
PointZAR/LKR
2025-09-2717.3287
2025-10-0417.5623
2025-10-1117.2416
2025-10-1817.4673
2025-10-2517.5173
2025-11-0117.5665
2025-11-0817.6093
2025-11-1517.9372
2025-11-2217.7096
2025-11-2917.9814
2025-12-0618.2107
2025-12-1318.3160
2025-12-2018.4187
2025-12-2718.5750
2026-01-0318.7818
2026-01-1018.7555
2026-01-1718.8777
2026-01-2419.1951
2026-01-3119.2758
2026-02-0719.2994
2026-02-1419.3790
2026-02-2119.2936
2026-02-2819.4104
2026-03-0718.8004
2026-03-1418.3699
2026-03-2118.2195
2026-03-2818.4018
2026-04-0418.5461
2026-04-1119.2152
2026-04-1819.3723
2026-04-2519.2468
2026-05-0219.1816
2026-05-0919.6521
2026-05-1619.6857
2026-05-2320.3299
2026-05-3020.3081
2026-06-0620.3206
2026-06-1320.5828
2026-06-2020.2963
2026-06-2720.4077
2026-07-0420.6634
2026-07-1120.5619
2026-07-1820.3294
2026-07-2519.9731
2026-08-0120.2292
2026-08-0820.7676
2026-08-1520.5267
2026-08-2220.5496
2026-08-2920.2976
2026-09-0520.5657
2026-09-1220.3637
2026-09-1920.3721
2026-09-2620.2263

High

20.7676

Low

17.2416

Average

19.2285

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.