Skip to content

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

NIO/ETB over 1Y: show the values
PointNIO/ETB
2025-09-263.9254
2025-10-033.9521
2025-10-103.9536
2025-10-174.0165
2025-10-244.1037
2025-10-314.1392
2025-11-074.1789
2025-11-144.1749
2025-11-214.2114
2025-11-284.1857
2025-12-054.2316
2025-12-134.2305
2025-12-204.2216
2025-12-274.2280
2026-01-034.2292
2026-01-104.2277
2026-01-174.2400
2026-01-244.2350
2026-01-314.2296
2026-02-074.2245
2026-02-144.2280
2026-02-214.2335
2026-02-284.2547
2026-03-074.2503
2026-03-144.2787
2026-03-214.2797
2026-03-284.2653
2026-04-044.2717
2026-04-114.2609
2026-04-184.2756
2026-04-254.2007
2026-05-024.2767
2026-05-094.2845
2026-05-174.2999
2026-05-254.3745
2026-06-014.3394
2026-06-104.3780
2026-06-174.3191
2026-06-244.3714
2026-07-014.3403
2026-07-084.3539
2026-07-154.3697
2026-07-224.3757
2026-07-294.3580
2026-08-054.3559
2026-08-124.3898
2026-08-204.4292
2026-08-274.4226
2026-09-034.4243
2026-09-104.4320
2026-09-174.4212
2026-09-244.4385

High

4.4385

Low

3.9254

Average

4.2661

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=ETB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=ETB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=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&currencies=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.