Skip to content

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

BBD/IQD over 1Y: show the values
PointBBD/IQD
2025-09-24655.0076
2025-10-01655.2320
2025-10-08655.1397
2025-10-15655.0225
2025-10-22655.1486
2025-10-29654.4262
2025-11-05655.0013
2025-11-12654.8837
2025-11-19655.1600
2025-11-26653.6088
2025-12-03655.1140
2025-12-11651.2825
2025-12-18655.0692
2025-12-25655.1617
2026-01-01655.3592
2026-01-08655.5683
2026-01-15655.3406
2026-01-22655.7587
2026-01-29654.9627
2026-02-05655.3248
2026-02-12650.3955
2026-02-19657.4445
2026-02-26652.1345
2026-03-05655.5598
2026-03-12657.0230
2026-03-19658.9983
2026-03-26657.5057
2026-04-02652.4548
2026-04-09650.8274
2026-04-16650.4215
2026-04-23650.3810
2026-04-30650.2008
2026-05-07648.1614
2026-05-15647.4399
2026-05-23655.2043
2026-05-30655.2409
2026-06-06654.9725
2026-06-15654.8696
2026-06-22654.5798
2026-06-29655.6607
2026-07-06655.5969
2026-07-13657.0794
2026-07-20654.7425
2026-07-27654.0477
2026-08-03653.0101
2026-08-10653.5622
2026-08-17653.7073
2026-08-25654.9858
2026-09-01655.0940
2026-09-08655.0253
2026-09-15655.1981
2026-09-22655.3553

High

658.9983

Low

647.4399

Average

654.3758

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&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=BBD&currencies=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&currencies=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.