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: show the values
| Point | LKR/KZT |
|---|---|
| 2025-09-26 | 1.8281 |
| 2025-10-03 | 1.8427 |
| 2025-10-10 | 1.7854 |
| 2025-10-17 | 1.7614 |
| 2025-10-24 | 1.7653 |
| 2025-10-31 | 1.7388 |
| 2025-11-07 | 1.7249 |
| 2025-11-14 | 1.7102 |
| 2025-11-21 | 1.6818 |
| 2025-11-28 | 1.6732 |
| 2025-12-05 | 1.6366 |
| 2025-12-13 | 1.6863 |
| 2025-12-20 | 1.6761 |
| 2025-12-27 | 1.6337 |
| 2026-01-03 | 1.6367 |
| 2026-01-10 | 1.6517 |
| 2026-01-17 | 1.6507 |
| 2026-01-24 | 1.6325 |
| 2026-01-31 | 1.6159 |
| 2026-02-07 | 1.5992 |
| 2026-02-14 | 1.6019 |
| 2026-02-21 | 1.6132 |
| 2026-02-28 | 1.6118 |
| 2026-03-07 | 1.5889 |
| 2026-03-14 | 1.5738 |
| 2026-03-21 | 1.5430 |
| 2026-03-28 | 1.5347 |
| 2026-04-04 | 1.4965 |
| 2026-04-11 | 1.4972 |
| 2026-04-18 | 1.4834 |
| 2026-04-25 | 1.4573 |
| 2026-05-02 | 1.4493 |
| 2026-05-09 | 1.4355 |
| 2026-05-17 | 1.4354 |
| 2026-05-25 | 1.4443 |
| 2026-06-01 | 1.4667 |
| 2026-06-10 | 1.4703 |
| 2026-06-17 | 1.4589 |
| 2026-06-24 | 1.4477 |
| 2026-07-01 | 1.4205 |
| 2026-07-08 | 1.4010 |
| 2026-07-15 | 1.3920 |
| 2026-07-22 | 1.3890 |
| 2026-07-29 | 1.4171 |
| 2026-08-05 | 1.4006 |
| 2026-08-12 | 1.3908 |
| 2026-08-20 | 1.3941 |
| 2026-08-27 | 1.4027 |
| 2026-09-03 | 1.3834 |
| 2026-09-10 | 1.3835 |
| 2026-09-17 | 1.3428 |
| 2026-09-24 | 1.3481 |
High
1.8427
Low
1.3422
Average
1.5462
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.