NIO to ETB exchange rate API
Cordoba Oro to Ethiopian Birr · quoted 2026-09-26
4.4080
▲ +12.30% over 1Y
1 NIO = 4.4080 ETB · 1 ETB = 0.22686 NIO · Get this rate via the API
1 NIO buys 4.4080 ETB as of 2026-09-26, so 1 ETB buys 0.22686 NIO. Over the last year, NIO/ETB traded between 3.9254 and 4.4385, averaged 4.2661 and rose 12.30%. The API holds daily NIO/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/ETB over 1Y: show the values
| Point | NIO/ETB |
|---|---|
| 2025-09-26 | 3.9254 |
| 2025-10-03 | 3.9521 |
| 2025-10-10 | 3.9536 |
| 2025-10-17 | 4.0165 |
| 2025-10-24 | 4.1037 |
| 2025-10-31 | 4.1392 |
| 2025-11-07 | 4.1789 |
| 2025-11-14 | 4.1749 |
| 2025-11-21 | 4.2114 |
| 2025-11-28 | 4.1857 |
| 2025-12-05 | 4.2316 |
| 2025-12-13 | 4.2305 |
| 2025-12-20 | 4.2216 |
| 2025-12-27 | 4.2280 |
| 2026-01-03 | 4.2292 |
| 2026-01-10 | 4.2277 |
| 2026-01-17 | 4.2400 |
| 2026-01-24 | 4.2350 |
| 2026-01-31 | 4.2296 |
| 2026-02-07 | 4.2245 |
| 2026-02-14 | 4.2280 |
| 2026-02-21 | 4.2335 |
| 2026-02-28 | 4.2547 |
| 2026-03-07 | 4.2503 |
| 2026-03-14 | 4.2787 |
| 2026-03-21 | 4.2797 |
| 2026-03-28 | 4.2653 |
| 2026-04-04 | 4.2717 |
| 2026-04-11 | 4.2609 |
| 2026-04-18 | 4.2756 |
| 2026-04-25 | 4.2007 |
| 2026-05-02 | 4.2767 |
| 2026-05-09 | 4.2845 |
| 2026-05-17 | 4.2999 |
| 2026-05-25 | 4.3745 |
| 2026-06-01 | 4.3394 |
| 2026-06-10 | 4.3780 |
| 2026-06-17 | 4.3191 |
| 2026-06-24 | 4.3714 |
| 2026-07-01 | 4.3403 |
| 2026-07-08 | 4.3539 |
| 2026-07-15 | 4.3697 |
| 2026-07-22 | 4.3757 |
| 2026-07-29 | 4.3580 |
| 2026-08-05 | 4.3559 |
| 2026-08-12 | 4.3898 |
| 2026-08-20 | 4.4292 |
| 2026-08-27 | 4.4226 |
| 2026-09-03 | 4.4243 |
| 2026-09-10 | 4.4320 |
| 2026-09-17 | 4.4212 |
| 2026-09-24 | 4.4385 |
High
4.4385
Low
3.9254
Average
4.2661
Get this rate via the API
One GET request returns the NIO/ETB 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=NIO¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=ETB").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/ETB API questions
How do I get the NIO/ETB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=ETB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/ETB rate in rates.ETB.
How far back does NIO/ETB historical data go?
Daily NIO/ETB 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 NIO/ETB 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.