BYN to ETB exchange rate API
Belarussian Ruble to Ethiopian Birr · quoted 2026-09-27
53.6186
▲ +2.49% over 6M
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 6 months, BYN/ETB traded between 52.2660 and 58.1694, averaged 54.8612 and rose 2.49%. 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 6M: show the values
| Point | BYN/ETB |
|---|---|
| 2026-03-31 | 52.3180 |
| 2026-04-07 | 53.1645 |
| 2026-04-14 | 55.1437 |
| 2026-04-21 | 54.8166 |
| 2026-04-28 | 55.5071 |
| 2026-05-05 | 55.5043 |
| 2026-05-12 | 56.0924 |
| 2026-05-20 | 57.2460 |
| 2026-05-28 | 58.1694 |
| 2026-06-04 | 57.0656 |
| 2026-06-13 | 57.4975 |
| 2026-06-20 | 57.4209 |
| 2026-06-27 | 54.7158 |
| 2026-07-04 | 54.9845 |
| 2026-07-11 | 55.6886 |
| 2026-07-18 | 55.7632 |
| 2026-07-25 | 55.7610 |
| 2026-08-01 | 54.8969 |
| 2026-08-08 | 53.7898 |
| 2026-08-15 | 53.1947 |
| 2026-08-23 | 53.7821 |
| 2026-08-30 | 52.9240 |
| 2026-09-06 | 52.2660 |
| 2026-09-13 | 53.1382 |
| 2026-09-20 | 53.1645 |
| 2026-09-27 | 53.6186 |
High
58.1694
Low
52.2660
Average
54.8612
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.