Convert AWG to CNY
Aruban Florin → Chinese Yuan
1 AWG = 3.75041 CNY(1 CNY = 0.266638 AWG)
Currency converter
1 AWG =
3.7504 CNY
AWG to CNY: last 30 days
Over the last 30 days, 1 AWG traded between 3.7157 and 3.7555 CNY, averaging 3.7479 CNY. The AWG/CNY rate is down 0.11% since 2026-08-28.
- 30-day high
- 3.7555
- 2026-09-01
- 30-day low
- 3.7157
- 2026-09-18
- 30-day average
- 3.7479
- Days with data: 30
- 30-day change
- -0.11%
- since 2026-08-28
3.7555
3.71572026-08-28 → 2026-09-26
| Date | 1 AWG in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 3.7504 | 0.00% |
| 2026-09-25 | 3.7504 | +0.01% |
| 2026-09-24 | 3.75 | +0.08% |
| 2026-09-23 | 3.7471 | +0.11% |
| 2026-09-22 | 3.7431 | +0.07% |
| 2026-09-21 | 3.7404 | -0.03% |
| 2026-09-20 | 3.7417 | 0.00% |
| 2026-09-19 | 3.7417 | +0.70% |
| 2026-09-18 | 3.7157 | -0.84% |
| 2026-09-17 | 3.7472 | +0.01% |
| 2026-09-16 | 3.747 | -0.07% |
| 2026-09-15 | 3.7494 | +0.05% |
| 2026-09-14 | 3.7477 | +0.00% |
| 2026-09-13 | 3.7476 | 0.00% |
| 2026-09-12 | 3.7476 | 0.00% |
| Date | 1 AWG in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 3.7476 | +0.03% |
| 2026-09-10 | 3.7465 | -0.02% |
| 2026-09-09 | 3.7474 | -0.04% |
| 2026-09-08 | 3.7489 | -0.01% |
| 2026-09-07 | 3.7492 | +0.00% |
| 2026-09-06 | 3.7491 | 0.00% |
| 2026-09-05 | 3.7491 | 0.00% |
| 2026-09-04 | 3.7491 | -0.12% |
| 2026-09-03 | 3.7537 | -0.04% |
| 2026-09-02 | 3.755 | -0.01% |
| 2026-09-01 | 3.7555 | +0.04% |
| 2026-08-31 | 3.754 | -0.02% |
| 2026-08-30 | 3.7547 | 0.00% |
| 2026-08-29 | 3.7547 | 0.00% |
| 2026-08-28 | 3.7547 | — |
AWG to CNY conversion table
1 AWG3.7504 CNY
5 AWG18.752 CNY
10 AWG37.5041 CNY
25 AWG93.7602 CNY
50 AWG187.5205 CNY
100 AWG375.041 CNY
500 AWG1,875.2048 CNY
1,000 AWG3,750.4097 CNY
5,000 AWG18,752.048 CNY
10,000 AWG37,504.097 CNY
Get the AWG/CNY rate in your app
One GET request returns the latest AWG → CNY 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/AWG/CNY"fetch('https://rate-api.com/api/v1/pair/AWG/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AWG = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AWG/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AWG = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AWG/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AWG = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "AWG",
"to": "CNY"
},
"rate": 3.7504,
"timestamp": 1790435229,
"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
CNY to AWGChinese Yuan → Aruban Florin0.26664Convert AWG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.