Skip to content

BAM to AZN exchange rate API

Convertible Mark to Azerbaijanian Manat · quoted 2026-09-26

0.99012

▼ +0.23% over 1Y

1 BAM = 0.99012 AZN · 1 AZN = 1.0100 BAM · Get this rate via the API

1 BAM buys 0.99012 AZN as of 2026-09-26, so 1 AZN buys 1.0100 BAM. Over the last year, BAM/AZN traded between 0.98387 and 1.0312, averaged 1.0088 and fell 0.23%. The API holds daily BAM/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/AZN over 1Y

BAM/AZN over 1Y: show the values
PointBAM/AZN
2025-09-260.99243
2025-10-030.99710
2025-10-100.98387
2025-10-171.01716
2025-10-241.00923
2025-10-311.00646
2025-11-071.00289
2025-11-141.01131
2025-11-211.00269
2025-11-281.00690
2025-12-051.01294
2025-12-131.02016
2025-12-201.01815
2025-12-271.02349
2026-01-031.01950
2026-01-101.01181
2026-01-171.00778
2026-01-241.02842
2026-01-311.03076
2026-02-071.02647
2026-02-141.03117
2026-02-211.02421
2026-02-281.02676
2026-03-071.00975
2026-03-140.99538
2026-03-211.00753
2026-03-281.00250
2026-04-041.00085
2026-04-111.02084
2026-04-181.02767
2026-04-251.01985
2026-05-021.02053
2026-05-091.02496
2026-05-171.01156
2026-05-251.01147
2026-06-011.01238
2026-06-101.00378
2026-06-171.00931
2026-06-240.98779
2026-07-010.99127
2026-07-080.99231
2026-07-150.99446
2026-07-220.99146
2026-07-290.99057
2026-08-051.00282
2026-08-121.00273
2026-08-201.01532
2026-08-271.01254
2026-09-031.00807
2026-09-101.01157
2026-09-170.99637
2026-09-240.98888

High

1.0312

Low

0.98387

Average

1.0088

For developers

Get this rate via the API

One GET request returns the BAM/AZN 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=BAM&currencies=AZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=AZN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=AZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

BAM/AZN API questions

How do I get the BAM/AZN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=AZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/AZN rate in rates.AZN.

How far back does BAM/AZN historical data go?

Daily BAM/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 BAM/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.