Convert RON to CNY
Romanian Leu → Chinese Yuan
1 RON = 1.450791 CNY(1 CNY = 0.689279 RON)
Currency converter
1 RON =
1.4508 CNY
RON to CNY: last 30 days
Over the last 30 days, 1 RON traded between 1.4457 and 1.4881 CNY, averaging 1.4733 CNY. The RON/CNY rate is down 2.51% since 2026-08-28.
- 30-day high
- 1.4881
- 2026-08-28
- 30-day low
- 1.4457
- 2026-09-24
- 30-day average
- 1.4733
- Days with data: 30
- 30-day change
- -2.51%
- since 2026-08-28
1.4881
1.44572026-08-28 → 2026-09-26
| Date | 1 RON in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 1.4508 | 0.00% |
| 2026-09-25 | 1.4508 | +0.35% |
| 2026-09-24 | 1.4457 | -0.30% |
| 2026-09-23 | 1.45 | -0.58% |
| 2026-09-22 | 1.4585 | -0.19% |
| 2026-09-21 | 1.4612 | +0.23% |
| 2026-09-20 | 1.4579 | 0.00% |
| 2026-09-19 | 1.4579 | 0.00% |
| 2026-09-18 | 1.4579 | -0.37% |
| 2026-09-17 | 1.4634 | -0.47% |
| 2026-09-16 | 1.4703 | -0.09% |
| 2026-09-15 | 1.4716 | -0.17% |
| 2026-09-14 | 1.4741 | -0.39% |
| 2026-09-13 | 1.4799 | 0.00% |
| 2026-09-12 | 1.4799 | 0.00% |
| Date | 1 RON in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 1.4799 | -0.22% |
| 2026-09-10 | 1.4831 | -0.29% |
| 2026-09-09 | 1.4874 | +0.20% |
| 2026-09-08 | 1.4845 | -0.04% |
| 2026-09-07 | 1.4851 | +0.02% |
| 2026-09-06 | 1.4847 | 0.00% |
| 2026-09-05 | 1.4847 | 0.00% |
| 2026-09-04 | 1.4847 | -0.06% |
| 2026-09-03 | 1.4856 | +0.33% |
| 2026-09-02 | 1.4807 | -0.10% |
| 2026-09-01 | 1.4822 | +0.04% |
| 2026-08-31 | 1.4816 | -0.44% |
| 2026-08-30 | 1.4881 | 0.00% |
| 2026-08-29 | 1.4881 | 0.00% |
| 2026-08-28 | 1.4881 | — |
RON to CNY conversion table
1 RON1.4508 CNY
5 RON7.254 CNY
10 RON14.5079 CNY
25 RON36.2698 CNY
50 RON72.5396 CNY
100 RON145.0791 CNY
500 RON725.3956 CNY
1,000 RON1,450.7912 CNY
5,000 RON7,253.9562 CNY
10,000 RON14,507.912 CNY
Get the RON/CNY rate in your app
One GET request returns the latest RON → 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/RON/CNY"fetch('https://rate-api.com/api/v1/pair/RON/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RON = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RON/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RON = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RON/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RON = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "RON",
"to": "CNY"
},
"rate": 1.4508,
"timestamp": 1790432074,
"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 RONChinese Yuan → Romanian Leu0.68928Convert RON to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.