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: show the values
| Point | BAM/IQD |
|---|---|
| 2025-09-26 | 782.4044 |
| 2025-10-03 | 785.2650 |
| 2025-10-10 | 777.0578 |
| 2025-10-17 | 782.9621 |
| 2025-10-24 | 778.6166 |
| 2025-10-31 | 774.7306 |
| 2025-11-07 | 772.5755 |
| 2025-11-14 | 779.4099 |
| 2025-11-21 | 772.8999 |
| 2025-11-28 | 775.9425 |
| 2025-12-05 | 780.6961 |
| 2025-12-13 | 786.4188 |
| 2025-12-20 | 784.8636 |
| 2025-12-27 | 788.9062 |
| 2026-01-03 | 785.8985 |
| 2026-01-10 | 779.9219 |
| 2026-01-17 | 776.8239 |
| 2026-01-24 | 792.0894 |
| 2026-01-31 | 794.9784 |
| 2026-02-07 | 791.4161 |
| 2026-02-14 | 794.9397 |
| 2026-02-21 | 790.1054 |
| 2026-02-28 | 790.9555 |
| 2026-03-07 | 778.3032 |
| 2026-03-14 | 767.1492 |
| 2026-03-21 | 776.6875 |
| 2026-03-28 | 770.7153 |
| 2026-04-04 | 771.3997 |
| 2026-04-11 | 784.8144 |
| 2026-04-18 | 790.0655 |
| 2026-04-25 | 782.7503 |
| 2026-05-02 | 784.5731 |
| 2026-05-09 | 787.9861 |
| 2026-05-17 | 778.7899 |
| 2026-05-25 | 776.7412 |
| 2026-06-01 | 780.2987 |
| 2026-06-10 | 773.5926 |
| 2026-06-17 | 777.8928 |
| 2026-06-24 | 763.0340 |
| 2026-07-01 | 763.4708 |
| 2026-07-08 | 766.4691 |
| 2026-07-15 | 763.5528 |
| 2026-07-22 | 764.9951 |
| 2026-07-29 | 763.4636 |
| 2026-08-05 | 773.0925 |
| 2026-08-12 | 772.7383 |
| 2026-08-20 | 777.8963 |
| 2026-08-27 | 780.8095 |
| 2026-09-03 | 775.8740 |
| 2026-09-10 | 779.5147 |
| 2026-09-17 | 772.2603 |
| 2026-09-24 | 764.8777 |
High
794.9784
Low
762.9790
Average
778.2390
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.