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: show the values
| Point | AED/BYN |
|---|---|
| 2025-09-25 | 0.92195 |
| 2025-10-02 | 0.92283 |
| 2025-10-09 | 0.92553 |
| 2025-10-16 | 0.92724 |
| 2025-10-23 | 0.92742 |
| 2025-10-30 | 0.92756 |
| 2025-11-06 | 0.92755 |
| 2025-11-13 | 0.92866 |
| 2025-11-20 | 0.92973 |
| 2025-11-27 | 0.92997 |
| 2025-12-04 | 0.79150 |
| 2025-12-11 | 0.79492 |
| 2025-12-18 | 0.79965 |
| 2025-12-25 | 0.79374 |
| 2026-01-01 | 0.79921 |
| 2026-01-08 | 0.80220 |
| 2026-01-15 | 0.79114 |
| 2026-01-22 | 0.77774 |
| 2026-01-29 | 0.77247 |
| 2026-02-05 | 0.77923 |
| 2026-02-12 | 0.78148 |
| 2026-02-19 | 0.77910 |
| 2026-02-26 | 0.78190 |
| 2026-03-05 | 0.79650 |
| 2026-03-12 | 0.80373 |
| 2026-03-19 | 0.83427 |
| 2026-03-26 | 0.81094 |
| 2026-04-02 | 0.80861 |
| 2026-04-09 | 0.79212 |
| 2026-04-16 | 0.77602 |
| 2026-04-23 | 0.76826 |
| 2026-04-30 | 0.76693 |
| 2026-05-07 | 0.76924 |
| 2026-05-14 | 0.76096 |
| 2026-05-21 | 0.74622 |
| 2026-05-28 | 0.74649 |
| 2026-06-04 | 0.76874 |
| 2026-06-12 | 0.75133 |
| 2026-06-19 | 0.75697 |
| 2026-06-26 | 0.78153 |
| 2026-07-03 | 0.78897 |
| 2026-07-10 | 0.77862 |
| 2026-07-17 | 0.78870 |
| 2026-07-24 | 0.78352 |
| 2026-07-31 | 0.79279 |
| 2026-08-07 | 0.81002 |
| 2026-08-14 | 0.82346 |
| 2026-08-21 | 0.82301 |
| 2026-08-28 | 0.82047 |
| 2026-09-04 | 0.83901 |
| 2026-09-11 | 0.82703 |
| 2026-09-18 | 0.82561 |
| 2026-09-25 | 0.82882 |
High
0.92997
Low
0.74622
Average
0.81686
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=BYN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=BYN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.