Skip to content

CHF to LKR exchange rate API

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

400.0804

▲ +13.12% over 5Y

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 5 years, CHF/LKR traded between 318.5436 and 423.2949, averaged 373.3022 and rose 13.12%. 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 5Y

CHF/LKR over 5Y: show the values
PointCHF/LKR
2024-08-24353.6660
2024-10-01345.5869
2024-10-31333.6749
2024-11-30330.0843
2024-12-30318.5436
2025-01-29321.8211
2025-02-28322.4767
2025-03-30333.4670
2025-04-29356.7462
2025-05-29357.3002
2025-06-28375.4546
2025-07-28369.7608
2025-08-27368.5552
2025-09-26371.6750
2025-10-26381.7529
2025-11-25381.1639
2025-12-25392.8104
2026-01-24396.3088
2026-02-23399.6177
2026-03-25398.5720
2026-04-24405.6372
2026-05-24423.2949
2026-06-23413.9096
2026-07-23412.8206
2026-08-22410.8598
2026-09-21403.5196

High

423.2949

Low

318.5436

Average

373.3022

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.