CHF to ALL exchange rate API
Swiss Franc to Lek · quoted 2026-09-24
97.1554
▼ +6.07% over 1Y
1 CHF = 97.1554 ALL · 1 ALL = 0.01029 CHF · Get this rate via the API
1 CHF buys 97.1554 ALL as of 2026-09-24, so 1 ALL buys 0.01029 CHF. Over the last year, CHF/ALL traded between 97.1554 and 106.6467, averaged 102.9966 and fell 6.07%. The API holds daily CHF/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/ALL over 1Y: show the values
| Point | CHF/ALL |
|---|---|
| 2025-09-24 | 103.4363 |
| 2025-10-01 | 103.1841 |
| 2025-10-08 | 103.7978 |
| 2025-10-15 | 103.9088 |
| 2025-10-22 | 104.4540 |
| 2025-10-29 | 104.1738 |
| 2025-11-05 | 103.8213 |
| 2025-11-12 | 104.5194 |
| 2025-11-19 | 104.0174 |
| 2025-11-26 | 103.5243 |
| 2025-12-03 | 103.8007 |
| 2025-12-11 | 103.8636 |
| 2025-12-18 | 103.4886 |
| 2025-12-25 | 103.8862 |
| 2026-01-01 | 103.9239 |
| 2026-01-08 | 103.6505 |
| 2026-01-15 | 103.4636 |
| 2026-01-22 | 104.0373 |
| 2026-01-29 | 105.4800 |
| 2026-02-05 | 105.4615 |
| 2026-02-12 | 105.4556 |
| 2026-02-19 | 105.2550 |
| 2026-02-26 | 105.4289 |
| 2026-03-05 | 105.9826 |
| 2026-03-12 | 106.6467 |
| 2026-03-19 | 105.0802 |
| 2026-03-26 | 104.5784 |
| 2026-04-02 | 103.8388 |
| 2026-04-09 | 104.2794 |
| 2026-04-16 | 103.4114 |
| 2026-04-23 | 103.8909 |
| 2026-04-30 | 104.2228 |
| 2026-05-07 | 104.5962 |
| 2026-05-15 | 104.1947 |
| 2026-05-23 | 104.7856 |
| 2026-05-30 | 104.8191 |
| 2026-06-06 | 103.6297 |
| 2026-06-15 | 103.3932 |
| 2026-06-22 | 101.9180 |
| 2026-06-29 | 102.1935 |
| 2026-07-06 | 101.6961 |
| 2026-07-13 | 101.5179 |
| 2026-07-20 | 101.4602 |
| 2026-07-27 | 101.0085 |
| 2026-08-03 | 100.3596 |
| 2026-08-10 | 99.7776 |
| 2026-08-17 | 99.0081 |
| 2026-08-25 | 98.8380 |
| 2026-09-01 | 98.2565 |
| 2026-09-08 | 97.6987 |
| 2026-09-15 | 97.2208 |
| 2026-09-22 | 97.3304 |
High
106.6467
Low
97.1554
Average
102.9966
Get this rate via the API
One GET request returns the CHF/ALL 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=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ALL").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/ALL API questions
How do I get the CHF/ALL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ALL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/ALL rate in rates.ALL.
How far back does CHF/ALL historical data go?
Daily CHF/ALL 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/ALL 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.