Skip to content

LKR to CZK exchange rate API

Sri Lanka Rupee to Czech Koruna · quoted 2026-09-26

0.06483

▼ +7.57% over 1Y

1 LKR = 0.06483 CZK · 1 CZK = 15.4254 LKR · Get this rate via the API

1 LKR buys 0.06483 CZK as of 2026-09-26, so 1 CZK buys 15.4254 LKR. Over the last year, LKR/CZK traded between 0.06170 and 0.07013, averaged 0.06564 and fell 7.57%. The API holds daily LKR/CZK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/CZK over 1Y

LKR/CZK over 1Y: show the values
PointLKR/CZK
2025-09-260.07013
2025-10-030.06969
2025-10-100.06926
2025-10-170.06854
2025-10-240.06893
2025-10-310.06905
2025-11-070.06897
2025-11-140.06778
2025-11-210.06820
2025-11-280.06775
2025-12-050.06730
2025-12-120.06675
2025-12-190.06704
2025-12-260.06645
2026-01-020.06654
2026-01-090.06745
2026-01-160.06738
2026-01-230.06654
2026-01-300.06582
2026-02-060.06626
2026-02-130.06597
2026-02-200.06642
2026-02-270.06624
2026-03-060.06774
2026-03-130.06829
2026-03-200.06791
2026-03-270.06762
2026-04-030.06740
2026-04-100.06580
2026-04-170.06509
2026-04-240.06532
2026-05-010.06488
2026-05-080.06411
2026-05-150.06406
2026-05-220.06279
2026-05-290.06321
2026-06-050.06170
2026-06-120.06240
2026-06-190.06320
2026-06-260.06316
2026-07-030.06291
2026-07-100.06312
2026-07-170.06284
2026-07-240.06301
2026-07-310.06267
2026-08-070.06255
2026-08-140.06268
2026-08-210.06240
2026-08-280.06307
2026-09-040.06328
2026-09-110.06355
2026-09-180.06402
2026-09-250.06452

High

0.07013

Low

0.06170

Average

0.06564

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/CZK API questions

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

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

How far back does LKR/CZK historical data go?

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