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: show the values
| Point | CHF/LKR |
|---|---|
| 2024-08-24 | 353.6660 |
| 2024-10-01 | 345.5869 |
| 2024-10-31 | 333.6749 |
| 2024-11-30 | 330.0843 |
| 2024-12-30 | 318.5436 |
| 2025-01-29 | 321.8211 |
| 2025-02-28 | 322.4767 |
| 2025-03-30 | 333.4670 |
| 2025-04-29 | 356.7462 |
| 2025-05-29 | 357.3002 |
| 2025-06-28 | 375.4546 |
| 2025-07-28 | 369.7608 |
| 2025-08-27 | 368.5552 |
| 2025-09-26 | 371.6750 |
| 2025-10-26 | 381.7529 |
| 2025-11-25 | 381.1639 |
| 2025-12-25 | 392.8104 |
| 2026-01-24 | 396.3088 |
| 2026-02-23 | 399.6177 |
| 2026-03-25 | 398.5720 |
| 2026-04-24 | 405.6372 |
| 2026-05-24 | 423.2949 |
| 2026-06-23 | 413.9096 |
| 2026-07-23 | 412.8206 |
| 2026-08-22 | 410.8598 |
| 2026-09-21 | 403.5196 |
High
423.2949
Low
318.5436
Average
373.3022
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.