Convert CNY to AFN
Chinese Yuan → Afghan Afghani
1 CNY = 9.534474 AFN(1 AFN = 0.104883 CNY)
Currency converter
1 CNY =
9.5345 AFN
CNY to AFN: last 30 days
Over the last 30 days, 1 CNY traded between 9.5049 and 9.8345 AFN, averaging 9.701 AFN. The CNY/AFN rate is down 2.85% since 2026-08-28.
- 30-day high
- 9.8345
- 2026-09-07
- 30-day low
- 9.5049
- 2026-09-19
- 30-day average
- 9.701
- Days with data: 30
- 30-day change
- -2.85%
- since 2026-08-28
9.8345
9.50492026-08-28 → 2026-09-26
| Date | 1 CNY in AFN | Daily change |
|---|---|---|
| 2026-09-26 | 9.5345 | 0.00% |
| 2026-09-25 | 9.5345 | +0.03% |
| 2026-09-24 | 9.5319 | -1.59% |
| 2026-09-23 | 9.6858 | +0.14% |
| 2026-09-22 | 9.6726 | -0.26% |
| 2026-09-21 | 9.6975 | +0.33% |
| 2026-09-20 | 9.6652 | +1.69% |
| 2026-09-19 | 9.5049 | -2.06% |
| 2026-09-18 | 9.705 | +0.36% |
| 2026-09-17 | 9.67 | -0.14% |
| 2026-09-16 | 9.684 | +0.15% |
| 2026-09-15 | 9.6696 | +0.65% |
| 2026-09-14 | 9.6071 | +0.13% |
| 2026-09-13 | 9.595 | -2.18% |
| 2026-09-12 | 9.8089 | +0.64% |
| Date | 1 CNY in AFN | Daily change |
|---|---|---|
| 2026-09-11 | 9.7464 | -0.46% |
| 2026-09-10 | 9.7914 | +0.77% |
| 2026-09-09 | 9.7162 | -0.38% |
| 2026-09-08 | 9.7536 | -0.82% |
| 2026-09-07 | 9.8345 | +2.29% |
| 2026-09-06 | 9.6141 | -1.86% |
| 2026-09-05 | 9.7965 | -0.22% |
| 2026-09-04 | 9.8181 | +0.28% |
| 2026-09-03 | 9.7904 | -0.10% |
| 2026-09-02 | 9.8004 | -0.17% |
| 2026-09-01 | 9.8173 | +0.87% |
| 2026-08-31 | 9.7322 | +0.40% |
| 2026-08-30 | 9.6934 | -0.54% |
| 2026-08-29 | 9.7459 | -0.69% |
| 2026-08-28 | 9.814 | — |
CNY to AFN conversion table
1 CNY9.5345 AFN
5 CNY47.6724 AFN
10 CNY95.3447 AFN
25 CNY238.3618 AFN
50 CNY476.7237 AFN
100 CNY953.4474 AFN
500 CNY4,767.2368 AFN
1,000 CNY9,534.4735 AFN
5,000 CNY47,672.368 AFN
10,000 CNY95,344.735 AFN
Get the CNY/AFN rate in your app
One GET request returns the latest CNY → 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/CNY/AFN"fetch('https://rate-api.com/api/v1/pair/CNY/AFN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} AFN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/AFN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} AFN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/AFN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} AFN\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "AFN"
},
"rate": 9.5345,
"timestamp": 1790429385,
"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
AFN to CNYAfghan Afghani → Chinese Yuan0.10488Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.