Skip to content

BAM to IQD exchange rate API

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

762.9790

▼ +3.15% over YTD

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 year to date, BAM/IQD traded between 761.8170 and 802.5551, averaged 778.7317 and fell 3.15%. 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 YTD

BAM/IQD over YTD: show the values
PointBAM/IQD
2025-12-31787.8208
2026-01-07784.0648
2026-01-14780.3474
2026-01-21785.8659
2026-01-28802.5551
2026-02-04790.2757
2026-02-11798.5796
2026-02-18792.6200
2026-02-25789.7244
2026-03-04777.4104
2026-03-11779.0001
2026-03-18771.5878
2026-03-25776.3549
2026-04-01774.8719
2026-04-08777.4789
2026-04-15790.1624
2026-04-22787.7596
2026-04-29783.3845
2026-05-06784.6102
2026-05-14784.7133
2026-05-21778.4745
2026-05-29776.6816
2026-06-05779.2482
2026-06-14775.2890
2026-06-21768.7575
2026-06-28762.8434
2026-07-05766.4962
2026-07-12764.7891
2026-07-19766.2565
2026-07-26761.8170
2026-08-02772.6581
2026-08-09774.4147
2026-08-16775.0504
2026-08-24783.5469
2026-08-31780.3455
2026-09-07777.9000
2026-09-14775.6006
2026-09-21768.2021

High

802.5551

Low

761.8170

Average

778.7317

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.