Skip to content

LKR to ZAR exchange rate API

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

0.04935

▼ +14.49% over 1Y

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

1 LKR buys 0.04935 ZAR as of 2026-09-27, so 1 ZAR buys 20.2642 LKR. Over the last year, LKR/ZAR traded between 0.04815 and 0.05800, averaged 0.05217 and fell 14.49%. The API holds daily LKR/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/ZAR over 1Y

LKR/ZAR over 1Y: show the values
PointLKR/ZAR
2025-09-270.05771
2025-10-040.05694
2025-10-110.05800
2025-10-180.05725
2025-10-250.05709
2025-11-010.05693
2025-11-080.05679
2025-11-150.05575
2025-11-220.05647
2025-11-290.05561
2025-12-060.05491
2025-12-130.05460
2025-12-200.05429
2025-12-270.05384
2026-01-030.05324
2026-01-100.05332
2026-01-170.05297
2026-01-240.05210
2026-01-310.05188
2026-02-070.05181
2026-02-140.05160
2026-02-210.05183
2026-02-280.05152
2026-03-070.05319
2026-03-140.05444
2026-03-210.05489
2026-03-280.05434
2026-04-040.05392
2026-04-110.05204
2026-04-180.05162
2026-04-250.05196
2026-05-020.05213
2026-05-090.05088
2026-05-160.05080
2026-05-230.04919
2026-05-300.04924
2026-06-060.04921
2026-06-130.04858
2026-06-200.04927
2026-06-270.04900
2026-07-040.04839
2026-07-110.04863
2026-07-180.04919
2026-07-250.05007
2026-08-010.04943
2026-08-080.04815
2026-08-150.04872
2026-08-220.04866
2026-08-290.04927
2026-09-050.04862
2026-09-120.04911
2026-09-190.04909
2026-09-260.04944

High

0.05800

Low

0.04815

Average

0.05217

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/ZAR API questions

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

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

How far back does LKR/ZAR historical data go?

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