Convert CHF to AZN
Swiss Franc → Azerbaijani Manat
1 CHF = 2.052419 AZN(1 AZN = 0.48723 CHF)
Currency converter
1 CHF =
2.0524 AZN
CHF to AZN: last 30 days
Over the last 30 days, 1 CHF traded between 2.0369 and 2.1158 AZN, averaging 2.0844 AZN. The CHF/AZN rate is down 2.90% since 2026-08-28.
- 30-day high
- 2.1158
- 2026-08-29
- 30-day low
- 2.0369
- 2026-09-18
- 30-day average
- 2.0844
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
2.1158
2.03692026-08-28 → 2026-09-26
| Date | 1 CHF in AZN | Daily change |
|---|---|---|
| 2026-09-26 | 2.0524 | 0.00% |
| 2026-09-25 | 2.0524 | -0.07% |
| 2026-09-24 | 2.0538 | -0.59% |
| 2026-09-23 | 2.0659 | -0.42% |
| 2026-09-22 | 2.0746 | +0.24% |
| 2026-09-21 | 2.0696 | +0.42% |
| 2026-09-20 | 2.061 | +0.10% |
| 2026-09-19 | 2.059 | +1.09% |
| 2026-09-18 | 2.0369 | -1.21% |
| 2026-09-17 | 2.0619 | -0.66% |
| 2026-09-16 | 2.0756 | -0.11% |
| 2026-09-15 | 2.0778 | -0.21% |
| 2026-09-14 | 2.0821 | -0.23% |
| 2026-09-13 | 2.0869 | +0.08% |
| 2026-09-12 | 2.0851 | -0.00% |
| Date | 1 CHF in AZN | Daily change |
|---|---|---|
| 2026-09-11 | 2.0851 | -0.41% |
| 2026-09-10 | 2.0936 | -0.67% |
| 2026-09-09 | 2.1077 | +0.62% |
| 2026-09-08 | 2.0948 | -0.28% |
| 2026-09-07 | 2.1007 | -0.10% |
| 2026-09-06 | 2.1027 | +0.10% |
| 2026-09-05 | 2.1007 | -0.00% |
| 2026-09-04 | 2.1007 | -0.10% |
| 2026-09-03 | 2.1028 | +0.68% |
| 2026-09-02 | 2.0886 | -0.42% |
| 2026-09-01 | 2.0974 | -0.84% |
| 2026-08-31 | 2.1152 | -0.02% |
| 2026-08-30 | 2.1158 | -0.00% |
| 2026-08-29 | 2.1158 | +0.09% |
| 2026-08-28 | 2.1138 | — |
CHF to AZN conversion table
1 CHF2.0524 AZN
5 CHF10.2621 AZN
10 CHF20.5242 AZN
25 CHF51.3105 AZN
50 CHF102.621 AZN
100 CHF205.2419 AZN
500 CHF1,026.2095 AZN
1,000 CHF2,052.4191 AZN
5,000 CHF10,262.095 AZN
10,000 CHF20,524.191 AZN
Get the CHF/AZN rate in your app
One GET request returns the latest CHF → AZN rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/AZN"fetch('https://rate-api.com/api/v1/pair/CHF/AZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} AZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/AZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} AZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/AZN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} AZN\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "AZN"
},
"rate": 2.0524,
"timestamp": 1790429356,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
AZN to CHFAzerbaijani Manat → Swiss Franc0.48723Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.