AZN to BYN exchange rate API
Azerbaijanian Manat to Belarussian Ruble · quoted 2026-09-25
1.7906
▼ +6.94% over 5Y
1 AZN = 1.7906 BYN · 1 BYN = 0.55847 AZN · Get this rate via the API
1 AZN buys 1.7906 BYN as of 2026-09-25, so 1 BYN buys 0.55847 AZN. Over the last 5 years, AZN/BYN traded between 1.6261 and 2.0376, averaged 1.8663 and fell 6.94%. The API holds daily AZN/BYN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/BYN over 5Y: show the values
| Point | AZN/BYN |
|---|---|
| 2024-08-24 | 1.9242 |
| 2024-10-07 | 1.9713 |
| 2024-11-06 | 1.9713 |
| 2024-12-06 | 1.9713 |
| 2025-01-05 | 1.9497 |
| 2025-02-04 | 1.9714 |
| 2025-03-06 | 1.9666 |
| 2025-04-05 | 1.9263 |
| 2025-05-05 | 1.9680 |
| 2025-06-04 | 1.9683 |
| 2025-07-04 | 1.9686 |
| 2025-08-03 | 1.9574 |
| 2025-09-02 | 2.0284 |
| 2025-10-02 | 2.0376 |
| 2025-11-01 | 2.0033 |
| 2025-12-01 | 1.7667 |
| 2026-01-01 | 1.7265 |
| 2026-01-31 | 1.6737 |
| 2026-03-02 | 1.7043 |
| 2026-04-01 | 1.7482 |
| 2026-05-01 | 1.6645 |
| 2026-06-02 | 1.6261 |
| 2026-07-04 | 1.7093 |
| 2026-08-03 | 1.7145 |
| 2026-09-03 | 1.8164 |
High
2.0376
Low
1.6261
Average
1.8663
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=BYN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BYN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BYN").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/BYN API questions
How do I get the AZN/BYN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BYN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/BYN rate in rates.BYN.
How far back does AZN/BYN historical data go?
Daily AZN/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 AZN/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.