Convert CLF to CNY
Chilean Unit of Account (UF) → Chinese Yuan
1 CLF = 285.91606 CNY(1 CNY = 0.00349753 CLF)
Currency converter
1 CLF =
285.9161 CNY
CLF to CNY: last 30 days
Over the last 30 days, 1 CLF traded between 275.1911 and 290.3959 CNY, averaging 283.0263 CNY. The CLF/CNY rate is down 0.96% since 2026-08-28.
- 30-day high
- 290.3959
- 2026-09-23
- 30-day low
- 275.1911
- 2026-09-21
- 30-day average
- 283.0263
- Days with data: 30
- 30-day change
- -0.96%
- since 2026-08-28
290.3959
275.19112026-08-28 → 2026-09-26
| Date | 1 CLF in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 285.9161 | +0.02% |
| 2026-09-25 | 285.8591 | +0.03% |
| 2026-09-24 | 285.7653 | -1.59% |
| 2026-09-23 | 290.3959 | +5.19% |
| 2026-09-22 | 276.0651 | +0.32% |
| 2026-09-21 | 275.1911 | -0.12% |
| 2026-09-20 | 275.508 | -0.12% |
| 2026-09-19 | 275.8484 | -0.66% |
| 2026-09-18 | 277.6783 | +0.10% |
| 2026-09-17 | 277.3987 | +0.17% |
| 2026-09-16 | 276.924 | -1.76% |
| 2026-09-15 | 281.8774 | +0.05% |
| 2026-09-14 | 281.7472 | -0.29% |
| 2026-09-13 | 282.5695 | -0.04% |
| 2026-09-12 | 282.6886 | -1.10% |
| Date | 1 CLF in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 285.8202 | -0.40% |
| 2026-09-10 | 286.9619 | +1.13% |
| 2026-09-09 | 283.7479 | -0.12% |
| 2026-09-08 | 284.1025 | -0.09% |
| 2026-09-07 | 284.3644 | -0.04% |
| 2026-09-06 | 284.4807 | 0.00% |
| 2026-09-05 | 284.4807 | +0.47% |
| 2026-09-04 | 283.1603 | -0.12% |
| 2026-09-03 | 283.5063 | -0.29% |
| 2026-09-02 | 284.3274 | -0.31% |
| 2026-09-01 | 285.2058 | -0.39% |
| 2026-08-31 | 286.3102 | -0.27% |
| 2026-08-30 | 287.0953 | 0.00% |
| 2026-08-29 | 287.0953 | -0.56% |
| 2026-08-28 | 288.6985 | — |
CLF to CNY conversion table
1 CLF285.9161 CNY
5 CLF1,429.5803 CNY
10 CLF2,859.1606 CNY
25 CLF7,147.9015 CNY
50 CLF14,295.803 CNY
100 CLF28,591.606 CNY
500 CLF142,958.03 CNY
1,000 CLF285,916.06 CNY
5,000 CLF1,429,580.3 CNY
10,000 CLF2,859,160.6 CNY
Get the CLF/CNY rate in your app
One GET request returns the latest CLF → 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/CLF/CNY"fetch('https://rate-api.com/api/v1/pair/CLF/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CLF = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CLF/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CLF = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CLF/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CLF = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "CLF",
"to": "CNY"
},
"rate": 285.9161,
"timestamp": 1790435067,
"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 CLFChinese Yuan → Chilean Unit of Account (UF)0.0034975Convert CLF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.