Skip to content

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

CHF/ALL over 1Y: show the values
PointCHF/ALL
2025-09-24103.4363
2025-10-01103.1841
2025-10-08103.7978
2025-10-15103.9088
2025-10-22104.4540
2025-10-29104.1738
2025-11-05103.8213
2025-11-12104.5194
2025-11-19104.0174
2025-11-26103.5243
2025-12-03103.8007
2025-12-11103.8636
2025-12-18103.4886
2025-12-25103.8862
2026-01-01103.9239
2026-01-08103.6505
2026-01-15103.4636
2026-01-22104.0373
2026-01-29105.4800
2026-02-05105.4615
2026-02-12105.4556
2026-02-19105.2550
2026-02-26105.4289
2026-03-05105.9826
2026-03-12106.6467
2026-03-19105.0802
2026-03-26104.5784
2026-04-02103.8388
2026-04-09104.2794
2026-04-16103.4114
2026-04-23103.8909
2026-04-30104.2228
2026-05-07104.5962
2026-05-15104.1947
2026-05-23104.7856
2026-05-30104.8191
2026-06-06103.6297
2026-06-15103.3932
2026-06-22101.9180
2026-06-29102.1935
2026-07-06101.6961
2026-07-13101.5179
2026-07-20101.4602
2026-07-27101.0085
2026-08-03100.3596
2026-08-1099.7776
2026-08-1799.0081
2026-08-2598.8380
2026-09-0198.2565
2026-09-0897.6987
2026-09-1597.2208
2026-09-2297.3304

High

106.6467

Low

97.1554

Average

102.9966

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=ALL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=ALL");
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=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&currencies=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.