CHF to AZN exchange rate API
Swiss Franc to Azerbaijanian Manat · quoted 2026-09-25
2.0537
▼ +1.73% over 1Y
1 CHF = 2.0537 AZN · 1 AZN = 0.48693 CHF · Get this rate via the API
1 CHF buys 2.0537 AZN as of 2026-09-25, so 1 AZN buys 0.48693 CHF. Over the last year, CHF/AZN traded between 2.0537 and 2.2128, averaged 2.1309 and fell 1.73%. The API holds daily CHF/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/AZN over 1Y: show the values
| Point | CHF/AZN |
|---|---|
| 2025-09-25 | 2.0899 |
| 2025-10-02 | 2.0912 |
| 2025-10-09 | 2.0749 |
| 2025-10-16 | 2.1290 |
| 2025-10-23 | 2.1308 |
| 2025-10-30 | 2.1171 |
| 2025-11-06 | 2.1046 |
| 2025-11-13 | 2.1368 |
| 2025-11-20 | 2.1061 |
| 2025-11-27 | 2.1095 |
| 2025-12-04 | 2.1234 |
| 2025-12-12 | 2.1389 |
| 2025-12-19 | 2.1368 |
| 2025-12-26 | 2.1550 |
| 2026-01-02 | 2.1434 |
| 2026-01-09 | 2.1249 |
| 2026-01-16 | 2.1206 |
| 2026-01-23 | 2.1517 |
| 2026-01-30 | 2.2128 |
| 2026-02-06 | 2.1853 |
| 2026-02-13 | 2.2109 |
| 2026-02-20 | 2.1905 |
| 2026-02-27 | 2.2043 |
| 2026-03-06 | 2.1729 |
| 2026-03-13 | 2.1595 |
| 2026-03-20 | 2.1596 |
| 2026-03-27 | 2.1332 |
| 2026-04-03 | 2.1249 |
| 2026-04-10 | 2.1565 |
| 2026-04-17 | 2.1687 |
| 2026-04-24 | 2.1699 |
| 2026-05-01 | 2.1707 |
| 2026-05-08 | 2.1791 |
| 2026-05-16 | 2.1598 |
| 2026-05-24 | 2.1719 |
| 2026-05-31 | 2.1785 |
| 2026-06-09 | 2.1371 |
| 2026-06-16 | 2.1368 |
| 2026-06-23 | 2.0993 |
| 2026-06-30 | 2.0999 |
| 2026-07-07 | 2.1085 |
| 2026-07-14 | 2.0959 |
| 2026-07-21 | 2.0974 |
| 2026-07-28 | 2.0736 |
| 2026-08-04 | 2.1006 |
| 2026-08-11 | 2.0980 |
| 2026-08-18 | 2.0922 |
| 2026-08-26 | 2.1149 |
| 2026-09-02 | 2.0886 |
| 2026-09-09 | 2.1077 |
| 2026-09-16 | 2.0756 |
| 2026-09-23 | 2.0659 |
High
2.2128
Low
2.0537
Average
2.1309
Get this rate via the API
One GET request returns the CHF/AZN 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=AZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=AZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=AZN").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/AZN API questions
How do I get the CHF/AZN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=AZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/AZN rate in rates.AZN.
How far back does CHF/AZN historical data go?
Daily CHF/AZN 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/AZN 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.