Convert ANG to CHF
Netherlands Antillean Guilder → Swiss Franc
1 ANG = 0.462732 CHF(1 CHF = 2.161077 ANG)
Currency converter
1 ANG =
0.46273 CHF
ANG to CHF: last 30 days
Over the last 30 days, 1 ANG traded between 0.44659 and 0.46273 CHF, averaging 0.45344 CHF. The ANG/CHF rate is up 3.56% since 2026-08-28.
- 30-day high
- 0.46273
- 2026-09-25
- 30-day low
- 0.44659
- 2026-08-31
- 30-day average
- 0.45344
- Days with data: 30
- 30-day change
- +3.56%
- since 2026-08-28
0.46273
0.446592026-08-28 → 2026-09-26
| Date | 1 ANG in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.46273 | 0.00% |
| 2026-09-25 | 0.46273 | +0.07% |
| 2026-09-24 | 0.46243 | +0.59% |
| 2026-09-23 | 0.45972 | +1.09% |
| 2026-09-22 | 0.45475 | -0.33% |
| 2026-09-21 | 0.45627 | -0.68% |
| 2026-09-20 | 0.45938 | +0.14% |
| 2026-09-19 | 0.45875 | -0.52% |
| 2026-09-18 | 0.46116 | +1.24% |
| 2026-09-17 | 0.4555 | +0.21% |
| 2026-09-16 | 0.45453 | +0.06% |
| 2026-09-15 | 0.45428 | +0.29% |
| 2026-09-14 | 0.45295 | -0.18% |
| 2026-09-13 | 0.45374 | +0.01% |
| 2026-09-12 | 0.4537 | +0.38% |
| Date | 1 ANG in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.452 | +0.30% |
| 2026-09-10 | 0.45065 | +0.44% |
| 2026-09-09 | 0.44868 | -0.39% |
| 2026-09-08 | 0.45045 | +0.33% |
| 2026-09-07 | 0.44896 | -0.30% |
| 2026-09-06 | 0.45033 | +0.04% |
| 2026-09-05 | 0.45013 | +0.02% |
| 2026-09-04 | 0.45006 | +0.14% |
| 2026-09-03 | 0.44941 | -0.45% |
| 2026-09-02 | 0.45145 | +0.28% |
| 2026-09-01 | 0.45019 | +0.80% |
| 2026-08-31 | 0.44659 | -0.21% |
| 2026-08-30 | 0.44754 | +0.07% |
| 2026-08-29 | 0.44722 | +0.09% |
| 2026-08-28 | 0.44682 | — |
ANG to CHF conversion table
1 ANG0.46273 CHF
5 ANG2.3137 CHF
10 ANG4.6273 CHF
25 ANG11.5683 CHF
50 ANG23.1366 CHF
100 ANG46.2732 CHF
500 ANG231.3662 CHF
1,000 ANG462.7323 CHF
5,000 ANG2,313.6615 CHF
10,000 ANG4,627.3229 CHF
Get the ANG/CHF rate in your app
One GET request returns the latest ANG → CHF 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/ANG/CHF"fetch('https://rate-api.com/api/v1/pair/ANG/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ANG = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ANG/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ANG = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ANG/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ANG = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "ANG",
"to": "CHF"
},
"rate": 0.4627,
"timestamp": 1790435209,
"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
CHF to ANGSwiss Franc → Netherlands Antillean Guilder2.1611Convert ANG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.