Skip to content

AZN to BYN exchange rate API

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

1.7906

▲ +0.95% over 30D

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 30 days, AZN/BYN traded between 1.7727 and 1.8210, averaged 1.7917 and rose 0.95%. 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 30D

AZN/BYN over 30D: show the values
PointAZN/BYN
2026-08-261.7738
2026-08-271.7747
2026-08-281.7727
2026-08-291.7734
2026-08-301.7822
2026-08-311.7834
2026-09-011.8114
2026-09-021.8210
2026-09-031.8164
2026-09-041.8127
2026-09-051.8128
2026-09-061.8107
2026-09-071.8114
2026-09-081.8100
2026-09-091.8039
2026-09-101.7946
2026-09-111.7869
2026-09-121.7866
2026-09-131.7832
2026-09-141.7874
2026-09-151.7870
2026-09-161.7852
2026-09-171.7916
2026-09-181.8032
2026-09-191.7801
2026-09-201.7754
2026-09-211.7748
2026-09-221.7786
2026-09-231.7857
2026-09-241.7884
2026-09-251.7844

High

1.8210

Low

1.7727

Average

1.7917

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.