Skip to content

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

AUD/BYN over YTD: show the values
PointAUD/BYN
2025-12-311.9548
2026-01-071.9782
2026-01-141.9425
2026-01-211.9484
2026-01-281.9873
2026-02-042.0140
2026-02-112.0490
2026-02-182.0192
2026-02-252.0309
2026-03-042.0527
2026-03-112.1056
2026-03-182.1349
2026-03-252.0618
2026-04-012.0666
2026-04-082.0673
2026-04-152.0361
2026-04-222.0224
2026-04-292.0206
2026-05-062.0459
2026-05-132.0226
2026-05-201.9480
2026-05-271.9587
2026-06-031.9980
2026-06-111.9299
2026-06-181.9397
2026-06-251.9494
2026-07-022.0034
2026-07-091.9892
2026-07-162.0222
2026-07-232.0160
2026-07-302.0327
2026-08-062.0852
2026-08-132.1144
2026-08-202.1550
2026-08-272.1692
2026-09-032.2212
2026-09-102.1920
2026-09-172.1666
2026-09-242.1363

High

2.2212

Low

1.9299

Average

2.0432

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.