Convert ETB to CNY
Ethiopian Birr → Chinese Yuan
1 ETB = 0.0411724 CNY(1 CNY = 24.288103 ETB)
Currency converter
1 ETB =
0.041172 CNY
ETB to CNY: last 30 days
Over the last 30 days, 1 ETB traded between 0.04093 and 0.041875 CNY, averaging 0.041438 CNY. The ETB/CNY rate is down 0.03% since 2026-08-28.
- 30-day high
- 0.041875
- 2026-08-30
- 30-day low
- 0.04093
- 2026-08-31
- 30-day average
- 0.041438
- Days with data: 30
- 30-day change
- -0.03%
- since 2026-08-28
0.041875
0.040932026-08-28 → 2026-09-26
| Date | 1 ETB in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.041172 | 0.00% |
| 2026-09-25 | 0.041172 | +0.34% |
| 2026-09-24 | 0.041034 | -1.05% |
| 2026-09-23 | 0.041469 | +0.75% |
| 2026-09-22 | 0.041161 | +0.34% |
| 2026-09-21 | 0.041022 | -1.62% |
| 2026-09-20 | 0.041699 | -0.01% |
| 2026-09-19 | 0.041702 | +0.23% |
| 2026-09-18 | 0.041606 | +0.61% |
| 2026-09-17 | 0.041353 | -0.07% |
| 2026-09-16 | 0.041381 | -0.49% |
| 2026-09-15 | 0.041584 | +0.02% |
| 2026-09-14 | 0.041575 | -0.08% |
| 2026-09-13 | 0.041608 | -0.09% |
| 2026-09-12 | 0.041644 | +0.07% |
| Date | 1 ETB in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.041617 | +1.11% |
| 2026-09-10 | 0.041159 | -0.84% |
| 2026-09-09 | 0.041506 | +0.18% |
| 2026-09-08 | 0.041433 | +0.26% |
| 2026-09-07 | 0.041325 | -0.83% |
| 2026-09-06 | 0.041672 | +0.25% |
| 2026-09-05 | 0.041567 | -0.03% |
| 2026-09-04 | 0.041579 | +0.68% |
| 2026-09-03 | 0.0413 | -0.36% |
| 2026-09-02 | 0.041448 | -0.09% |
| 2026-09-01 | 0.041487 | +1.36% |
| 2026-08-31 | 0.04093 | -2.26% |
| 2026-08-30 | 0.041875 | +0.00% |
| 2026-08-29 | 0.041874 | +1.67% |
| 2026-08-28 | 0.041186 | — |
ETB to CNY conversion table
1 ETB0.041172 CNY
5 ETB0.20586 CNY
10 ETB0.41172 CNY
25 ETB1.0293 CNY
50 ETB2.0586 CNY
100 ETB4.1172 CNY
500 ETB20.5862 CNY
1,000 ETB41.1724 CNY
5,000 ETB205.8621 CNY
10,000 ETB411.7242 CNY
Get the ETB/CNY rate in your app
One GET request returns the latest ETB → 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/ETB/CNY"fetch('https://rate-api.com/api/v1/pair/ETB/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ETB = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ETB/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ETB = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ETB/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ETB = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "ETB",
"to": "CNY"
},
"rate": 0.0412,
"timestamp": 1790437571,
"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 ETBChinese Yuan → Ethiopian Birr24.2881Convert ETB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.