Convert CHF to AED
Swiss Franc → UAE Dirham
1 CHF = 4.433829 AED(1 AED = 0.225539 CHF)
Currency converter
1 CHF =
4.4338 AED
CHF to AED: last 30 days
Over the last 30 days, 1 CHF traded between 4.4338 and 4.5663 AED, averaging 4.5027 AED. The CHF/AED rate is down 2.90% since 2026-08-28.
- 30-day high
- 4.5663
- 2026-08-28
- 30-day low
- 4.4338
- 2026-09-25
- 30-day average
- 4.5027
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
4.5663
4.43382026-08-28 → 2026-09-26
| Date | 1 CHF in AED | Daily change |
|---|---|---|
| 2026-09-26 | 4.4338 | 0.00% |
| 2026-09-25 | 4.4338 | -0.07% |
| 2026-09-24 | 4.4367 | -0.59% |
| 2026-09-23 | 4.4629 | -0.42% |
| 2026-09-22 | 4.4818 | +0.24% |
| 2026-09-21 | 4.471 | +0.52% |
| 2026-09-20 | 4.448 | 0.00% |
| 2026-09-19 | 4.448 | +0.00% |
| 2026-09-18 | 4.448 | -0.14% |
| 2026-09-17 | 4.4543 | -0.66% |
| 2026-09-16 | 4.484 | -0.10% |
| 2026-09-15 | 4.4886 | -0.21% |
| 2026-09-14 | 4.498 | -0.14% |
| 2026-09-13 | 4.5045 | 0.00% |
| 2026-09-12 | 4.5045 | 0.00% |
| Date | 1 CHF in AED | Daily change |
|---|---|---|
| 2026-09-11 | 4.5045 | -0.41% |
| 2026-09-10 | 4.5229 | -0.60% |
| 2026-09-09 | 4.5504 | +0.55% |
| 2026-09-08 | 4.5255 | -0.28% |
| 2026-09-07 | 4.5382 | 0.00% |
| 2026-09-06 | 4.5382 | 0.00% |
| 2026-09-05 | 4.5382 | 0.00% |
| 2026-09-04 | 4.5382 | -0.10% |
| 2026-09-03 | 4.5427 | +0.68% |
| 2026-09-02 | 4.5119 | -0.42% |
| 2026-09-01 | 4.531 | -0.24% |
| 2026-08-31 | 4.5421 | -0.53% |
| 2026-08-30 | 4.5663 | 0.00% |
| 2026-08-29 | 4.5663 | 0.00% |
| 2026-08-28 | 4.5663 | — |
CHF to AED conversion table
1 CHF4.4338 AED
5 CHF22.1691 AED
10 CHF44.3383 AED
25 CHF110.8457 AED
50 CHF221.6915 AED
100 CHF443.3829 AED
500 CHF2,216.9146 AED
1,000 CHF4,433.8293 AED
5,000 CHF22,169.146 AED
10,000 CHF44,338.293 AED
Get the CHF/AED rate in your app
One GET request returns the latest CHF → AED 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/AED"fetch('https://rate-api.com/api/v1/pair/CHF/AED', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} AED`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/AED",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} AED")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/AED');
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']} AED\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "AED"
},
"rate": 4.4338,
"timestamp": 1790429270,
"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
AED to CHFUAE Dirham → Swiss Franc0.22554Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.