Convert CHF to AOA
Swiss Franc → Angolan Kwanza
1 CHF = 1,106.7082 AOA(1 AOA = 0.000903581 CHF)
Currency converter
1 CHF =
1,106.7082 AOA
CHF to AOA: last 30 days
Over the last 30 days, 1 CHF traded between 1,106.7082 and 1,140.9894 AOA, averaging 1,125.6828 AOA. The CHF/AOA rate is down 2.91% since 2026-08-28.
- 30-day high
- 1,140.9894
- 2026-09-13
- 30-day low
- 1,106.7082
- 2026-09-25
- 30-day average
- 1,125.6828
- Days with data: 30
- 30-day change
- -2.91%
- since 2026-08-28
1,140.9894
1,106.70822026-08-28 → 2026-09-26
| Date | 1 CHF in AOA | Daily change |
|---|---|---|
| 2026-09-26 | 1,106.7082 | 0.00% |
| 2026-09-25 | 1,106.7082 | -0.25% |
| 2026-09-24 | 1,109.5343 | -0.34% |
| 2026-09-23 | 1,113.3606 | -0.58% |
| 2026-09-22 | 1,119.8783 | +0.03% |
| 2026-09-21 | 1,119.5553 | +0.89% |
| 2026-09-20 | 1,109.7015 | -0.01% |
| 2026-09-19 | 1,109.7665 | -0.19% |
| 2026-09-18 | 1,111.8507 | -0.06% |
| 2026-09-17 | 1,112.5242 | -0.84% |
| 2026-09-16 | 1,121.9742 | +0.11% |
| 2026-09-15 | 1,120.7115 | -0.27% |
| 2026-09-14 | 1,123.7459 | -1.51% |
| 2026-09-13 | 1,140.9894 | +1.27% |
| 2026-09-12 | 1,126.6946 | +0.03% |
| Date | 1 CHF in AOA | Daily change |
|---|---|---|
| 2026-09-11 | 1,126.3097 | -0.43% |
| 2026-09-10 | 1,131.1759 | -0.59% |
| 2026-09-09 | 1,137.9265 | +0.80% |
| 2026-09-08 | 1,128.8849 | -0.66% |
| 2026-09-07 | 1,136.3655 | +0.13% |
| 2026-09-06 | 1,134.9228 | +0.00% |
| 2026-09-05 | 1,134.873 | +0.07% |
| 2026-09-04 | 1,134.1122 | -0.07% |
| 2026-09-03 | 1,134.9551 | +0.67% |
| 2026-09-02 | 1,127.3677 | -0.52% |
| 2026-09-01 | 1,133.3156 | -0.36% |
| 2026-08-31 | 1,137.3889 | -0.15% |
| 2026-08-30 | 1,139.0474 | -0.10% |
| 2026-08-29 | 1,140.2012 | +0.02% |
| 2026-08-28 | 1,139.9328 | — |
CHF to AOA conversion table
1 CHF1,106.7082 AOA
5 CHF5,533.5409 AOA
10 CHF11,067.082 AOA
25 CHF27,667.705 AOA
50 CHF55,335.409 AOA
100 CHF110,670.82 AOA
500 CHF553,354.09 AOA
1,000 CHF1,106,708.2 AOA
5,000 CHF5,533,540.9 AOA
10,000 CHF11,067,082 AOA
Get the CHF/AOA rate in your app
One GET request returns the latest CHF → AOA 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/AOA"fetch('https://rate-api.com/api/v1/pair/CHF/AOA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} AOA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/AOA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} AOA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/AOA');
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']} AOA\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "AOA"
},
"rate": 1106.7082,
"timestamp": 1790447441,
"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
AOA to CHFAngolan Kwanza → Swiss Franc0.00090358Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.