ETB to CNY exchange rate API
Ethiopian Birr to Yuan Renminbi · quoted 2026-09-27
0.04150
▼ +16.01% over 1Y
1 ETB = 0.04150 CNY · 1 CNY = 24.0952 ETB · Get this rate via the API
1 ETB buys 0.04150 CNY as of 2026-09-27, so 1 CNY buys 24.0952 ETB. Over the last year, ETB/CNY traded between 0.04117 and 0.04941, averaged 0.04407 and fell 16.01%. The API holds daily ETB/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ETB/CNY over 1Y: show the values
| Point | ETB/CNY |
|---|---|
| 2025-09-27 | 0.04941 |
| 2025-10-04 | 0.04927 |
| 2025-10-11 | 0.04848 |
| 2025-10-18 | 0.04816 |
| 2025-10-25 | 0.04697 |
| 2025-11-01 | 0.04634 |
| 2025-11-08 | 0.04616 |
| 2025-11-15 | 0.04620 |
| 2025-11-22 | 0.04596 |
| 2025-11-29 | 0.04603 |
| 2025-12-06 | 0.04553 |
| 2025-12-14 | 0.04539 |
| 2025-12-21 | 0.04537 |
| 2025-12-28 | 0.04508 |
| 2026-01-04 | 0.04510 |
| 2026-01-11 | 0.04498 |
| 2026-01-18 | 0.04485 |
| 2026-01-25 | 0.04478 |
| 2026-02-01 | 0.04480 |
| 2026-02-08 | 0.04480 |
| 2026-02-15 | 0.04447 |
| 2026-02-22 | 0.04448 |
| 2026-03-01 | 0.04398 |
| 2026-03-08 | 0.04426 |
| 2026-03-15 | 0.04412 |
| 2026-03-22 | 0.04387 |
| 2026-03-29 | 0.04416 |
| 2026-04-05 | 0.04403 |
| 2026-04-12 | 0.04362 |
| 2026-04-19 | 0.04363 |
| 2026-04-26 | 0.04432 |
| 2026-05-03 | 0.04353 |
| 2026-05-10 | 0.04371 |
| 2026-05-18 | 0.04347 |
| 2026-05-26 | 0.04222 |
| 2026-06-02 | 0.04277 |
| 2026-06-11 | 0.04216 |
| 2026-06-18 | 0.04207 |
| 2026-06-25 | 0.04232 |
| 2026-07-02 | 0.04266 |
| 2026-07-09 | 0.04229 |
| 2026-07-16 | 0.04214 |
| 2026-07-23 | 0.04206 |
| 2026-07-30 | 0.04211 |
| 2026-08-06 | 0.04193 |
| 2026-08-13 | 0.04174 |
| 2026-08-21 | 0.04124 |
| 2026-08-28 | 0.04119 |
| 2026-09-04 | 0.04158 |
| 2026-09-11 | 0.04162 |
| 2026-09-18 | 0.04161 |
| 2026-09-25 | 0.04117 |
High
0.04941
Low
0.04117
Average
0.04407
Get this rate via the API
One GET request returns the ETB/CNY rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=CNY").json()Replace YOUR_API_KEY with the key from your dashboard.
ETB/CNY API questions
How do I get the ETB/CNY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=CNY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ETB/CNY rate in rates.CNY.
How far back does ETB/CNY historical data go?
Daily ETB/CNY rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free ETB/CNY exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.