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: show the values
| Point | CHF/LKR |
|---|---|
| 2026-03-28 | 394.5259 |
| 2026-04-04 | 393.5192 |
| 2026-04-11 | 399.7334 |
| 2026-04-18 | 404.3808 |
| 2026-04-25 | 404.2858 |
| 2026-05-02 | 408.4401 |
| 2026-05-09 | 414.3300 |
| 2026-05-16 | 417.5018 |
| 2026-05-23 | 426.2860 |
| 2026-05-30 | 422.1563 |
| 2026-06-06 | 422.8855 |
| 2026-06-13 | 420.6325 |
| 2026-06-20 | 413.3966 |
| 2026-06-27 | 415.3617 |
| 2026-07-04 | 417.5177 |
| 2026-07-11 | 415.1750 |
| 2026-07-18 | 415.8336 |
| 2026-07-25 | 410.9929 |
| 2026-08-01 | 414.3130 |
| 2026-08-08 | 415.1688 |
| 2026-08-15 | 408.9887 |
| 2026-08-22 | 410.8598 |
| 2026-08-29 | 405.9396 |
| 2026-09-05 | 405.3770 |
| 2026-09-12 | 402.4573 |
| 2026-09-19 | 402.3118 |
High
426.2860
Low
393.5192
Average
410.4612
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.