Skip to content

BAM to IRR exchange rate API

Convertible Mark to Iranian Rial · quoted 2026-09-26

800547.55

▲ +3089.26% over 1Y

1 BAM = 800547.55 IRR · 1 IRR = 0.000001 BAM · Get this rate via the API

1 BAM buys 800547.55 IRR as of 2026-09-26, so 1 IRR buys 0.000001 BAM. Over the last year, BAM/IRR traded between 24840.57 and 820871.49, averaged 565229.90 and rose 3089.26%. The API holds daily BAM/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/IRR over 1Y

BAM/IRR over 1Y: show the values
PointBAM/IRR
2025-09-2625101.40
2025-10-0325197.32
2025-10-1024897.71
2025-10-1725156.69
2025-10-2424950.55
2025-10-3124870.75
2025-11-0724840.57
2025-11-1425033.58
2025-11-2124897.01
2025-11-2824959.35
2025-12-0525070.80
2025-12-1325202.02
2025-12-2025199.95
2025-12-2725282.39
2026-01-0325238.58
2026-01-10594845.17
2026-01-17630960.74
2026-01-24650666.76
2026-01-31687208.24
2026-02-07728975.42
2026-02-14776551.21
2026-02-21773520.78
2026-02-28793465.72
2026-03-07784073.64
2026-03-14772157.22
2026-03-21777906.92
2026-03-28772627.36
2026-04-04774689.50
2026-04-11788483.85
2026-04-18797001.22
2026-04-25788240.53
2026-05-02786968.78
2026-05-09788888.39
2026-05-17783462.35
2026-05-25786376.48
2026-06-01804627.62
2026-06-10812193.85
2026-06-17816323.35
2026-06-24799132.01
2026-07-01802346.56
2026-07-08802267.15
2026-07-15804046.73
2026-07-22801911.55
2026-07-29801050.67
2026-08-05810637.85
2026-08-12810995.11
2026-08-20820871.49
2026-08-27818930.37
2026-09-03815082.99
2026-09-10817885.08
2026-09-17805419.52
2026-09-24799946.36

High

820871.49

Low

24840.57

Average

565229.90

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/IRR API questions

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

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

How far back does BAM/IRR historical data go?

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