AUD to BYN exchange rate API
Australian Dollar to Belarussian Ruble · quoted 2026-09-25
2.1396
▲ +18.28% over 5Y
1 AUD = 2.1396 BYN · 1 BYN = 0.46738 AUD · Get this rate via the API
1 AUD buys 2.1396 BYN as of 2026-09-25, so 1 BYN buys 0.46738 AUD. Over the last 5 years, AUD/BYN traded between 1.5929 and 2.4140, averaged 2.0179 and rose 18.28%. The API holds daily AUD/BYN rates from 2016-07-01 — 10 years of history — so any past day, or a whole series, is one request away.
AUD/BYN over 5Y: show the values
| Point | AUD/BYN |
|---|---|
| 2021-09-27 | 1.8088 |
| 2021-11-08 | 1.8146 |
| 2021-12-20 | 1.7995 |
| 2022-02-01 | 1.8368 |
| 2022-03-15 | 2.4001 |
| 2022-04-29 | 2.4140 |
| 2022-06-15 | 2.3387 |
| 2022-07-27 | 1.7530 |
| 2022-09-07 | 1.6918 |
| 2022-10-19 | 1.5929 |
| 2022-11-30 | 1.6989 |
| 2023-01-12 | 1.7463 |
| 2023-02-23 | 1.7231 |
| 2023-04-11 | 1.6801 |
| 2023-05-26 | 1.6507 |
| 2023-07-10 | 1.6772 |
| 2023-08-21 | 1.6200 |
| 2023-10-02 | 2.1042 |
| 2023-11-13 | 2.0994 |
| 2023-12-27 | 2.2593 |
| 2024-02-08 | 2.1245 |
| 2024-03-21 | 2.1587 |
| 2024-05-08 | 2.1472 |
| 2024-06-24 | 2.1731 |
| 2024-08-05 | 2.1097 |
| 2024-09-15 | 2.1962 |
| 2024-10-22 | 2.1882 |
| 2024-11-21 | 2.1333 |
| 2024-12-21 | 2.0465 |
| 2025-01-20 | 2.0296 |
| 2025-02-19 | 2.0789 |
| 2025-03-21 | 2.0546 |
| 2025-04-20 | 2.0883 |
| 2025-05-20 | 2.0985 |
| 2025-06-19 | 2.1177 |
| 2025-07-19 | 2.1313 |
| 2025-08-18 | 2.1754 |
| 2025-09-17 | 2.2604 |
| 2025-10-17 | 2.2094 |
| 2025-11-16 | 2.2276 |
| 2025-12-16 | 1.9446 |
| 2026-01-15 | 1.9432 |
| 2026-02-14 | 2.0223 |
| 2026-03-16 | 2.0937 |
| 2026-04-15 | 2.0361 |
| 2026-05-15 | 1.9977 |
| 2026-06-15 | 1.9553 |
| 2026-07-15 | 2.0046 |
| 2026-08-14 | 2.1419 |
| 2026-09-13 | 2.1738 |
High
2.4140
Low
1.5929
Average
2.0179
Get this rate via the API
One GET request returns the AUD/BYN 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=AUD¤cies=BYN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=BYN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=BYN").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/BYN API questions
How do I get the AUD/BYN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=BYN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/BYN rate in rates.BYN.
How far back does AUD/BYN historical data go?
Daily AUD/BYN rates are available from 2016-07-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AUD/BYN 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.