Convert CNY to YER
Chinese Yuan → Yemeni Rial
1 CNY = 35.242084 YER(1 YER = 0.0283752 CNY)
Currency converter
1 CNY =
35.2421 YER
CNY to YER: last 30 days
Over the last 30 days, 1 CNY traded between 35.2155 and 35.346 YER, averaging 35.2916 YER. The CNY/YER rate is up 0.07% since 2026-08-28.
- 30-day high
- 35.346
- 2026-09-10
- 30-day low
- 35.2155
- 2026-08-31
- 30-day average
- 35.2916
- Days with data: 30
- 30-day change
- +0.07%
- since 2026-08-28
35.346
35.21552026-08-28 → 2026-09-26
| Date | 1 CNY in YER | Daily change |
|---|---|---|
| 2026-09-26 | 35.2421 | 0.00% |
| 2026-09-25 | 35.2421 | -0.02% |
| 2026-09-24 | 35.2474 | -0.08% |
| 2026-09-23 | 35.2746 | -0.10% |
| 2026-09-22 | 35.3114 | -0.08% |
| 2026-09-21 | 35.3379 | +0.04% |
| 2026-09-20 | 35.3238 | -0.01% |
| 2026-09-19 | 35.3261 | -0.02% |
| 2026-09-18 | 35.3335 | +0.17% |
| 2026-09-17 | 35.2722 | +0.01% |
| 2026-09-16 | 35.2683 | +0.06% |
| 2026-09-15 | 35.2466 | -0.25% |
| 2026-09-14 | 35.3355 | +0.01% |
| 2026-09-13 | 35.3305 | -0.02% |
| 2026-09-12 | 35.3378 | +0.01% |
| Date | 1 CNY in YER | Daily change |
|---|---|---|
| 2026-09-11 | 35.3347 | -0.03% |
| 2026-09-10 | 35.346 | +0.03% |
| 2026-09-09 | 35.3358 | +0.05% |
| 2026-09-08 | 35.3168 | +0.00% |
| 2026-09-07 | 35.3157 | +0.01% |
| 2026-09-06 | 35.3137 | -0.01% |
| 2026-09-05 | 35.3169 | +0.00% |
| 2026-09-04 | 35.3156 | +0.11% |
| 2026-09-03 | 35.2766 | +0.04% |
| 2026-09-02 | 35.2619 | +0.01% |
| 2026-09-01 | 35.2571 | +0.12% |
| 2026-08-31 | 35.2155 | -0.04% |
| 2026-08-30 | 35.2286 | -0.10% |
| 2026-08-29 | 35.2649 | +0.14% |
| 2026-08-28 | 35.2169 | — |
CNY to YER conversion table
1 CNY35.2421 YER
5 CNY176.2104 YER
10 CNY352.4208 YER
25 CNY881.0521 YER
50 CNY1,762.1042 YER
100 CNY3,524.2084 YER
500 CNY17,621.042 YER
1,000 CNY35,242.084 YER
5,000 CNY176,210.42 YER
10,000 CNY352,420.84 YER
Get the CNY/YER rate in your app
One GET request returns the latest CNY → YER 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/YER"fetch('https://rate-api.com/api/v1/pair/CNY/YER', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} YER`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/YER",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} YER")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/YER');
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']} YER\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "YER"
},
"rate": 35.2421,
"timestamp": 1790429361,
"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
YER to CNYYemeni Rial → Chinese Yuan0.028375Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.