Skip to content

BYN to ETB exchange rate API

Belarussian Ruble to Ethiopian Birr · quoted 2026-09-27

53.6186

▼ +0.98% over 30D

1 BYN = 53.6186 ETB · 1 ETB = 0.01865 BYN · Get this rate via the API

1 BYN buys 53.6186 ETB as of 2026-09-27, so 1 ETB buys 0.01865 BYN. Over the last 30 days, BYN/ETB traded between 52.2660 and 54.1488, averaged 53.1680 and fell 0.98%. The API holds daily BYN/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BYN/ETB over 30D

BYN/ETB over 30D: show the values
PointBYN/ETB
2026-08-2854.1488
2026-08-2953.1884
2026-08-3052.9240
2026-08-3153.8253
2026-09-0152.6205
2026-09-0252.3852
2026-09-0352.6859
2026-09-0452.3754
2026-09-0552.3887
2026-09-0652.2660
2026-09-0752.7365
2026-09-0852.6366
2026-09-0952.6664
2026-09-1053.4081
2026-09-1153.0632
2026-09-1253.0369
2026-09-1353.1382
2026-09-1453.1020
2026-09-1553.1293
2026-09-1653.4089
2026-09-1753.2566
2026-09-1853.0843
2026-09-1953.0727
2026-09-2053.1645
2026-09-2154.0958
2026-09-2253.8353
2026-09-2353.2806
2026-09-2453.8048
2026-09-2553.7512
2026-09-2653.6600
2026-09-2753.6186

High

54.1488

Low

52.2660

Average

53.1680

For developers

Get this rate via the API

One GET request returns the BYN/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=BYN&currencies=ETB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&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=BYN&currencies=ETB").json()

Replace YOUR_API_KEY with the key from your dashboard.

BYN/ETB API questions

How do I get the BYN/ETB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=ETB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BYN/ETB rate in rates.ETB.

How far back does BYN/ETB historical data go?

Daily BYN/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 BYN/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.