Convert CNY to IDR
Chinese Yuan → Indonesian Rupiah
1 CNY = 2,668.4459 IDR(1 IDR = 0.00037475 CNY)
Currency converter
1 CNY =
2,668.4459 IDR
CNY to IDR: last 30 days
Over the last 30 days, 1 CNY traded between 2,605.3251 and 2,671.5027 IDR, averaging 2,639.9807 IDR. The CNY/IDR rate is up 1.23% since 2026-08-28.
- 30-day high
- 2,671.5027
- 2026-09-24
- 30-day low
- 2,605.3251
- 2026-09-09
- 30-day average
- 2,639.9807
- Days with data: 30
- 30-day change
- +1.23%
- since 2026-08-28
2,671.5027
2,605.32512026-08-28 → 2026-09-26
| Date | 1 CNY in IDR | Daily change |
|---|---|---|
| 2026-09-26 | 2,668.4459 | 0.00% |
| 2026-09-25 | 2,668.4459 | -0.11% |
| 2026-09-24 | 2,671.5027 | +0.70% |
| 2026-09-23 | 2,653.0377 | -0.25% |
| 2026-09-22 | 2,659.6618 | -0.34% |
| 2026-09-21 | 2,668.8473 | +0.29% |
| 2026-09-20 | 2,661.1025 | 0.00% |
| 2026-09-19 | 2,661.1025 | 0.00% |
| 2026-09-18 | 2,661.1025 | +0.69% |
| 2026-09-17 | 2,642.8625 | +0.32% |
| 2026-09-16 | 2,634.5216 | -0.09% |
| 2026-09-15 | 2,636.8174 | +0.16% |
| 2026-09-14 | 2,632.5204 | +0.32% |
| 2026-09-13 | 2,624.1018 | 0.00% |
| 2026-09-12 | 2,624.1018 | 0.00% |
| Date | 1 CNY in IDR | Daily change |
|---|---|---|
| 2026-09-11 | 2,624.1018 | +0.14% |
| 2026-09-10 | 2,620.521 | +0.58% |
| 2026-09-09 | 2,605.3251 | -0.65% |
| 2026-09-08 | 2,622.3083 | -0.28% |
| 2026-09-07 | 2,629.5634 | +0.06% |
| 2026-09-06 | 2,627.9635 | 0.00% |
| 2026-09-05 | 2,627.9635 | 0.00% |
| 2026-09-04 | 2,627.9635 | +0.06% |
| 2026-09-03 | 2,626.3934 | -0.35% |
| 2026-09-02 | 2,635.5724 | -0.16% |
| 2026-09-01 | 2,639.7215 | +0.16% |
| 2026-08-31 | 2,635.5343 | -0.02% |
| 2026-08-30 | 2,636.1053 | 0.00% |
| 2026-08-29 | 2,636.1053 | 0.00% |
| 2026-08-28 | 2,636.1053 | — |
CNY to IDR conversion table
1 CNY2,668.4459 IDR
5 CNY13,342.229 IDR
10 CNY26,684.459 IDR
25 CNY66,711.147 IDR
50 CNY133,422.29 IDR
100 CNY266,844.59 IDR
500 CNY1,334,222.9 IDR
1,000 CNY2,668,445.9 IDR
5,000 CNY13,342,229 IDR
10,000 CNY26,684,459 IDR
Get the CNY/IDR rate in your app
One GET request returns the latest CNY → IDR 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/IDR"fetch('https://rate-api.com/api/v1/pair/CNY/IDR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} IDR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/IDR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} IDR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/IDR');
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']} IDR\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "IDR"
},
"rate": 2668.4459,
"timestamp": 1790429422,
"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
IDR to CNYIndonesian Rupiah → Chinese Yuan0.00037475Convert CNY to other currencies
Convert other currencies to IDR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.