Skip to content

BSD to IQD exchange rate API

Bahamian Dollar to Iraqi Dinar · quoted 2026-09-27

1310.26

▼ +0.16% over YTD

1 BSD = 1310.26 IQD · 1 IQD = 0.000763 BSD · Get this rate via the API

1 BSD buys 1310.26 IQD as of 2026-09-27, so 1 IQD buys 0.000763 BSD. Over the year to date, BSD/IQD traded between 1302.92 and 1316.72, averaged 1310.14 and fell 0.16%. The API holds daily BSD/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/IQD over YTD

BSD/IQD over YTD: show the values
PointBSD/IQD
2025-12-311312.34
2026-01-071310.56
2026-01-141311.32
2026-01-211310.49
2026-01-281308.88
2026-02-041307.10
2026-02-111311.47
2026-02-181308.72
2026-02-251310.39
2026-03-041310.91
2026-03-111311.13
2026-03-181308.23
2026-03-251308.25
2026-04-011310.24
2026-04-081302.92
2026-04-151310.01
2026-04-221310.02
2026-04-291310.32
2026-05-061312.68
2026-05-141310.17
2026-05-211310.24
2026-05-291305.14
2026-06-051312.17
2026-06-141310.08
2026-06-211310.13
2026-06-281310.03
2026-07-051310.27
2026-07-121310.17
2026-07-191310.26
2026-07-261310.10
2026-08-021310.27
2026-08-091310.19
2026-08-161310.29
2026-08-241312.31
2026-08-311316.72
2026-09-071310.42
2026-09-141311.36
2026-09-211309.07

High

1316.72

Low

1302.92

Average

1310.14

For developers

Get this rate via the API

One GET request returns the BSD/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=BSD&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&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=BSD&currencies=IQD").json()

Replace YOUR_API_KEY with the key from your dashboard.

BSD/IQD API questions

How do I get the BSD/IQD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/IQD rate in rates.IQD.

How far back does BSD/IQD historical data go?

Daily BSD/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 BSD/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.