Skip to content

NIO to ETB exchange rate API

Cordoba Oro to Ethiopian Birr · quoted 2026-09-26

4.4080

▲ +4.10% over YTD

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 year to date, NIO/ETB traded between 4.2100 and 4.4583, averaged 4.3074 and rose 4.10%. 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 YTD

NIO/ETB over YTD: show the values
PointNIO/ETB
2025-12-314.2344
2026-01-074.2189
2026-01-144.2318
2026-01-214.2398
2026-01-284.2100
2026-02-044.2296
2026-02-114.2196
2026-02-184.2241
2026-02-254.2108
2026-03-044.2159
2026-03-114.2334
2026-03-184.2491
2026-03-254.2565
2026-04-014.2701
2026-04-084.2826
2026-04-154.2431
2026-04-224.2431
2026-04-294.2864
2026-05-064.2781
2026-05-144.2842
2026-05-214.2874
2026-05-294.3651
2026-06-054.3783
2026-06-144.3348
2026-06-214.3455
2026-06-284.3192
2026-07-054.3574
2026-07-124.3424
2026-07-194.3983
2026-07-264.3633
2026-08-024.3440
2026-08-094.3591
2026-08-164.4125
2026-08-244.4060
2026-08-314.4583
2026-09-074.4123
2026-09-144.3943
2026-09-214.4413

High

4.4583

Low

4.2100

Average

4.3074

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.