Skip to content

BYN to ETB exchange rate API

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

53.6186

▲ +25.72% over 1Y

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 year, BYN/ETB traded between 42.5694 and 58.2810, averaged 52.6836 and rose 25.72%. 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 1Y

BYN/ETB over 1Y: show the values
PointBYN/ETB
2025-09-2742.6500
2025-10-0442.5694
2025-10-1143.1970
2025-10-1843.4472
2025-10-2544.5230
2025-11-0145.1025
2025-11-0845.2522
2025-11-1545.0517
2025-11-2245.2052
2025-11-2951.9960
2025-12-0654.1138
2025-12-1452.8165
2025-12-2152.9436
2025-12-2853.3811
2026-01-0452.8878
2026-01-1153.0529
2026-01-1853.9521
2026-01-2555.1821
2026-02-0154.6275
2026-02-0854.0269
2026-02-1554.3301
2026-02-2254.2862
2026-03-0153.9505
2026-03-0853.1250
2026-03-1552.9763
2026-03-2252.0356
2026-03-2952.7135
2026-04-0553.0346
2026-04-1254.6711
2026-04-1954.9736
2026-04-2654.5723
2026-05-0355.6240
2026-05-1055.2526
2026-05-1856.4902
2026-05-2658.2734
2026-06-0257.1927
2026-06-1158.2810
2026-06-1858.1228
2026-06-2556.8039
2026-07-0254.7279
2026-07-0956.0623
2026-07-1655.6471
2026-07-2355.8312
2026-07-3055.0854
2026-08-0654.3621
2026-08-1353.8717
2026-08-2153.9144
2026-08-2854.1488
2026-09-0452.3754
2026-09-1153.0632
2026-09-1853.0843
2026-09-2553.7512

High

58.2810

Low

42.5694

Average

52.6836

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.