Skip to content

NIO to ETB exchange rate API

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

4.4080

▼ +0.33% over 30D

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 30 days, NIO/ETB traded between 4.3575 and 4.4583, averaged 4.4059 and fell 0.33%. 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 30D

NIO/ETB over 30D: show the values
PointNIO/ETB
2026-08-274.4226
2026-08-284.4387
2026-08-294.3575
2026-08-304.3749
2026-08-314.4583
2026-09-014.4032
2026-09-024.4121
2026-09-034.4243
2026-09-044.3872
2026-09-054.3875
2026-09-064.3871
2026-09-074.4123
2026-09-084.4011
2026-09-094.3963
2026-09-104.4320
2026-09-114.3861
2026-09-124.4039
2026-09-134.3994
2026-09-144.3943
2026-09-154.3944
2026-09-164.4152
2026-09-174.4212
2026-09-184.3898
2026-09-194.3647
2026-09-204.3728
2026-09-214.4413
2026-09-224.4330
2026-09-234.3924
2026-09-244.4385
2026-09-254.4313
2026-09-264.4080

High

4.4583

Low

4.3575

Average

4.4059

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.