Skip to content

LKR to KZT exchange rate API

Sri Lanka Rupee to Tenge · quoted 2026-09-26

1.3422

▼ +26.58% over 1Y

1 LKR = 1.3422 KZT · 1 KZT = 0.74506 LKR · Get this rate via the API

1 LKR buys 1.3422 KZT as of 2026-09-26, so 1 KZT buys 0.74506 LKR. Over the last year, LKR/KZT traded between 1.3422 and 1.8427, averaged 1.5462 and fell 26.58%. The API holds daily LKR/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/KZT over 1Y

LKR/KZT over 1Y: show the values
PointLKR/KZT
2025-09-261.8281
2025-10-031.8427
2025-10-101.7854
2025-10-171.7614
2025-10-241.7653
2025-10-311.7388
2025-11-071.7249
2025-11-141.7102
2025-11-211.6818
2025-11-281.6732
2025-12-051.6366
2025-12-131.6863
2025-12-201.6761
2025-12-271.6337
2026-01-031.6367
2026-01-101.6517
2026-01-171.6507
2026-01-241.6325
2026-01-311.6159
2026-02-071.5992
2026-02-141.6019
2026-02-211.6132
2026-02-281.6118
2026-03-071.5889
2026-03-141.5738
2026-03-211.5430
2026-03-281.5347
2026-04-041.4965
2026-04-111.4972
2026-04-181.4834
2026-04-251.4573
2026-05-021.4493
2026-05-091.4355
2026-05-171.4354
2026-05-251.4443
2026-06-011.4667
2026-06-101.4703
2026-06-171.4589
2026-06-241.4477
2026-07-011.4205
2026-07-081.4010
2026-07-151.3920
2026-07-221.3890
2026-07-291.4171
2026-08-051.4006
2026-08-121.3908
2026-08-201.3941
2026-08-271.4027
2026-09-031.3834
2026-09-101.3835
2026-09-171.3428
2026-09-241.3481

High

1.8427

Low

1.3422

Average

1.5462

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/KZT API questions

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

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

How far back does LKR/KZT historical data go?

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