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: show the values
| Point | BYN/ETB |
|---|---|
| 2025-09-27 | 42.6500 |
| 2025-10-04 | 42.5694 |
| 2025-10-11 | 43.1970 |
| 2025-10-18 | 43.4472 |
| 2025-10-25 | 44.5230 |
| 2025-11-01 | 45.1025 |
| 2025-11-08 | 45.2522 |
| 2025-11-15 | 45.0517 |
| 2025-11-22 | 45.2052 |
| 2025-11-29 | 51.9960 |
| 2025-12-06 | 54.1138 |
| 2025-12-14 | 52.8165 |
| 2025-12-21 | 52.9436 |
| 2025-12-28 | 53.3811 |
| 2026-01-04 | 52.8878 |
| 2026-01-11 | 53.0529 |
| 2026-01-18 | 53.9521 |
| 2026-01-25 | 55.1821 |
| 2026-02-01 | 54.6275 |
| 2026-02-08 | 54.0269 |
| 2026-02-15 | 54.3301 |
| 2026-02-22 | 54.2862 |
| 2026-03-01 | 53.9505 |
| 2026-03-08 | 53.1250 |
| 2026-03-15 | 52.9763 |
| 2026-03-22 | 52.0356 |
| 2026-03-29 | 52.7135 |
| 2026-04-05 | 53.0346 |
| 2026-04-12 | 54.6711 |
| 2026-04-19 | 54.9736 |
| 2026-04-26 | 54.5723 |
| 2026-05-03 | 55.6240 |
| 2026-05-10 | 55.2526 |
| 2026-05-18 | 56.4902 |
| 2026-05-26 | 58.2734 |
| 2026-06-02 | 57.1927 |
| 2026-06-11 | 58.2810 |
| 2026-06-18 | 58.1228 |
| 2026-06-25 | 56.8039 |
| 2026-07-02 | 54.7279 |
| 2026-07-09 | 56.0623 |
| 2026-07-16 | 55.6471 |
| 2026-07-23 | 55.8312 |
| 2026-07-30 | 55.0854 |
| 2026-08-06 | 54.3621 |
| 2026-08-13 | 53.8717 |
| 2026-08-21 | 53.9144 |
| 2026-08-28 | 54.1488 |
| 2026-09-04 | 52.3754 |
| 2026-09-11 | 53.0632 |
| 2026-09-18 | 53.0843 |
| 2026-09-25 | 53.7512 |
High
58.2810
Low
42.5694
Average
52.6836
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=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¤cies=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.