Skip to content

CHF to LKR exchange rate API

Swiss Franc to Sri Lanka Rupee · quoted 2026-09-24

400.0804

▲ +1.41% over 6M

1 CHF = 400.0804 LKR · 1 LKR = 0.002499 CHF · Get this rate via the API

1 CHF buys 400.0804 LKR as of 2026-09-24, so 1 LKR buys 0.002499 CHF. Over the last 6 months, CHF/LKR traded between 393.5192 and 426.2860, averaged 410.4612 and rose 1.41%. The API holds daily CHF/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/LKR over 6M

CHF/LKR over 6M: show the values
PointCHF/LKR
2026-03-28394.5259
2026-04-04393.5192
2026-04-11399.7334
2026-04-18404.3808
2026-04-25404.2858
2026-05-02408.4401
2026-05-09414.3300
2026-05-16417.5018
2026-05-23426.2860
2026-05-30422.1563
2026-06-06422.8855
2026-06-13420.6325
2026-06-20413.3966
2026-06-27415.3617
2026-07-04417.5177
2026-07-11415.1750
2026-07-18415.8336
2026-07-25410.9929
2026-08-01414.3130
2026-08-08415.1688
2026-08-15408.9887
2026-08-22410.8598
2026-08-29405.9396
2026-09-05405.3770
2026-09-12402.4573
2026-09-19402.3118

High

426.2860

Low

393.5192

Average

410.4612

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/LKR API questions

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

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

How far back does CHF/LKR historical data go?

Daily CHF/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 CHF/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.