Convert CHF to AWG
Swiss Franc → Aruban Florin
1 CHF = 2.161077 AWG(1 AWG = 0.462732 CHF)
Currency converter
1 CHF =
2.1611 AWG
CHF to AWG: last 30 days
Over the last 30 days, 1 CHF traded between 2.1611 and 2.2256 AWG, averaging 2.1951 AWG. The CHF/AWG rate is down 2.90% since 2026-08-28.
- 30-day high
- 2.2256
- 2026-08-28
- 30-day low
- 2.1611
- 2026-09-25
- 30-day average
- 2.1951
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
2.2256
2.16112026-08-28 → 2026-09-26
| Date | 1 CHF in AWG | Daily change |
|---|---|---|
| 2026-09-26 | 2.1611 | 0.00% |
| 2026-09-25 | 2.1611 | -0.07% |
| 2026-09-24 | 2.1625 | -0.59% |
| 2026-09-23 | 2.1753 | -0.42% |
| 2026-09-22 | 2.1845 | +0.24% |
| 2026-09-21 | 2.1792 | +0.52% |
| 2026-09-20 | 2.168 | 0.00% |
| 2026-09-19 | 2.168 | -0.69% |
| 2026-09-18 | 2.1831 | +0.56% |
| 2026-09-17 | 2.171 | -0.66% |
| 2026-09-16 | 2.1855 | -0.10% |
| 2026-09-15 | 2.1878 | -0.21% |
| 2026-09-14 | 2.1924 | -0.14% |
| 2026-09-13 | 2.1955 | 0.00% |
| 2026-09-12 | 2.1955 | 0.00% |
| Date | 1 CHF in AWG | Daily change |
|---|---|---|
| 2026-09-11 | 2.1955 | -0.41% |
| 2026-09-10 | 2.2045 | -0.60% |
| 2026-09-09 | 2.2179 | +0.55% |
| 2026-09-08 | 2.2057 | -0.28% |
| 2026-09-07 | 2.212 | 0.00% |
| 2026-09-06 | 2.212 | 0.00% |
| 2026-09-05 | 2.212 | 0.00% |
| 2026-09-04 | 2.212 | -0.10% |
| 2026-09-03 | 2.2141 | +0.68% |
| 2026-09-02 | 2.1991 | -0.42% |
| 2026-09-01 | 2.2084 | -0.24% |
| 2026-08-31 | 2.2138 | -0.53% |
| 2026-08-30 | 2.2256 | 0.00% |
| 2026-08-29 | 2.2256 | 0.00% |
| 2026-08-28 | 2.2256 | — |
CHF to AWG conversion table
1 CHF2.1611 AWG
5 CHF10.8054 AWG
10 CHF21.6108 AWG
25 CHF54.0269 AWG
50 CHF108.0538 AWG
100 CHF216.1077 AWG
500 CHF1,080.5384 AWG
1,000 CHF2,161.0768 AWG
5,000 CHF10,805.384 AWG
10,000 CHF21,610.768 AWG
Get the CHF/AWG rate in your app
One GET request returns the latest CHF → AWG 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/AWG"fetch('https://rate-api.com/api/v1/pair/CHF/AWG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} AWG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/AWG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} AWG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/AWG');
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']} AWG\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "AWG"
},
"rate": 2.1611,
"timestamp": 1790447445,
"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
AWG to CHFAruban Florin → Swiss Franc0.46273Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.