Skip to content

AED to BYN exchange rate API

UAE Dirham to Belarussian Ruble · quoted 2026-09-25

0.82877

▼ +10.11% over 1Y

1 AED = 0.82877 BYN · 1 BYN = 1.2066 AED · Get this rate via the API

1 AED buys 0.82877 BYN as of 2026-09-25, so 1 BYN buys 1.2066 AED. Over the last year, AED/BYN traded between 0.74622 and 0.92997, averaged 0.81686 and fell 10.11%. The API holds daily AED/BYN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/BYN over 1Y

AED/BYN over 1Y: show the values
PointAED/BYN
2025-09-250.92195
2025-10-020.92283
2025-10-090.92553
2025-10-160.92724
2025-10-230.92742
2025-10-300.92756
2025-11-060.92755
2025-11-130.92866
2025-11-200.92973
2025-11-270.92997
2025-12-040.79150
2025-12-110.79492
2025-12-180.79965
2025-12-250.79374
2026-01-010.79921
2026-01-080.80220
2026-01-150.79114
2026-01-220.77774
2026-01-290.77247
2026-02-050.77923
2026-02-120.78148
2026-02-190.77910
2026-02-260.78190
2026-03-050.79650
2026-03-120.80373
2026-03-190.83427
2026-03-260.81094
2026-04-020.80861
2026-04-090.79212
2026-04-160.77602
2026-04-230.76826
2026-04-300.76693
2026-05-070.76924
2026-05-140.76096
2026-05-210.74622
2026-05-280.74649
2026-06-040.76874
2026-06-120.75133
2026-06-190.75697
2026-06-260.78153
2026-07-030.78897
2026-07-100.77862
2026-07-170.78870
2026-07-240.78352
2026-07-310.79279
2026-08-070.81002
2026-08-140.82346
2026-08-210.82301
2026-08-280.82047
2026-09-040.83901
2026-09-110.82703
2026-09-180.82561
2026-09-250.82882

High

0.92997

Low

0.74622

Average

0.81686

For developers

Get this rate via the API

One GET request returns the AED/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=AED&currencies=BYN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&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=AED&currencies=BYN").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/BYN API questions

How do I get the AED/BYN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=BYN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/BYN rate in rates.BYN.

How far back does AED/BYN historical data go?

Daily AED/BYN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AED/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.