Skip to content

ALL to CHF exchange rate API

Lek to Swiss Franc · quoted 2026-09-24

0.01030

▲ +6.52% over 1Y

1 ALL = 0.01030 CHF · 1 CHF = 97.1157 ALL · Get this rate via the API

1 ALL buys 0.01030 CHF as of 2026-09-24, so 1 CHF buys 97.1157 ALL. Over the last year, ALL/CHF traded between 0.009376 and 0.01030, averaged 0.009714 and rose 6.52%. The API holds daily ALL/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ALL/CHF over 1Y

ALL/CHF over 1Y: show the values
PointALL/CHF
2025-09-240.00967
2025-10-010.00969
2025-10-080.00963
2025-10-150.00962
2025-10-220.00957
2025-10-290.00960
2025-11-050.00963
2025-11-120.00957
2025-11-190.00961
2025-11-260.00966
2025-12-030.00963
2025-12-110.00963
2025-12-180.00966
2025-12-250.00962
2026-01-010.00962
2026-01-080.00965
2026-01-150.00966
2026-01-220.00961
2026-01-290.00948
2026-02-050.00948
2026-02-120.00948
2026-02-190.00950
2026-02-260.00949
2026-03-050.00944
2026-03-120.00938
2026-03-190.00952
2026-03-260.00956
2026-04-020.00963
2026-04-090.00959
2026-04-160.00967
2026-04-230.00962
2026-04-300.00959
2026-05-070.00956
2026-05-150.00960
2026-05-230.00954
2026-05-300.00954
2026-06-060.00965
2026-06-150.00967
2026-06-220.00981
2026-06-290.00979
2026-07-060.00983
2026-07-130.00985
2026-07-200.00986
2026-07-270.00990
2026-08-030.00996
2026-08-100.01002
2026-08-170.01010
2026-08-250.01012
2026-09-010.01018
2026-09-080.01023
2026-09-150.01029
2026-09-220.01027

High

0.01030

Low

0.009376

Average

0.009714

For developers

Get this rate via the API

One GET request returns the ALL/CHF 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=ALL&currencies=CHF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ALL&currencies=CHF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ALL&currencies=CHF").json()

Replace YOUR_API_KEY with the key from your dashboard.

ALL/CHF API questions

How do I get the ALL/CHF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ALL&currencies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ALL/CHF rate in rates.CHF.

How far back does ALL/CHF historical data go?

Daily ALL/CHF 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 ALL/CHF 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.