Skip to content

AZN to BYN exchange rate API

Azerbaijanian Manat to Belarussian Ruble · quoted 2026-09-25

1.7906

▼ +12.04% over 1Y

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 year, AZN/BYN traded between 1.6097 and 2.0435, averaged 1.7675 and fell 12.04%. 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 1Y

AZN/BYN over 1Y: show the values
PointAZN/BYN
2025-09-252.0357
2025-10-022.0376
2025-10-092.0435
2025-10-162.0033
2025-10-232.0037
2025-10-302.0026
2025-11-062.0040
2025-11-132.0064
2025-11-202.0087
2025-11-272.0092
2025-12-041.7100
2025-12-121.7269
2025-12-191.7249
2025-12-261.7148
2026-01-021.7273
2026-01-091.7305
2026-01-161.7028
2026-01-231.6621
2026-01-301.6677
2026-02-061.6872
2026-02-131.6848
2026-02-201.6832
2026-02-271.7008
2026-03-061.7269
2026-03-131.7405
2026-03-201.7921
2026-03-271.7537
2026-04-031.7411
2026-04-101.6951
2026-04-171.6764
2026-04-241.6588
2026-05-011.6645
2026-05-081.6639
2026-05-161.6353
2026-05-241.6122
2026-05-311.6097
2026-06-091.6379
2026-06-161.6296
2026-06-231.6519
2026-06-301.7149
2026-07-071.6921
2026-07-141.6880
2026-07-211.7003
2026-07-281.6885
2026-08-041.7312
2026-08-111.7472
2026-08-181.7901
2026-08-261.7738
2026-09-021.8210
2026-09-091.8039
2026-09-161.7852
2026-09-231.7857

High

2.0435

Low

1.6097

Average

1.7675

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=BYN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&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=AZN&currencies=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&currencies=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.