BYN to AZN exchange rate API
Belarussian Ruble to Azerbaijanian Manat · quoted 2026-09-25
0.55847
▲ +13.69% over 1Y
1 BYN = 0.55847 AZN · 1 AZN = 1.7906 BYN · Get this rate via the API
1 BYN buys 0.55847 AZN as of 2026-09-25, so 1 AZN buys 1.7906 BYN. Over the last year, BYN/AZN traded between 0.48935 and 0.62122, averaged 0.56856 and rose 13.69%. The API holds daily BYN/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BYN/AZN over 1Y: show the values
| Point | BYN/AZN |
|---|---|
| 2025-09-25 | 0.49124 |
| 2025-10-02 | 0.49077 |
| 2025-10-09 | 0.48935 |
| 2025-10-16 | 0.49917 |
| 2025-10-23 | 0.49906 |
| 2025-10-30 | 0.49934 |
| 2025-11-06 | 0.49901 |
| 2025-11-13 | 0.49840 |
| 2025-11-20 | 0.49783 |
| 2025-11-27 | 0.49772 |
| 2025-12-04 | 0.58479 |
| 2025-12-12 | 0.57907 |
| 2025-12-19 | 0.57973 |
| 2025-12-26 | 0.58317 |
| 2026-01-02 | 0.57895 |
| 2026-01-09 | 0.57787 |
| 2026-01-16 | 0.58726 |
| 2026-01-23 | 0.60166 |
| 2026-01-30 | 0.59963 |
| 2026-02-06 | 0.59271 |
| 2026-02-13 | 0.59354 |
| 2026-02-20 | 0.59409 |
| 2026-02-27 | 0.58794 |
| 2026-03-06 | 0.57906 |
| 2026-03-13 | 0.57456 |
| 2026-03-20 | 0.55799 |
| 2026-03-27 | 0.57021 |
| 2026-04-03 | 0.57434 |
| 2026-04-10 | 0.58993 |
| 2026-04-17 | 0.59653 |
| 2026-04-24 | 0.60283 |
| 2026-05-01 | 0.60077 |
| 2026-05-08 | 0.60101 |
| 2026-05-16 | 0.61151 |
| 2026-05-24 | 0.62025 |
| 2026-05-31 | 0.62122 |
| 2026-06-09 | 0.61055 |
| 2026-06-16 | 0.61365 |
| 2026-06-23 | 0.60538 |
| 2026-06-30 | 0.58313 |
| 2026-07-07 | 0.59098 |
| 2026-07-14 | 0.59242 |
| 2026-07-21 | 0.58812 |
| 2026-07-28 | 0.59223 |
| 2026-08-04 | 0.57765 |
| 2026-08-11 | 0.57235 |
| 2026-08-18 | 0.55861 |
| 2026-08-26 | 0.56378 |
| 2026-09-02 | 0.54916 |
| 2026-09-09 | 0.55437 |
| 2026-09-16 | 0.56016 |
| 2026-09-23 | 0.56000 |
High
0.62122
Low
0.48935
Average
0.56856
Get this rate via the API
One GET request returns the BYN/AZN 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=BYN¤cies=AZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=AZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=AZN").json()Replace YOUR_API_KEY with the key from your dashboard.
BYN/AZN API questions
How do I get the BYN/AZN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=AZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BYN/AZN rate in rates.AZN.
How far back does BYN/AZN historical data go?
Daily BYN/AZN 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 BYN/AZN 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.