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: show the values
| Point | BAM/IQD |
|---|---|
| 2025-12-31 | 787.8208 |
| 2026-01-07 | 784.0648 |
| 2026-01-14 | 780.3474 |
| 2026-01-21 | 785.8659 |
| 2026-01-28 | 802.5551 |
| 2026-02-04 | 790.2757 |
| 2026-02-11 | 798.5796 |
| 2026-02-18 | 792.6200 |
| 2026-02-25 | 789.7244 |
| 2026-03-04 | 777.4104 |
| 2026-03-11 | 779.0001 |
| 2026-03-18 | 771.5878 |
| 2026-03-25 | 776.3549 |
| 2026-04-01 | 774.8719 |
| 2026-04-08 | 777.4789 |
| 2026-04-15 | 790.1624 |
| 2026-04-22 | 787.7596 |
| 2026-04-29 | 783.3845 |
| 2026-05-06 | 784.6102 |
| 2026-05-14 | 784.7133 |
| 2026-05-21 | 778.4745 |
| 2026-05-29 | 776.6816 |
| 2026-06-05 | 779.2482 |
| 2026-06-14 | 775.2890 |
| 2026-06-21 | 768.7575 |
| 2026-06-28 | 762.8434 |
| 2026-07-05 | 766.4962 |
| 2026-07-12 | 764.7891 |
| 2026-07-19 | 766.2565 |
| 2026-07-26 | 761.8170 |
| 2026-08-02 | 772.6581 |
| 2026-08-09 | 774.4147 |
| 2026-08-16 | 775.0504 |
| 2026-08-24 | 783.5469 |
| 2026-08-31 | 780.3455 |
| 2026-09-07 | 777.9000 |
| 2026-09-14 | 775.6006 |
| 2026-09-21 | 768.2021 |
High
802.5551
Low
761.8170
Average
778.7317
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.