Convert CNY to ETB
Chinese Yuan → Ethiopian Birr
1 CNY = 24.288103 ETB(1 ETB = 0.0411724 CNY)
Currency converter
1 CNY =
24.2881 ETB
CNY to ETB: last 30 days
Over the last 30 days, 1 CNY traded between 23.8807 and 24.4317 ETB, averaging 24.1332 ETB. The CNY/ETB rate is up 0.03% since 2026-08-28.
- 30-day high
- 24.4317
- 2026-08-31
- 30-day low
- 23.8807
- 2026-08-30
- 30-day average
- 24.1332
- Days with data: 30
- 30-day change
- +0.03%
- since 2026-08-28
24.4317
23.88072026-08-28 → 2026-09-26
| Date | 1 CNY in ETB | Daily change |
|---|---|---|
| 2026-09-26 | 24.2881 | 0.00% |
| 2026-09-25 | 24.2881 | -0.34% |
| 2026-09-24 | 24.3698 | +1.06% |
| 2026-09-23 | 24.1144 | -0.74% |
| 2026-09-22 | 24.2946 | -0.34% |
| 2026-09-21 | 24.3774 | +1.65% |
| 2026-09-20 | 23.9813 | +0.01% |
| 2026-09-19 | 23.9797 | -0.23% |
| 2026-09-18 | 24.0347 | -0.61% |
| 2026-09-17 | 24.1821 | +0.07% |
| 2026-09-16 | 24.1657 | +0.49% |
| 2026-09-15 | 24.0479 | -0.02% |
| 2026-09-14 | 24.0529 | +0.08% |
| 2026-09-13 | 24.034 | +0.09% |
| 2026-09-12 | 24.013 | -0.07% |
| Date | 1 CNY in ETB | Daily change |
|---|---|---|
| 2026-09-11 | 24.0287 | -1.10% |
| 2026-09-10 | 24.2962 | +0.84% |
| 2026-09-09 | 24.0926 | -0.18% |
| 2026-09-08 | 24.1352 | -0.26% |
| 2026-09-07 | 24.1982 | +0.84% |
| 2026-09-06 | 23.9967 | -0.25% |
| 2026-09-05 | 24.0575 | +0.03% |
| 2026-09-04 | 24.0506 | -0.67% |
| 2026-09-03 | 24.2132 | +0.36% |
| 2026-09-02 | 24.1265 | +0.09% |
| 2026-09-01 | 24.1042 | -1.34% |
| 2026-08-31 | 24.4317 | +2.31% |
| 2026-08-30 | 23.8807 | -0.00% |
| 2026-08-29 | 23.8809 | -1.64% |
| 2026-08-28 | 24.2799 | — |
CNY to ETB conversion table
1 CNY24.2881 ETB
5 CNY121.4405 ETB
10 CNY242.881 ETB
25 CNY607.2026 ETB
50 CNY1,214.4051 ETB
100 CNY2,428.8103 ETB
500 CNY12,144.051 ETB
1,000 CNY24,288.103 ETB
5,000 CNY121,440.51 ETB
10,000 CNY242,881.03 ETB
Get the CNY/ETB rate in your app
One GET request returns the latest CNY → ETB 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/ETB"fetch('https://rate-api.com/api/v1/pair/CNY/ETB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} ETB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/ETB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} ETB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/ETB');
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']} ETB\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "ETB"
},
"rate": 24.2881,
"timestamp": 1790429367,
"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
ETB to CNYEthiopian Birr → Chinese Yuan0.041172Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.