BBD to IQD exchange rate API
Barbados Dollar to Iraqi Dinar · quoted 2026-09-24
657.4670
▲ +0.38% over 1Y
1 BBD = 657.4670 IQD · 1 IQD = 0.001521 BBD · Get this rate via the API
1 BBD buys 657.4670 IQD as of 2026-09-24, so 1 IQD buys 0.001521 BBD. Over the last year, BBD/IQD traded between 647.4399 and 658.9983, averaged 654.3758 and rose 0.38%. The API holds daily BBD/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/IQD over 1Y: show the values
| Point | BBD/IQD |
|---|---|
| 2025-09-24 | 655.0076 |
| 2025-10-01 | 655.2320 |
| 2025-10-08 | 655.1397 |
| 2025-10-15 | 655.0225 |
| 2025-10-22 | 655.1486 |
| 2025-10-29 | 654.4262 |
| 2025-11-05 | 655.0013 |
| 2025-11-12 | 654.8837 |
| 2025-11-19 | 655.1600 |
| 2025-11-26 | 653.6088 |
| 2025-12-03 | 655.1140 |
| 2025-12-11 | 651.2825 |
| 2025-12-18 | 655.0692 |
| 2025-12-25 | 655.1617 |
| 2026-01-01 | 655.3592 |
| 2026-01-08 | 655.5683 |
| 2026-01-15 | 655.3406 |
| 2026-01-22 | 655.7587 |
| 2026-01-29 | 654.9627 |
| 2026-02-05 | 655.3248 |
| 2026-02-12 | 650.3955 |
| 2026-02-19 | 657.4445 |
| 2026-02-26 | 652.1345 |
| 2026-03-05 | 655.5598 |
| 2026-03-12 | 657.0230 |
| 2026-03-19 | 658.9983 |
| 2026-03-26 | 657.5057 |
| 2026-04-02 | 652.4548 |
| 2026-04-09 | 650.8274 |
| 2026-04-16 | 650.4215 |
| 2026-04-23 | 650.3810 |
| 2026-04-30 | 650.2008 |
| 2026-05-07 | 648.1614 |
| 2026-05-15 | 647.4399 |
| 2026-05-23 | 655.2043 |
| 2026-05-30 | 655.2409 |
| 2026-06-06 | 654.9725 |
| 2026-06-15 | 654.8696 |
| 2026-06-22 | 654.5798 |
| 2026-06-29 | 655.6607 |
| 2026-07-06 | 655.5969 |
| 2026-07-13 | 657.0794 |
| 2026-07-20 | 654.7425 |
| 2026-07-27 | 654.0477 |
| 2026-08-03 | 653.0101 |
| 2026-08-10 | 653.5622 |
| 2026-08-17 | 653.7073 |
| 2026-08-25 | 654.9858 |
| 2026-09-01 | 655.0940 |
| 2026-09-08 | 655.0253 |
| 2026-09-15 | 655.1981 |
| 2026-09-22 | 655.3553 |
High
658.9983
Low
647.4399
Average
654.3758
Get this rate via the API
One GET request returns the BBD/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=BBD¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/IQD API questions
How do I get the BBD/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/IQD rate in rates.IQD.
How far back does BBD/IQD historical data go?
Daily BBD/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 BBD/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.