AUD to BYN exchange rate API
Australian Dollar to Belarussian Ruble · quoted 2026-09-25
2.1396
▼ +4.02% over 1Y
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 year, AUD/BYN traded between 1.9207 and 2.2427, averaged 2.0710 and fell 4.02%. 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 1Y: show the values
| Point | AUD/BYN |
|---|---|
| 2025-09-25 | 2.2293 |
| 2025-10-02 | 2.2400 |
| 2025-10-09 | 2.2427 |
| 2025-10-16 | 2.2132 |
| 2025-10-23 | 2.2154 |
| 2025-10-30 | 2.2267 |
| 2025-11-06 | 2.2201 |
| 2025-11-13 | 2.2363 |
| 2025-11-20 | 2.2122 |
| 2025-11-27 | 2.2291 |
| 2025-12-04 | 1.9207 |
| 2025-12-11 | 1.9430 |
| 2025-12-18 | 1.9408 |
| 2025-12-25 | 1.9545 |
| 2026-01-01 | 1.9581 |
| 2026-01-08 | 1.9732 |
| 2026-01-15 | 1.9432 |
| 2026-01-22 | 1.9445 |
| 2026-01-29 | 2.0051 |
| 2026-02-05 | 1.9955 |
| 2026-02-12 | 2.0436 |
| 2026-02-19 | 2.0142 |
| 2026-02-26 | 2.0449 |
| 2026-03-05 | 2.0612 |
| 2026-03-12 | 2.1055 |
| 2026-03-19 | 2.1464 |
| 2026-03-26 | 2.0590 |
| 2026-04-02 | 2.0410 |
| 2026-04-09 | 2.0489 |
| 2026-04-16 | 2.0446 |
| 2026-04-23 | 2.0187 |
| 2026-04-30 | 2.0136 |
| 2026-05-07 | 2.0504 |
| 2026-05-14 | 2.0237 |
| 2026-05-21 | 1.9536 |
| 2026-05-28 | 1.9520 |
| 2026-06-04 | 2.0168 |
| 2026-06-12 | 1.9414 |
| 2026-06-19 | 1.9502 |
| 2026-06-26 | 1.9813 |
| 2026-07-03 | 2.0106 |
| 2026-07-10 | 1.9875 |
| 2026-07-17 | 2.0206 |
| 2026-07-24 | 2.0110 |
| 2026-07-31 | 2.0436 |
| 2026-08-07 | 2.0947 |
| 2026-08-14 | 2.1419 |
| 2026-08-21 | 2.1668 |
| 2026-08-28 | 2.1682 |
| 2026-09-04 | 2.2198 |
| 2026-09-11 | 2.1789 |
| 2026-09-18 | 2.1592 |
| 2026-09-25 | 2.1367 |
High
2.2427
Low
1.9207
Average
2.0710
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.