Skip to content

BAM to IQD exchange rate API

Convertible Mark to Iraqi Dinar · quoted 2026-09-26

762.9790

▼ +2.48% over 1Y

1 BAM = 762.9790 IQD · 1 IQD = 0.001311 BAM · Get this rate via the API

1 BAM buys 762.9790 IQD as of 2026-09-26, so 1 IQD buys 0.001311 BAM. Over the last year, BAM/IQD traded between 762.9790 and 794.9784, averaged 778.2390 and fell 2.48%. The API holds daily BAM/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/IQD over 1Y

BAM/IQD over 1Y: show the values
PointBAM/IQD
2025-09-26782.4044
2025-10-03785.2650
2025-10-10777.0578
2025-10-17782.9621
2025-10-24778.6166
2025-10-31774.7306
2025-11-07772.5755
2025-11-14779.4099
2025-11-21772.8999
2025-11-28775.9425
2025-12-05780.6961
2025-12-13786.4188
2025-12-20784.8636
2025-12-27788.9062
2026-01-03785.8985
2026-01-10779.9219
2026-01-17776.8239
2026-01-24792.0894
2026-01-31794.9784
2026-02-07791.4161
2026-02-14794.9397
2026-02-21790.1054
2026-02-28790.9555
2026-03-07778.3032
2026-03-14767.1492
2026-03-21776.6875
2026-03-28770.7153
2026-04-04771.3997
2026-04-11784.8144
2026-04-18790.0655
2026-04-25782.7503
2026-05-02784.5731
2026-05-09787.9861
2026-05-17778.7899
2026-05-25776.7412
2026-06-01780.2987
2026-06-10773.5926
2026-06-17777.8928
2026-06-24763.0340
2026-07-01763.4708
2026-07-08766.4691
2026-07-15763.5528
2026-07-22764.9951
2026-07-29763.4636
2026-08-05773.0925
2026-08-12772.7383
2026-08-20777.8963
2026-08-27780.8095
2026-09-03775.8740
2026-09-10779.5147
2026-09-17772.2603
2026-09-24764.8777

High

794.9784

Low

762.9790

Average

778.2390

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/IQD API questions

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

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

How far back does BAM/IQD historical data go?

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