Central Bank of Iraq Exchange Rate API

Official Central Bank of Iraq rates for 9 Sept 2026: 1 USD = 1300.00 IQD, 1 EUR = 1514.76 IQD. All 19 currencies published, history back to 2009. Free JSON API for tax, audits, and compliant invoicing.

Iraq flagCentral Bank of Iraq publishes official daily exchange rates — 19 currencies against the IQD — and this API serves them as JSON, with history back to 2009. The latest table is on every plan. Get your API key.

About Central Bank of Iraq

The Central Bank of Iraq publishes daily buying, official and selling dinar rates for 19 currencies. The official USD/IQD basis rate — 1310 dinars per dollar since February 2023 — is the administratively set anchor of Iraq's exchange system, while the crosses move with the market each business day (Sunday to Thursday). The bank's own workbook carries the daily table back to 2009.

Quick start

One request for the pair you need — USD to IQD at the official Central Bank of Iraq rate:

curl "https://allratestoday.com/api/v1/central-bank/cbiq/latest?source=USD&target=IQD" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/cbiq/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/cbiq/history?source=USD&target=IQD&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-09)

The most recent table as published by Central Bank of Iraq — exactly what the /latest endpoint returns right now. Values are IQD per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AED IQD buy 353.982
AED IQD reference 356.705
AED IQD sell 359.428
AUD IQD buy 940.16
AUD IQD reference 947.392
AUD IQD sell 954.624
CAD IQD buy 942.166
CAD IQD reference 949.413
CAD IQD sell 956.66
CHF IQD buy 1606.326
CHF IQD reference 1618.683
CHF IQD sell 1631.039
CNY IQD buy 193.816
CNY IQD reference 195.307
CNY IQD sell 196.798
DKK IQD buy 202.65
DKK IQD reference 204.209
DKK IQD sell 205.768
EUR IQD buy 1514.76
EUR IQD reference 1526.412
EUR IQD sell 1538.064
GBP IQD buy 1759.745
GBP IQD reference 1773.282
GBP IQD sell 1786.818
INR IQD buy 13.663
INR IQD reference 13.768
INR IQD sell 13.873
JOD IQD buy 1836.158
JOD IQD reference 1850.282
JOD IQD sell 1864.407
JPY IQD buy 8.457
JPY IQD reference 8.522
JPY IQD sell 8.587
NOK IQD buy 141.6
NOK IQD reference 142.689
NOK IQD sell 143.778
OMR IQD buy 3381.014
OMR IQD reference 3407.022
OMR IQD sell 3433.03
QAR IQD buy 357.143
QAR IQD reference 359.89
QAR IQD sell 362.637
SAR IQD buy 346.667
SAR IQD reference 349.333
SAR IQD sell 352
SEK IQD buy 135.859
SEK IQD reference 136.904
SEK IQD sell 137.949
TRY IQD buy 26.817
TRY IQD reference 27.024
TRY IQD sell 27.23
USD IQD buy 1300
USD IQD reference 1310
USD IQD sell 1320
XDR IQD buy 1786.044
XDR IQD reference 1799.783
XDR IQD sell 1813.522

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — central-bank-of-iraq-exchange-rate:

npm install central-bank-of-iraq-exchange-rate
import { getRate } from 'central-bank-of-iraq-exchange-rate';

const pair = await getRate('USD', 'IQD', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: central-bank-of-iraq-exchange-rate documentation.

Why use the official Central Bank of Iraq rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Iraq and beyond typically require the official rate published by Central Bank of Iraq for a given date — a fixed, citable number that never changes after publication. This API serves those published tables with the bank's own rate_date on every response; weekends and holidays return the most recent published date, which is the rate compliance rules require you to apply.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via IQD) and marks it "derived": true — published and computed values are never silently mixed.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Can I get Central Bank of Iraq exchange rates via an API?

Yes — this API serves the bank's official daily IQD rates as JSON, and the latest table is on every plan, free included.

When do new rates appear here?

Once per business day, per Central Bank of Iraq's own schedule; ingestion follows within the hour (latest table: 2026-09-09).

Are these the official rates?

Yes — ingested from Central Bank of Iraq's own published data, served unmodified with the bank's publication date. Anything computed rather than published is flagged derived.

Central Bank of Iraq rates, one API key

Latest table on every plan. History back to 2009 on paid plans. No credit card to start.

Get Free API Key Read the Docs