AUD to BYN exchange rate API
Australian Dollar to Belarussian Ruble · quoted 2026-09-25
2.1388
▲ +9.41% over YTD
1 AUD = 2.1388 BYN · 1 BYN = 0.46754 AUD · Get this rate via the API
1 AUD buys 2.1388 BYN as of 2026-09-25, so 1 BYN buys 0.46754 AUD. Over the year to date, AUD/BYN traded between 1.9299 and 2.2212, averaged 2.0432 and rose 9.41%. 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 YTD: show the values
| Point | AUD/BYN |
|---|---|
| 2025-12-31 | 1.9548 |
| 2026-01-07 | 1.9782 |
| 2026-01-14 | 1.9425 |
| 2026-01-21 | 1.9484 |
| 2026-01-28 | 1.9873 |
| 2026-02-04 | 2.0140 |
| 2026-02-11 | 2.0490 |
| 2026-02-18 | 2.0192 |
| 2026-02-25 | 2.0309 |
| 2026-03-04 | 2.0527 |
| 2026-03-11 | 2.1056 |
| 2026-03-18 | 2.1349 |
| 2026-03-25 | 2.0618 |
| 2026-04-01 | 2.0666 |
| 2026-04-08 | 2.0673 |
| 2026-04-15 | 2.0361 |
| 2026-04-22 | 2.0224 |
| 2026-04-29 | 2.0206 |
| 2026-05-06 | 2.0459 |
| 2026-05-13 | 2.0226 |
| 2026-05-20 | 1.9480 |
| 2026-05-27 | 1.9587 |
| 2026-06-03 | 1.9980 |
| 2026-06-11 | 1.9299 |
| 2026-06-18 | 1.9397 |
| 2026-06-25 | 1.9494 |
| 2026-07-02 | 2.0034 |
| 2026-07-09 | 1.9892 |
| 2026-07-16 | 2.0222 |
| 2026-07-23 | 2.0160 |
| 2026-07-30 | 2.0327 |
| 2026-08-06 | 2.0852 |
| 2026-08-13 | 2.1144 |
| 2026-08-20 | 2.1550 |
| 2026-08-27 | 2.1692 |
| 2026-09-03 | 2.2212 |
| 2026-09-10 | 2.1920 |
| 2026-09-17 | 2.1666 |
| 2026-09-24 | 2.1363 |
High
2.2212
Low
1.9299
Average
2.0432
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.