Convert YER to CNY
Yemeni Rial → Chinese Yuan
1 YER = 0.0283752 CNY(1 CNY = 35.242084 YER)
Currency converter
1 YER =
0.028375 CNY
YER to CNY: last 30 days
Over the last 30 days, 1 YER traded between 0.028292 and 0.028397 CNY, averaging 0.028335 CNY. The YER/CNY rate is down 0.07% since 2026-08-28.
- 30-day high
- 0.028397
- 2026-08-31
- 30-day low
- 0.028292
- 2026-09-10
- 30-day average
- 0.028335
- Days with data: 30
- 30-day change
- -0.07%
- since 2026-08-28
0.028397
0.0282922026-08-28 → 2026-09-26
| Date | 1 YER in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.028375 | 0.00% |
| 2026-09-25 | 0.028375 | +0.02% |
| 2026-09-24 | 0.028371 | +0.08% |
| 2026-09-23 | 0.028349 | +0.10% |
| 2026-09-22 | 0.028319 | +0.08% |
| 2026-09-21 | 0.028298 | -0.04% |
| 2026-09-20 | 0.02831 | +0.01% |
| 2026-09-19 | 0.028308 | +0.02% |
| 2026-09-18 | 0.028302 | -0.17% |
| 2026-09-17 | 0.028351 | -0.01% |
| 2026-09-16 | 0.028354 | -0.06% |
| 2026-09-15 | 0.028372 | +0.25% |
| 2026-09-14 | 0.0283 | -0.01% |
| 2026-09-13 | 0.028304 | +0.02% |
| 2026-09-12 | 0.028298 | -0.01% |
| Date | 1 YER in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.028301 | +0.03% |
| 2026-09-10 | 0.028292 | -0.03% |
| 2026-09-09 | 0.0283 | -0.05% |
| 2026-09-08 | 0.028315 | -0.00% |
| 2026-09-07 | 0.028316 | -0.01% |
| 2026-09-06 | 0.028318 | +0.01% |
| 2026-09-05 | 0.028315 | -0.00% |
| 2026-09-04 | 0.028316 | -0.11% |
| 2026-09-03 | 0.028347 | -0.04% |
| 2026-09-02 | 0.028359 | -0.01% |
| 2026-09-01 | 0.028363 | -0.12% |
| 2026-08-31 | 0.028397 | +0.04% |
| 2026-08-30 | 0.028386 | +0.10% |
| 2026-08-29 | 0.028357 | -0.14% |
| 2026-08-28 | 0.028395 | — |
YER to CNY conversion table
1 YER0.028375 CNY
5 YER0.14188 CNY
10 YER0.28375 CNY
25 YER0.70938 CNY
50 YER1.4188 CNY
100 YER2.8375 CNY
500 YER14.1876 CNY
1,000 YER28.3752 CNY
5,000 YER141.8758 CNY
10,000 YER283.7517 CNY
Get the YER/CNY rate in your app
One GET request returns the latest YER → 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/YER/CNY"fetch('https://rate-api.com/api/v1/pair/YER/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 YER = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/YER/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 YER = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/YER/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 YER = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "YER",
"to": "CNY"
},
"rate": 0.0284,
"timestamp": 1790435073,
"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 YERChinese Yuan → Yemeni Rial35.2421Convert YER to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.