Convert CHF to AFN
Swiss Franc → Afghan Afghani
1 CHF = 77.975951 AFN(1 AFN = 0.0128245 CHF)
Currency converter
1 CHF =
77.976 AFN
CHF to AFN: last 30 days
Over the last 30 days, 1 CHF traded between 77.1032 and 81.5571 AFN, averaging 79.7063 AFN. The CHF/AFN rate is down 4.26% since 2026-08-29.
- 30-day high
- 81.5571
- 2026-09-07
- 30-day low
- 77.1032
- 2026-09-19
- 30-day average
- 79.7063
- Days with data: 30
- 30-day change
- -4.26%
- since 2026-08-29
81.5571
77.10322026-08-29 → 2026-09-27
| Date | 1 CHF in AFN | Daily change |
|---|---|---|
| 2026-09-27 | 77.976 | 0.00% |
| 2026-09-26 | 77.976 | +0.91% |
| 2026-09-25 | 77.2762 | -0.03% |
| 2026-09-24 | 77.2986 | -2.09% |
| 2026-09-23 | 78.9491 | -0.18% |
| 2026-09-22 | 79.0897 | +0.06% |
| 2026-09-21 | 79.0454 | +0.82% |
| 2026-09-20 | 78.4031 | +1.69% |
| 2026-09-19 | 77.1032 | -2.06% |
| 2026-09-18 | 78.7264 | +0.07% |
| 2026-09-17 | 78.6684 | -0.80% |
| 2026-09-16 | 79.3036 | -0.02% |
| 2026-09-15 | 79.3195 | +0.49% |
| 2026-09-14 | 78.9353 | -0.01% |
| 2026-09-13 | 78.9469 | -2.18% |
| Date | 1 CHF in AFN | Daily change |
|---|---|---|
| 2026-09-12 | 80.7064 | +0.64% |
| 2026-09-11 | 80.1926 | -0.84% |
| 2026-09-10 | 80.8692 | +0.14% |
| 2026-09-09 | 80.7544 | +0.13% |
| 2026-09-08 | 80.6526 | -1.11% |
| 2026-09-07 | 81.5571 | +2.29% |
| 2026-09-06 | 79.7279 | -1.86% |
| 2026-09-05 | 81.2411 | -0.22% |
| 2026-09-04 | 81.4202 | +0.06% |
| 2026-09-03 | 81.3703 | +0.54% |
| 2026-09-02 | 80.9295 | -0.60% |
| 2026-09-01 | 81.4214 | +0.67% |
| 2026-08-31 | 80.8823 | -0.15% |
| 2026-08-30 | 81.0045 | -0.54% |
| 2026-08-29 | 81.4425 | — |
CHF to AFN conversion table
1 CHF77.976 AFN
5 CHF389.8798 AFN
10 CHF779.7595 AFN
25 CHF1,949.3988 AFN
50 CHF3,898.7975 AFN
100 CHF7,797.5951 AFN
500 CHF38,987.975 AFN
1,000 CHF77,975.951 AFN
5,000 CHF389,879.75 AFN
10,000 CHF779,759.51 AFN
Get the CHF/AFN rate in your app
One GET request returns the latest CHF → AFN 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/AFN"fetch('https://rate-api.com/api/v1/pair/CHF/AFN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} AFN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/AFN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} AFN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/AFN');
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']} AFN\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "AFN"
},
"rate": 77.976,
"timestamp": 1790470782,
"date": "2026-09-27"
}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
AFN to CHFAfghan Afghani → Swiss Franc0.012824Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.