Skip to content

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

AZN/BYN over 5Y: show the values
PointAZN/BYN
2024-08-241.9242
2024-10-071.9713
2024-11-061.9713
2024-12-061.9713
2025-01-051.9497
2025-02-041.9714
2025-03-061.9666
2025-04-051.9263
2025-05-051.9680
2025-06-041.9683
2025-07-041.9686
2025-08-031.9574
2025-09-022.0284
2025-10-022.0376
2025-11-012.0033
2025-12-011.7667
2026-01-011.7265
2026-01-311.6737
2026-03-021.7043
2026-04-011.7482
2026-05-011.6645
2026-06-021.6261
2026-07-041.7093
2026-08-031.7145
2026-09-031.8164

High

2.0376

Low

1.6261

Average

1.8663

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.