Skip to content

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

AUD/BYN over 5Y: show the values
PointAUD/BYN
2021-09-271.8088
2021-11-081.8146
2021-12-201.7995
2022-02-011.8368
2022-03-152.4001
2022-04-292.4140
2022-06-152.3387
2022-07-271.7530
2022-09-071.6918
2022-10-191.5929
2022-11-301.6989
2023-01-121.7463
2023-02-231.7231
2023-04-111.6801
2023-05-261.6507
2023-07-101.6772
2023-08-211.6200
2023-10-022.1042
2023-11-132.0994
2023-12-272.2593
2024-02-082.1245
2024-03-212.1587
2024-05-082.1472
2024-06-242.1731
2024-08-052.1097
2024-09-152.1962
2024-10-222.1882
2024-11-212.1333
2024-12-212.0465
2025-01-202.0296
2025-02-192.0789
2025-03-212.0546
2025-04-202.0883
2025-05-202.0985
2025-06-192.1177
2025-07-192.1313
2025-08-182.1754
2025-09-172.2604
2025-10-172.2094
2025-11-162.2276
2025-12-161.9446
2026-01-151.9432
2026-02-142.0223
2026-03-162.0937
2026-04-152.0361
2026-05-151.9977
2026-06-151.9553
2026-07-152.0046
2026-08-142.1419
2026-09-132.1738

High

2.4140

Low

1.5929

Average

2.0179

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=BYN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=BYN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.